<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dolphin/Source/Core/VideoCommon/Fifo.cpp, branch 5.0</title>
<subtitle>GameCube and Wii emulator</subtitle>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/'/>
<entry>
<title>Alternative fix: promote cycleslate to an s64 everywhere.</title>
<updated>2016-04-09T14:13:06+00:00</updated>
<author>
<name>Scott Mansell</name>
<email>phiren@gmail.com</email>
</author>
<published>2016-04-09T14:06:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=5e50c37c138e28821079c165b0cd72702ff9154f'/>
<id>5e50c37c138e28821079c165b0cd72702ff9154f</id>
<content type='text'>
Also changed a few functions to be static.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also changed a few functions to be static.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fifo: Make g_use_deterministic_gpu_thread a TU-local variable</title>
<updated>2016-01-25T10:24:03+00:00</updated>
<author>
<name>Lioncash</name>
<email>mathew1800@gmail.com</email>
</author>
<published>2016-01-24T04:31:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=32ce2be2bfc74f0b395800328c494b423480358d'/>
<id>32ce2be2bfc74f0b395800328c494b423480358d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fifo: Make g_bSkipCurrentFrame a TU-local variable</title>
<updated>2016-01-25T10:23:14+00:00</updated>
<author>
<name>Lioncash</name>
<email>mathew1800@gmail.com</email>
</author>
<published>2016-01-24T04:20:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=5ebd1e215b29bdbf74317ea1b6cb19578db0e41a'/>
<id>5ebd1e215b29bdbf74317ea1b6cb19578db0e41a</id>
<content type='text'>
This is only ever queried, making it a global isn't necessary.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is only ever queried, making it a global isn't necessary.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #3530 from degasus/syncgpufix</title>
<updated>2016-01-25T09:46:08+00:00</updated>
<author>
<name>Pierre Bourdon</name>
<email>delroth@gmail.com</email>
</author>
<published>2016-01-25T09:46:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=0bd649248f544f0d37fb7807d49bb34b1320f74e'/>
<id>0bd649248f544f0d37fb7807d49bb34b1320f74e</id>
<content type='text'>
Fifo: Fix SyncGPU.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fifo: Fix SyncGPU.</pre>
</div>
</content>
</entry>
<entry>
<title>Fifo: More comments for SyncGPU functions.</title>
<updated>2016-01-24T10:06:01+00:00</updated>
<author>
<name>degasus</name>
<email>wickmarkus@web.de</email>
</author>
<published>2016-01-20T18:42:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=4295751662abc0f3018d6cdef66cc30257010426'/>
<id>4295751662abc0f3018d6cdef66cc30257010426</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fifo: Fix SyncGPU.</title>
<updated>2016-01-24T10:06:01+00:00</updated>
<author>
<name>degasus</name>
<email>wickmarkus@web.de</email>
</author>
<published>2016-01-18T23:08:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=cf4478dc925b4c20a341bb29ea78a4be4054bcb1'/>
<id>cf4478dc925b4c20a341bb29ea78a4be4054bcb1</id>
<content type='text'>
CBoot::BootUp() did call CoreTiming::Advance which itself blocks on the GPU,
but the GPU thread wasn't started already. This commit moves the SyncGPU
initialization into the Fifo.cpp file and call it after BootUp().
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CBoot::BootUp() did call CoreTiming::Advance which itself blocks on the GPU,
but the GPU thread wasn't started already. This commit moves the SyncGPU
initialization into the Fifo.cpp file and call it after BootUp().
</pre>
</div>
</content>
</entry>
<entry>
<title>OpcodeDecoder: Add namespace</title>
<updated>2016-01-24T06:31:36+00:00</updated>
<author>
<name>Lioncash</name>
<email>mathew1800@gmail.com</email>
</author>
<published>2016-01-24T06:29:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=e187c55bdd1d553aada5fd165c965d355e425383'/>
<id>e187c55bdd1d553aada5fd165c965d355e425383</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>VideoCommon: Header cleanup</title>
<updated>2016-01-18T01:11:45+00:00</updated>
<author>
<name>Lioncash</name>
<email>mathew1800@gmail.com</email>
</author>
<published>2016-01-17T21:54:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=d9fec92628231526b47e19cd09b68572eb06e44f'/>
<id>d9fec92628231526b47e19cd09b68572eb06e44f</id>
<content type='text'>
Also remedies places where the video backends and core rely on things
being indirectly included.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also remedies places where the video backends and core rely on things
being indirectly included.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fifo: Create a "Fifo" namespace.</title>
<updated>2016-01-12T22:28:26+00:00</updated>
<author>
<name>degasus</name>
<email>wickmarkus@web.de</email>
</author>
<published>2016-01-12T21:44:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=5f244abf2833db9d3a7d93a0632b56c4bf55e5e7'/>
<id>5f244abf2833db9d3a7d93a0632b56c4bf55e5e7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fifo: Convert define into constant</title>
<updated>2015-12-25T21:07:04+00:00</updated>
<author>
<name>Lioncash</name>
<email>mathew1800@gmail.com</email>
</author>
<published>2015-12-25T21:07:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=a8ab156a2960748f18e1724198c48774de0b4673'/>
<id>a8ab156a2960748f18e1724198c48774de0b4673</id>
<content type='text'>
Also moves it to the cpp file where it's used.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also moves it to the cpp file where it's used.
</pre>
</div>
</content>
</entry>
</feed>
