<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dolphin/Source/Core/VideoBackends/D3D/FramebufferManager.h, branch 5.0</title>
<subtitle>GameCube and Wii emulator</subtitle>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/'/>
<entry>
<title>D3D11: Fix CPU EFB color reads when MSAA is enabled</title>
<updated>2016-05-19T12:51:00+00:00</updated>
<author>
<name>Stenzek</name>
<email>stenzek@gmail.com</email>
</author>
<published>2016-05-01T14:29:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=e169d54f3ca308836f4c285cfd3deef793dcab25'/>
<id>e169d54f3ca308836f4c285cfd3deef793dcab25</id>
<content type='text'>
Also swaps the byte order from RGBA-&gt;BGRA to match GL/D3D12, and what
the read handler is expecting.

Depth reads will now return the minimum depth of all samples, instead of
the average of all samples.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also swaps the byte order from RGBA-&gt;BGRA to match GL/D3D12, and what
the read handler is expecting.

Depth reads will now return the minimum depth of all samples, instead of
the average of all samples.
</pre>
</div>
</content>
</entry>
<entry>
<title>D3D11: Simplify MSAA depth texture resolving</title>
<updated>2016-03-25T14:00:39+00:00</updated>
<author>
<name>Stenzek</name>
<email>stenzek@gmail.com</email>
</author>
<published>2016-02-18T09:50:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=63e4e076832c9bec2e41d6b7d72f9e92d5d1da56'/>
<id>63e4e076832c9bec2e41d6b7d72f9e92d5d1da56</id>
<content type='text'>
This also fixes EFB depth buffer copies when MSAA is enabled.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This also fixes EFB depth buffer copies when MSAA is enabled.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #3295 from stenzek/d3d-xfb-msaa</title>
<updated>2015-12-28T00:13:42+00:00</updated>
<author>
<name>Markus Wick</name>
<email>degasus@users.noreply.github.com</email>
</author>
<published>2015-12-28T00:13:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=294bb753164b58eb0a1e9317eaf05ce3d5bb0209'/>
<id>294bb753164b58eb0a1e9317eaf05ce3d5bb0209</id>
<content type='text'>
D3D: Fix multiple issues relating to MSAA</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
D3D: Fix multiple issues relating to MSAA</pre>
</div>
</content>
</entry>
<entry>
<title>FramebufferManagerBase: Get rid of explicit delete and new</title>
<updated>2015-12-21T20:57:48+00:00</updated>
<author>
<name>Lioncash</name>
<email>mathew1800@gmail.com</email>
</author>
<published>2015-12-21T19:11:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=f448c6e291cc4207e3978ff5510c66f0d4d8dd29'/>
<id>f448c6e291cc4207e3978ff5510c66f0d4d8dd29</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>D3D: Fix EFB depth buffer copies, filtering on scaled EFB copies when MSAA is enabled, real XFB filtering</title>
<updated>2015-12-08T10:29:21+00:00</updated>
<author>
<name>Stenzek</name>
<email>stenzek@gmail.com</email>
</author>
<published>2015-11-28T11:33:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=63264ac23f3b9cfaa725cf90d995497ba1601449'/>
<id>63264ac23f3b9cfaa725cf90d995497ba1601449</id>
<content type='text'>
Since ResolveSubresource cannot be used with depth textures (and throws an error with the debug layer enabled), use a shader which selects the minimum depth value from all samples.

Changes the sampler by XFBEncoder to use a linear filter, rather than point, to match GL behavior.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Since ResolveSubresource cannot be used with depth textures (and throws an error with the debug layer enabled), use a shader which selects the minimum depth value from all samples.

Changes the sampler by XFBEncoder to use a linear filter, rather than point, to match GL behavior.
</pre>
</div>
</content>
</entry>
<entry>
<title>Video: respect stride of efb copies to xfb</title>
<updated>2015-07-24T17:52:12+00:00</updated>
<author>
<name>booto</name>
<email>remornicus@gmail.com</email>
</author>
<published>2015-07-07T13:09:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=2e28ed3291bc531ba5d0cd4057aa9cefdbf128be'/>
<id>2e28ed3291bc531ba5d0cd4057aa9cefdbf128be</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Set copyright year to when a file was created</title>
<updated>2015-05-25T11:22:31+00:00</updated>
<author>
<name>Tillmann Karras</name>
<email>tilkax@gmail.com</email>
</author>
<published>2015-05-24T04:55:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=30ebb2459eb97ba544547183854775df8460b475'/>
<id>30ebb2459eb97ba544547183854775df8460b475</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update license headers to GPLv2+</title>
<updated>2015-05-25T11:22:31+00:00</updated>
<author>
<name>Tillmann Karras</name>
<email>tilkax@gmail.com</email>
</author>
<published>2015-05-17T23:08:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=cefcb0ace9d363b3679b4e93bcc9ec05f1e5f4f8'/>
<id>cefcb0ace9d363b3679b4e93bcc9ec05f1e5f4f8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>FramebufferManagerBase: Remove obsolete parameters.</title>
<updated>2014-12-24T23:58:16+00:00</updated>
<author>
<name>Jules Blok</name>
<email>jules.blok@gmail.com</email>
</author>
<published>2014-12-24T23:58:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=46bb4fd364ccd5e13c2cb13f1d8356526948337e'/>
<id>46bb4fd364ccd5e13c2cb13f1d8356526948337e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>FramebufferManager: Return framebuffer target size in GetTargetSize().</title>
<updated>2014-12-24T23:57:52+00:00</updated>
<author>
<name>Jules Blok</name>
<email>jules.blok@gmail.com</email>
</author>
<published>2014-12-24T23:57:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=49137c7c2cd679a7e70330dac2364d448dac8c38'/>
<id>49137c7c2cd679a7e70330dac2364d448dac8c38</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
