<feed xmlns='http://www.w3.org/2005/Atom'>
<title>yuzu-mainline/src/core/hle/service/gsp.h, branch master</title>
<subtitle>A backup of the Yuzu mainline repo. Only includes the master branch, nothing else.
</subtitle>
<id>https://git.benis.co.uk/yuzu-mainline/atom?h=master</id>
<link rel='self' href='https://git.benis.co.uk/yuzu-mainline/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.benis.co.uk/yuzu-mainline/'/>
<updated>2014-10-29T19:55:51+00:00</updated>
<entry>
<title>Renamed souce files of services to match port names</title>
<updated>2014-10-29T19:55:51+00:00</updated>
<author>
<name>Gareth Poole</name>
<email>noname422@gmail.com</email>
</author>
<published>2014-10-29T03:08:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benis.co.uk/yuzu-mainline/commit/?id=38df9e96dd39604273a7a3508abb5e2b302b79cd'/>
<id>urn:sha1:38df9e96dd39604273a7a3508abb5e2b302b79cd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add `override` keyword through the code.</title>
<updated>2014-10-26T18:18:05+00:00</updated>
<author>
<name>Yuri Kunde Schlesner</name>
<email>yuriks@yuriks.net</email>
</author>
<published>2014-10-26T04:56:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benis.co.uk/yuzu-mainline/commit/?id=d72708c1f58225f50c5ddecbd6f51580a2d9690b'/>
<id>urn:sha1:d72708c1f58225f50c5ddecbd6f51580a2d9690b</id>
<content type='text'>
This was automated using `clang-modernize`.
</content>
</entry>
<entry>
<title>GSP: Update framebuffer information when necessary.</title>
<updated>2014-08-25T20:03:18+00:00</updated>
<author>
<name>Tony Wasserka</name>
<email>NeoBrainX@gmail.com</email>
</author>
<published>2014-08-19T18:57:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benis.co.uk/yuzu-mainline/commit/?id=14b24a75b37545faf49584864cb85555f22a0154'/>
<id>urn:sha1:14b24a75b37545faf49584864cb85555f22a0154</id>
<content type='text'>
</content>
</entry>
<entry>
<title>GSP: Implement SetBufferSwap.</title>
<updated>2014-08-25T20:03:18+00:00</updated>
<author>
<name>Tony Wasserka</name>
<email>NeoBrainX@gmail.com</email>
</author>
<published>2014-07-25T09:23:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benis.co.uk/yuzu-mainline/commit/?id=590c206ac8836f0e4544d2cb84191d77d07b9f36'/>
<id>urn:sha1:590c206ac8836f0e4544d2cb84191d77d07b9f36</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Core: Alter the kernel string functions to use std::string instead of const char*.</title>
<updated>2014-08-18T03:12:20+00:00</updated>
<author>
<name>Lioncash</name>
<email>mathew1800@gmail.com</email>
</author>
<published>2014-08-18T03:03:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benis.co.uk/yuzu-mainline/commit/?id=98fa3f7cba22997aef8ec4d121584c2488389c38'/>
<id>urn:sha1:98fa3f7cba22997aef8ec4d121584c2488389c38</id>
<content type='text'>
Most functions already operate on std::strings. This also removes the need to manually null terminate thread names.
</content>
</entry>
<entry>
<title>GSP: Cleaned up command buffer decoding.</title>
<updated>2014-08-06T22:19:56+00:00</updated>
<author>
<name>bunnei</name>
<email>bunneidev@gmail.com</email>
</author>
<published>2014-07-23T04:10:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benis.co.uk/yuzu-mainline/commit/?id=cad2f21985e2bfc7bed3dfa766bb3aa9ceba0d29'/>
<id>urn:sha1:cad2f21985e2bfc7bed3dfa766bb3aa9ceba0d29</id>
<content type='text'>
GSP: Cleaned up code and added additional comments.

GSP: Removed unnecessary TODO comment.

GSP: Changed u32 iterators in TriggerCmdReqQueue to unsigned.
</content>
</entry>
<entry>
<title>GSP: Removed dumb GX prefixes to functions/structs in GSP namespace.</title>
<updated>2014-08-06T03:58:00+00:00</updated>
<author>
<name>bunnei</name>
<email>bunneidev@gmail.com</email>
</author>
<published>2014-07-23T03:26:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benis.co.uk/yuzu-mainline/commit/?id=4e9f305ed214ef0fbffd83042c86f41cd233ec3b'/>
<id>urn:sha1:4e9f305ed214ef0fbffd83042c86f41cd233ec3b</id>
<content type='text'>
- Various other cleanups.
</content>
</entry>
<entry>
<title>GSP: Implements preliminary command synchronization via GPU interrupts.</title>
<updated>2014-08-06T03:57:53+00:00</updated>
<author>
<name>bunnei</name>
<email>bunneidev@gmail.com</email>
</author>
<published>2014-07-23T02:59:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benis.co.uk/yuzu-mainline/commit/?id=ec14ffe1cda04cd098ce07f3d3ad96c253e91eed'/>
<id>urn:sha1:ec14ffe1cda04cd098ce07f3d3ad96c253e91eed</id>
<content type='text'>
Core: Added a comment to explain the logic for the RunLoop iterations.
</content>
</entry>
<entry>
<title>GSP: Add a few comments.</title>
<updated>2014-07-22T22:44:31+00:00</updated>
<author>
<name>Tony Wasserka</name>
<email>NeoBrainX@gmail.com</email>
</author>
<published>2014-07-22T11:04:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benis.co.uk/yuzu-mainline/commit/?id=4b141791ed8bb4c1d80b239a1195897876fa30bb'/>
<id>urn:sha1:4b141791ed8bb4c1d80b239a1195897876fa30bb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>GSP: Clean up GX command processing a lot and treat command id as a u8 rather than a u32.</title>
<updated>2014-07-22T22:44:31+00:00</updated>
<author>
<name>Tony Wasserka</name>
<email>NeoBrainX@gmail.com</email>
</author>
<published>2014-07-22T10:41:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benis.co.uk/yuzu-mainline/commit/?id=9b0d0c81a006ebd9e054758bc2c973d67650ca70'/>
<id>urn:sha1:9b0d0c81a006ebd9e054758bc2c973d67650ca70</id>
<content type='text'>
Anonymous structs are not standard C++, hence don't use them.
</content>
</entry>
</feed>
