<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dolphin/Source/Core/VideoCommon/PixelShaderGen.cpp, branch release-prep-2506a</title>
<subtitle>GameCube and Wii emulator</subtitle>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/'/>
<entry>
<title>VideoCommon: move to a 'process_fragment()' function to simplify custom shaders and provide a direct override of the tev stage logic</title>
<updated>2025-03-22T20:22:00+00:00</updated>
<author>
<name>iwubcode</name>
<email>iwubcode@users.noreply.github.com</email>
</author>
<published>2025-03-15T22:29:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=8e253518e6f8b918dffe7361faf897c16eabc6d3'/>
<id>8e253518e6f8b918dffe7361faf897c16eabc6d3</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 #13347 from iwubcode/custom_shader_overhaul_lighting</title>
<updated>2025-03-15T21:26:32+00:00</updated>
<author>
<name>JMC47</name>
<email>JMC4789@gmail.com</email>
</author>
<published>2025-03-15T21:26:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=e3deb14156cee95a9f4119aa11857731f3687ad2'/>
<id>e3deb14156cee95a9f4119aa11857731f3687ad2</id>
<content type='text'>
VideoCommon: move lighting shader logic to callable functions</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
VideoCommon: move lighting shader logic to callable functions</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #13345 from Tilka/unswap_depth</title>
<updated>2025-03-15T13:30:19+00:00</updated>
<author>
<name>JosJuice</name>
<email>josjuice@gmail.com</email>
</author>
<published>2025-03-15T13:30:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=3fb4084e25b1da3857d5d449dbc4417d731f3490'/>
<id>3fb4084e25b1da3857d5d449dbc4417d731f3490</id>
<content type='text'>
Fix depth texture being incorrectly affected by swap table</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix depth texture being incorrectly affected by swap table</pre>
</div>
</content>
</entry>
<entry>
<title>VideoCommon: move lighting shader logic to callable functions</title>
<updated>2025-03-14T04:56:04+00:00</updated>
<author>
<name>iwubcode</name>
<email>iwubcode@users.noreply.github.com</email>
</author>
<published>2025-02-13T02:18:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=15372dc835a2c387f8f566fa86d6cc60b2534a7d'/>
<id>15372dc835a2c387f8f566fa86d6cc60b2534a7d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>VideoCommon: Move backend_info out of VideoConfig struct.</title>
<updated>2025-03-09T07:42:45+00:00</updated>
<author>
<name>Jordan Woyak</name>
<email>jordan.woyak@gmail.com</email>
</author>
<published>2025-03-07T20:43:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=c18c039089bdc27cbccf92a9053ed80bb161a9b9'/>
<id>c18c039089bdc27cbccf92a9053ed80bb161a9b9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>PixelShaderGen: use unswapped texture samples for depth</title>
<updated>2025-02-25T18:45:01+00:00</updated>
<author>
<name>Tillmann Karras</name>
<email>tilkax@gmail.com</email>
</author>
<published>2025-02-11T18:51:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=359fb51d640d4c93b4c64c764b462892f78350b2'/>
<id>359fb51d640d4c93b4c64c764b462892f78350b2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>VideoCommon: simplify dither calculation</title>
<updated>2025-02-11T19:23:37+00:00</updated>
<author>
<name>Tillmann Karras</name>
<email>tilkax@gmail.com</email>
</author>
<published>2025-02-11T17:32:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=5db6bd6054c6d535142102a3f54d8fa239f33b1c'/>
<id>5db6bd6054c6d535142102a3f54d8fa239f33b1c</id>
<content type='text'>
This saves three instructions on AMD GPUs. Dunno about Nvidia.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This saves three instructions on AMD GPUs. Dunno about Nvidia.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #12721 from iwubcode/custom_shader_alpha</title>
<updated>2024-06-12T01:13:24+00:00</updated>
<author>
<name>JMC47</name>
<email>JMC4789@gmail.com</email>
</author>
<published>2024-06-12T01:13:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=16c7869ab27852b4c9289355cb42ca1b5b8bfbf2'/>
<id>16c7869ab27852b4c9289355cb42ca1b5b8bfbf2</id>
<content type='text'>
VideoCommon: allow custom shaders to set the alpha value</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
VideoCommon: allow custom shaders to set the alpha value</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #12537 from TellowKrinkle/MTLSubgroup</title>
<updated>2024-05-21T20:17:22+00:00</updated>
<author>
<name>Admiral H. Curtiss</name>
<email>pikachu025@gmail.com</email>
</author>
<published>2024-05-21T20:17:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=5c2f73986a97a94a3f9f0eb5a9c77725e5e1c68e'/>
<id>5c2f73986a97a94a3f9f0eb5a9c77725e5e1c68e</id>
<content type='text'>
VideoCommon: More specific subgroup op bugs</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
VideoCommon: More specific subgroup op bugs</pre>
</div>
</content>
</entry>
<entry>
<title>VideoCommon: allow custom shaders to set the alpha value for use when blending is enabled</title>
<updated>2024-04-28T23:15:27+00:00</updated>
<author>
<name>iwubcode</name>
<email>iwubcode@users.noreply.github.com</email>
</author>
<published>2024-04-20T06:35:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=9d28c371e71586bbbf88a401cb3a160a9f139842'/>
<id>9d28c371e71586bbbf88a401cb3a160a9f139842</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
