<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dolphin/Source/Core/VideoCommon/Src/VertexManagerBase.cpp, branch 4.0.1</title>
<subtitle>GameCube and Wii emulator</subtitle>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/'/>
<entry>
<title>Formatting cleanup for VideoCommon.</title>
<updated>2013-04-24T13:21:54+00:00</updated>
<author>
<name>Lioncash</name>
<email>mathew1800@gmail.com</email>
</author>
<published>2013-04-24T13:21:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=8da425b008b46ef90d649e55c6c0d4a0bc2b556b'/>
<id>8da425b008b46ef90d649e55c6c0d4a0bc2b556b</id>
<content type='text'>
Block braces on new lines.

Also killed off trailing whitespace and dangling elses.

Spaced some things out to make them more readable (only in places where it looked like a bit of a clusterfuck).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Block braces on new lines.

Also killed off trailing whitespace and dangling elses.

Spaced some things out to make them more readable (only in places where it looked like a bit of a clusterfuck).
</pre>
</div>
</content>
</entry>
<entry>
<title>fix triangle_fan size calculation</title>
<updated>2013-04-10T10:45:44+00:00</updated>
<author>
<name>degasus</name>
<email>wickmarkus@web.de</email>
</author>
<published>2013-04-10T10:45:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=1aa10b579a017257e74d4c26d2aab36944c55949'/>
<id>1aa10b579a017257e74d4c26d2aab36944c55949</id>
<content type='text'>
wasn't updated for the new primitive restart implementation
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
wasn't updated for the new primitive restart implementation
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'master' into primitive_restart</title>
<updated>2013-04-08T13:57:51+00:00</updated>
<author>
<name>degasus</name>
<email>wickmarkus@web.de</email>
</author>
<published>2013-04-08T13:57:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=702198f39b4eb71a068c20c9969bd86856fa85ae'/>
<id>702198f39b4eb71a068c20c9969bd86856fa85ae</id>
<content type='text'>
Conflicts:
	Source/Core/VideoCommon/Src/VideoConfig.h
	Source/Plugins/Plugin_VideoDX9/Src/main.cpp
	Source/Plugins/Plugin_VideoOGL/Src/Render.cpp
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Conflicts:
	Source/Core/VideoCommon/Src/VideoConfig.h
	Source/Plugins/Plugin_VideoDX9/Src/main.cpp
	Source/Plugins/Plugin_VideoOGL/Src/Render.cpp
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix some typos and correct some capitalizations in the log messages.</title>
<updated>2013-03-31T23:13:30+00:00</updated>
<author>
<name>Lioncash</name>
<email>mathew1800@gmail.com</email>
</author>
<published>2013-03-31T23:10:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=f432d6038e353f98cbe0fa522bd9d6034027246e'/>
<id>f432d6038e353f98cbe0fa522bd9d6034027246e</id>
<content type='text'>
Makes the logging look more orderly and less spammy when spitting out things.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Makes the logging look more orderly and less spammy when spitting out things.
</pre>
</div>
</content>
</entry>
<entry>
<title>first try of primitive restart index generator</title>
<updated>2013-03-29T13:27:33+00:00</updated>
<author>
<name>degasus</name>
<email>wickmarkus@web.de</email>
</author>
<published>2013-03-29T13:27:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=ca8554e7d1d7c77b3c2a9ed8a7fb12de7096c67b'/>
<id>ca8554e7d1d7c77b3c2a9ed8a7fb12de7096c67b</id>
<content type='text'>
Convert all quads+triangles into trangle_strip and uses primitive restart to split them.
Speed up triangle_strip, but slows down all others primitive formats.
Only implemented in ogl.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Convert all quads+triangles into trangle_strip and uses primitive restart to split them.
Speed up triangle_strip, but slows down all others primitive formats.
Only implemented in ogl.
</pre>
</div>
</content>
</entry>
<entry>
<title>check for overflow vertex indices, fixes issue 6135</title>
<updated>2013-03-22T23:18:35+00:00</updated>
<author>
<name>degasus</name>
<email>wickmarkus@web.de</email>
</author>
<published>2013-03-22T23:18:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=470c9ff08a79514f70666b0077ef5d2bedab8b3c'/>
<id>470c9ff08a79514f70666b0077ef5d2bedab8b3c</id>
<content type='text'>
thx @ JMC47 for identifying the reversion, creating a useful bug report with fifo log :-)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
thx @ JMC47 for identifying the reversion, creating a useful bug report with fifo log :-)
</pre>
</div>
</content>
</entry>
<entry>
<title>Clean up more space/tab mismatches in AudioCommon, Common, and VideoCommon.</title>
<updated>2013-03-20T01:51:12+00:00</updated>
<author>
<name>lioncash</name>
<email>mathew1900@hotmail.com</email>
</author>
<published>2013-03-20T01:51:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=edd9d0e0ef6898a0528ac6389e93e9fca6132ff6'/>
<id>edd9d0e0ef6898a0528ac6389e93e9fca6132ff6</id>
<content type='text'>
Not planning to touch Core since it's the most actively changed part of the project.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Not planning to touch Core since it's the most actively changed part of the project.
</pre>
</div>
</content>
</entry>
<entry>
<title>fix VertexManager::GetRemainingIndices</title>
<updated>2013-03-06T11:33:02+00:00</updated>
<author>
<name>degasus</name>
<email>wickmarkus@web.de</email>
</author>
<published>2013-03-06T11:33:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=10983b0eae0124b89d777b441d9916257a50f200'/>
<id>10983b0eae0124b89d777b441d9916257a50f200</id>
<content type='text'>
the old implementation returns the amound of primitives fit into index buffers
but also gc needs more than one index per primitve
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
the old implementation returns the amound of primitives fit into index buffers
but also gc needs more than one index per primitve
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'master' into vertex-loader-cleanup</title>
<updated>2013-03-04T21:47:56+00:00</updated>
<author>
<name>Jordan Woyak</name>
<email>jordan.woyak@gmail.com</email>
</author>
<published>2013-03-04T21:38:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=f3f89e1d00171ac476fc06e605518747c50ab407'/>
<id>f3f89e1d00171ac476fc06e605518747c50ab407</id>
<content type='text'>
Conflicts:
	Source/Core/Common/Src/CommonFuncs.h
	Source/Core/VideoCommon/Src/VertexLoader.cpp
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Conflicts:
	Source/Core/Common/Src/CommonFuncs.h
	Source/Core/VideoCommon/Src/VertexLoader.cpp
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'master' into windows-unicode</title>
<updated>2013-03-02T21:33:32+00:00</updated>
<author>
<name>Jordan Woyak</name>
<email>jordan.woyak@gmail.com</email>
</author>
<published>2013-03-02T21:33:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=2b1af36900bcb13102690bd862246b9cc3b7d541'/>
<id>2b1af36900bcb13102690bd862246b9cc3b7d541</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
