<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dolphin/Source/Core/VideoCommon, branch release-prep-2509</title>
<subtitle>GameCube and Wii emulator</subtitle>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/'/>
<entry>
<title>VideoCommon: update material asset to support render state properties, support multi-pass, and textures are now split out (as well as supporting a way to calculate sampler origin)</title>
<updated>2025-08-23T20:17:49+00:00</updated>
<author>
<name>iwubcode</name>
<email>iwubcode@users.noreply.github.com</email>
</author>
<published>2025-08-23T00:09:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=440999d7789b54066380b3f13f1845d74a839a6e'/>
<id>440999d7789b54066380b3f13f1845d74a839a6e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>VideoBackends / VideoCommon: rename member variables in RenderState to be consistent</title>
<updated>2025-08-23T18:50:22+00:00</updated>
<author>
<name>iwubcode</name>
<email>iwubcode@users.noreply.github.com</email>
</author>
<published>2025-08-23T18:35:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=14459bcc1b8d58bedfd68b6f15ab160a284c821e'/>
<id>14459bcc1b8d58bedfd68b6f15ab160a284c821e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>VideoCommon: fix -Wmismatched-tags warning</title>
<updated>2025-08-23T02:05:04+00:00</updated>
<author>
<name>Tillmann Karras</name>
<email>tilkax@gmail.com</email>
</author>
<published>2025-08-23T02:05:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=10d0bc66b36fec92237829d870ba2695d42402f8'/>
<id>10d0bc66b36fec92237829d870ba2695d42402f8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #13869 from TryTwo/ImGui_Updates</title>
<updated>2025-08-23T01:24:27+00:00</updated>
<author>
<name>JMC47</name>
<email>JMC4789@gmail.com</email>
</author>
<published>2025-08-23T01:24:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=b9affd5bc8c0004ca8681b0ee7070837ece02e3f'/>
<id>b9affd5bc8c0004ca8681b0ee7070837ece02e3f</id>
<content type='text'>
Externals: Update ImGui to 1.92.2 and ImPlot. Update code to use new features.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Externals: Update ImGui to 1.92.2 and ImPlot. Update code to use new features.</pre>
</div>
</content>
</entry>
<entry>
<title>VideoCommon: Remove unused EnumMaps from PixelShaderGen</title>
<updated>2025-08-20T19:22:53+00:00</updated>
<author>
<name>Sintendo</name>
<email>3380580+Sintendo@users.noreply.github.com</email>
</author>
<published>2025-08-20T19:12:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=aa085a76bc0b5d79ff1ae49e8c6eccad03f3fbcc'/>
<id>aa085a76bc0b5d79ff1ae49e8c6eccad03f3fbcc</id>
<content type='text'>
They appear to have been unused since #13432.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
They appear to have been unused since #13432.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #13873 from Dentomologist/dolphinanalytics_use_pascal_case_for_gamequirk_enum</title>
<updated>2025-08-19T20:57:34+00:00</updated>
<author>
<name>Tilka</name>
<email>tilkax@gmail.com</email>
</author>
<published>2025-08-19T20:57:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=be6a6bce9f4f83212d35027b7faa089b2f9f2694'/>
<id>be6a6bce9f4f83212d35027b7faa089b2f9f2694</id>
<content type='text'>
DolphinAnalytics: Use Pascal case for GameQuirk enum</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
DolphinAnalytics: Use Pascal case for GameQuirk enum</pre>
</div>
</content>
</entry>
<entry>
<title>Update code to work with new version of ImGui.</title>
<updated>2025-08-18T12:38:14+00:00</updated>
<author>
<name>TryTwo</name>
<email>taolas@gmail.com</email>
</author>
<published>2025-08-12T09:00:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=affc22f17d329a4d17d595dd468ce82ac3a015dd'/>
<id>affc22f17d329a4d17d595dd468ce82ac3a015dd</id>
<content type='text'>
UpdateImGuiTexture now handles creating font textures and modifying them.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
UpdateImGuiTexture now handles creating font textures and modifying them.
</pre>
</div>
</content>
</entry>
<entry>
<title>OpcodeDecoder: provide default GetVertexSize() implementation</title>
<updated>2025-08-18T00:41:14+00:00</updated>
<author>
<name>Tillmann Karras</name>
<email>tilkax@gmail.com</email>
</author>
<published>2025-08-17T09:30:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=37758fa2907b3e844e5f7c4b632016fc816694fe'/>
<id>37758fa2907b3e844e5f7c4b632016fc816694fe</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>DolphinAnalytics: Use Pascal case for GameQuirk enum</title>
<updated>2025-08-14T20:54:23+00:00</updated>
<author>
<name>Dentomologist</name>
<email>dentomologist@gmail.com</email>
</author>
<published>2025-08-14T20:04:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=3cc00c067692cf70706cc6038348b748f037ff8b'/>
<id>3cc00c067692cf70706cc6038348b748f037ff8b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #13780 from jordan-woyak/fix-text-filter-nearest</title>
<updated>2025-08-01T19:59:04+00:00</updated>
<author>
<name>Admiral H. Curtiss</name>
<email>pikachu025@gmail.com</email>
</author>
<published>2025-08-01T19:59:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=3fb80bec9b947ae9690776bc0a0589ff2b36d1c1'/>
<id>3fb80bec9b947ae9690776bc0a0589ff2b36d1c1</id>
<content type='text'>
VideoCommon: Fix "Force Nearest" texture filter setting.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
VideoCommon: Fix "Force Nearest" texture filter setting.</pre>
</div>
</content>
</entry>
</feed>
