<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dolphin/Source/Core/VideoBackends/OGL/VertexManager.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>VideoBackend: Get rid of a boolean global</title>
<updated>2016-01-02T23:03:28+00:00</updated>
<author>
<name>Lioncash</name>
<email>mathew1800@gmail.com</email>
</author>
<published>2016-01-02T20:01:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=01f99a04a2af61d70fc2a5eed14b2a0bf3c05696'/>
<id>01f99a04a2af61d70fc2a5eed14b2a0bf3c05696</id>
<content type='text'>
Also gets rid of global headers
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also gets rid of global headers
</pre>
</div>
</content>
</entry>
<entry>
<title>NativeVertexFormat: Inline Initialize in contructor</title>
<updated>2015-11-24T21:48:49+00:00</updated>
<author>
<name>degasus</name>
<email>wickmarkus@web.de</email>
</author>
<published>2015-11-21T09:32:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=fc00598785fc02393864dd3521056d70086ee4b7'/>
<id>fc00598785fc02393864dd3521056d70086ee4b7</id>
<content type='text'>
They were only called at once, so no need to seperate them.

This also removes the only dereference of the NativeVertexFormat in VideoCommon, so backends may just return nullptr.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
They were only called at once, so no need to seperate them.

This also removes the only dereference of the NativeVertexFormat in VideoCommon, so backends may just return nullptr.
</pre>
</div>
</content>
</entry>
<entry>
<title>VideoCommon: VertexManager -&gt; VertexManagerBase</title>
<updated>2015-11-02T10:53:54+00:00</updated>
<author>
<name>Tillmann Karras</name>
<email>tilkax@gmail.com</email>
</author>
<published>2015-11-01T21:54:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=c52c73f7622c4d4b4cbe7506e62c195c940fd61e'/>
<id>c52c73f7622c4d4b4cbe7506e62c195c940fd61e</id>
<content type='text'>
It may be a bit weird to see calls to static functions in
VertexManagerBase now, but at least it's easier to see what's going on.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It may be a bit weird to see calls to static functions in
VertexManagerBase now, but at least it's easier to see what's going on.
</pre>
</div>
</content>
</entry>
<entry>
<title>Move GL interface code out of the OpenGL video backend.</title>
<updated>2015-09-21T12:36:45+00:00</updated>
<author>
<name>Scott Mansell</name>
<email>phiren@gmail.com</email>
</author>
<published>2015-09-18T16:40:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=95f3c956a80d880f9988fed5c4a920e436808195'/>
<id>95f3c956a80d880f9988fed5c4a920e436808195</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove unnecessary virtual keywords</title>
<updated>2015-07-30T14:33:08+00:00</updated>
<author>
<name>Lioncash</name>
<email>mathew1800@gmail.com</email>
</author>
<published>2015-07-30T10:47:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=7ee0e756335bc9fa4ca17cafc9aa8b37371a903a'/>
<id>7ee0e756335bc9fa4ca17cafc9aa8b37371a903a</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>Coding style cleanup from the zfreeze merge</title>
<updated>2015-01-24T20:16:48+00:00</updated>
<author>
<name>Lioncash</name>
<email>mathew1800@gmail.com</email>
</author>
<published>2015-01-24T20:12:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=9cdfe889af54303dbeef305a26d13d4285ef1b5d'/>
<id>9cdfe889af54303dbeef305a26d13d4285ef1b5d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Stop doing nastly shit to OpenGL stream buffers.</title>
<updated>2015-01-24T01:41:51+00:00</updated>
<author>
<name>Scott Mansell</name>
<email>phiren@gmail.com</email>
</author>
<published>2015-01-24T01:37:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=14baf038e70a598a6af1ce71719bb557425941f9'/>
<id>14baf038e70a598a6af1ce71719bb557425941f9</id>
<content type='text'>
Instead we keep the loaded vertices in CPU memory.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Instead we keep the loaded vertices in CPU memory.
</pre>
</div>
</content>
</entry>
<entry>
<title>Move Zfreeze code out individual backends into videoCommon</title>
<updated>2015-01-23T14:22:27+00:00</updated>
<author>
<name>Scott Mansell</name>
<email>phiren@gmail.com</email>
</author>
<published>2015-01-23T14:15:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=5510c86b8133ec734ba490b700d4f432d98f71a7'/>
<id>5510c86b8133ec734ba490b700d4f432d98f71a7</id>
<content type='text'>
Also:
 * Implement support for per-vertex PosMatrixIndex
 * Only update zslope constant once when zfreeze is activated.
 * Added a bunch of comments.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also:
 * Implement support for per-vertex PosMatrixIndex
 * Only update zslope constant once when zfreeze is activated.
 * Added a bunch of comments.
</pre>
</div>
</content>
</entry>
</feed>
