<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dolphin/Source/Core/VideoBackends/D3D/D3DBase.cpp, branch stable</title>
<subtitle>GameCube and Wii emulator</subtitle>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/'/>
<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>Merge pull request #2026 from mrgreywater/d3d-debugbreak</title>
<updated>2015-05-08T02:29:21+00:00</updated>
<author>
<name>shuffle2</name>
<email>godisgovernment@gmail.com</email>
</author>
<published>2015-05-08T02:29:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=268b8fd26f8888bf08873bbc8d94b7eea00a402c'/>
<id>268b8fd26f8888bf08873bbc8d94b7eea00a402c</id>
<content type='text'>
D3D: More debug information and break on error</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
D3D: More debug information and break on error</pre>
</div>
</content>
</entry>
<entry>
<title>quiet some warnings which appear on vs2015.</title>
<updated>2015-03-16T02:28:47+00:00</updated>
<author>
<name>Shawn Hoffman</name>
<email>godisgovernment@gmail.com</email>
</author>
<published>2015-03-16T02:28:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=ad64336137013a823c212e4e491dbb435aa11e5f'/>
<id>ad64336137013a823c212e4e491dbb435aa11e5f</id>
<content type='text'>
quieted warnings include shadowed variable names and integer extensions.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
quieted warnings include shadowed variable names and integer extensions.
</pre>
</div>
</content>
</entry>
<entry>
<title>D3D: replace memset, fix warning</title>
<updated>2015-02-12T13:45:05+00:00</updated>
<author>
<name>mr.greywater</name>
<email>mr.greywater@googlemail.com</email>
</author>
<published>2015-02-12T13:45:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=c43da7e00bd6be103a11090f53cc04d4c0b2caf8'/>
<id>c43da7e00bd6be103a11090f53cc04d4c0b2caf8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>D3D: Add break on error in debug build</title>
<updated>2015-02-12T13:34:34+00:00</updated>
<author>
<name>mr.greywater</name>
<email>mr.greywater@googlemail.com</email>
</author>
<published>2015-02-09T12:00:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=3d3a68a2f02d0fd667efce144e1b314e3e00305f'/>
<id>3d3a68a2f02d0fd667efce144e1b314e3e00305f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>D3D: allow selecting adapters with no outputs.</title>
<updated>2015-01-17T22:27:11+00:00</updated>
<author>
<name>magumagu</name>
<email>magumagu9@gmail.com</email>
</author>
<published>2015-01-17T22:27:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=7d5abb4eb49fc26e533e1b6b7febc1fd42c31e66'/>
<id>7d5abb4eb49fc26e533e1b6b7febc1fd42c31e66</id>
<content type='text'>
The result might be a little iffy in complicated situations (i.e. you have
three graphics cards and monitors hooked up to two of them), but we really
need better UI for such cases anyway.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The result might be a little iffy in complicated situations (i.e. you have
three graphics cards and monitors hooked up to two of them), but we really
need better UI for such cases anyway.
</pre>
</div>
</content>
</entry>
<entry>
<title>D3D: Only try to apply exclusive mode when the renderer is in focus.</title>
<updated>2015-01-04T15:42:16+00:00</updated>
<author>
<name>Jules Blok</name>
<email>jules.blok@gmail.com</email>
</author>
<published>2015-01-04T15:33:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=3b9c070ee0e3cb23c72116b97283529fbcd9b7ee'/>
<id>3b9c070ee0e3cb23c72116b97283529fbcd9b7ee</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>D3D: moved render state cache implementation to D3DState.h/cpp</title>
<updated>2014-10-15T18:22:41+00:00</updated>
<author>
<name>Yuriy O'Donnell</name>
<email>yuriyo@gmail.com</email>
</author>
<published>2014-06-23T06:11:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=21655dc61a81845c88ebc20934c76a2ad93f1f3a'/>
<id>21655dc61a81845c88ebc20934c76a2ad93f1f3a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>D3D: Clean up brace placements</title>
<updated>2014-08-30T22:06:47+00:00</updated>
<author>
<name>Lioncash</name>
<email>mathew1800@gmail.com</email>
</author>
<published>2014-08-30T20:54:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=844d45b26e57932868d59735e0a2bc3489237db4'/>
<id>844d45b26e57932868d59735e0a2bc3489237db4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
