<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dolphin/Source/Core/VideoBackends/Software/SWRenderer.cpp, branch master</title>
<subtitle>GameCube and Wii emulator</subtitle>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/'/>
<entry>
<title>VideoCommon: Rename Renderer to EFBInterface.</title>
<updated>2025-03-13T02:09:16+00:00</updated>
<author>
<name>Jordan Woyak</name>
<email>jordan.woyak@gmail.com</email>
</author>
<published>2025-03-12T02:12:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=5b36c13bfb7a9e3c33fb57ad881e65fb8ae223ea'/>
<id>5b36c13bfb7a9e3c33fb57ad881e65fb8ae223ea</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Move ConfigChanged out of RenderBase</title>
<updated>2023-01-31T06:41:24+00:00</updated>
<author>
<name>Scott Mansell</name>
<email>phiren@gmail.com</email>
</author>
<published>2023-01-29T16:06:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=9d125a6e432d3fe050097dd2a5b13b13ec26e180'/>
<id>9d125a6e432d3fe050097dd2a5b13b13ec26e180</id>
<content type='text'>
There is this nice VideoConfig file that's perfect for it
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
There is this nice VideoConfig file that's perfect for it
</pre>
</div>
</content>
</entry>
<entry>
<title>Implement AbstractGfx for Software &amp; Null</title>
<updated>2023-01-31T06:41:23+00:00</updated>
<author>
<name>Scott Mansell</name>
<email>phiren@gmail.com</email>
</author>
<published>2023-01-27T02:07:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=d37f83ffeba218c6ef94b78532aed50b1ebbc4a4'/>
<id>d37f83ffeba218c6ef94b78532aed50b1ebbc4a4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Move Presenting, Dumping and ImGui out of Renderer</title>
<updated>2023-01-31T05:45:21+00:00</updated>
<author>
<name>Scott Mansell</name>
<email>phiren@gmail.com</email>
</author>
<published>2023-01-27T04:03:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=0d4537d60f695e50379c1542d6c4b1e643e8a5a0'/>
<id>0d4537d60f695e50379c1542d6c4b1e643e8a5a0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Refactor to remove virtual from RenderXFBToScreen</title>
<updated>2023-01-31T05:29:47+00:00</updated>
<author>
<name>Scott Mansell</name>
<email>phiren@gmail.com</email>
</author>
<published>2023-01-26T06:06:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=c38c76abad039c3c0ccb3f7ebb891dc62560f8a3'/>
<id>c38c76abad039c3c0ccb3f7ebb891dc62560f8a3</id>
<content type='text'>
Slightly simplifies the upcoming refactor
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Slightly simplifies the upcoming refactor
</pre>
</div>
</content>
</entry>
<entry>
<title>VideoCommon/PixelEngine: Refactor to class, move to Core::System.</title>
<updated>2022-12-11T20:57:19+00:00</updated>
<author>
<name>Admiral H. Curtiss</name>
<email>pikachu025@gmail.com</email>
</author>
<published>2022-12-10T15:35:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=ec8aaf1f3040ed7dedf3c95c53e8101691c03208'/>
<id>ec8aaf1f3040ed7dedf3c95c53e8101691c03208</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Software: Use new scissor logic</title>
<updated>2022-04-16T19:34:58+00:00</updated>
<author>
<name>Pokechu22</name>
<email>Pokechu022@gmail.com</email>
</author>
<published>2021-11-10T02:38:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=925ceab82f874dcd9eeab5ca9520b5d6f0157ed1'/>
<id>925ceab82f874dcd9eeab5ca9520b5d6f0157ed1</id>
<content type='text'>
Unlike the hardware backends, the software renderer can use multiple scissor rectangles (though this will result in extra rasterization).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Unlike the hardware backends, the software renderer can use multiple scissor rectangles (though this will result in extra rasterization).
</pre>
</div>
</content>
</entry>
<entry>
<title>Software: Implement pixel engine alpha read mode</title>
<updated>2022-03-29T22:34:43+00:00</updated>
<author>
<name>Pokechu22</name>
<email>Pokechu022@gmail.com</email>
</author>
<published>2022-01-29T21:53:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=af316f7bfe7bd6470204abf4a98ef2430467e589'/>
<id>af316f7bfe7bd6470204abf4a98ef2430467e589</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>VideoCommon: Abstract bounding box</title>
<updated>2021-10-04T19:51:24+00:00</updated>
<author>
<name>Techjar</name>
<email>tecknojar@gmail.com</email>
</author>
<published>2021-06-09T11:42:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=1161af80594c403233e3d21589af004ee2d75594'/>
<id>1161af80594c403233e3d21589af004ee2d75594</id>
<content type='text'>
This moves much of the duplicated bounding box code into VideoCommon,
leaving only the specific buffer implementations in each backend.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This moves much of the duplicated bounding box code into VideoCommon,
leaving only the specific buffer implementations in each backend.
</pre>
</div>
</content>
</entry>
<entry>
<title>VideoBackends / VideoCommon: allow the ability to set debug names for shaders / textures.  These names are visible in applications like RenderDoc</title>
<updated>2021-08-30T18:47:48+00:00</updated>
<author>
<name>iwubcode</name>
<email>iwubcode@users.noreply.github.com</email>
</author>
<published>2021-08-28T05:30:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=1f2f5053735b4e94dac29237e9482befd9a2687b'/>
<id>1f2f5053735b4e94dac29237e9482befd9a2687b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
