summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/Src/CommandProcessor.h
AgeCommit message (Expand)Author
2013-04-24Formatting cleanup for VideoCommon.Lioncash
2013-04-17New license header introduced for DiscIO, AudioCommon, InputCommon, VideoComm...Lioncash
2013-03-15Removing `Core::IsGPUThread()` and `Core::IsCPUThread()` calls in favor of si...James Dunne
2013-02-16Added preliminary support to synchronise the timing of the CPU and GPU thread...skidau
2013-02-03Set the token and finish interrupt signal from the video thread. This fixes ...skidau
2013-01-25Changed cmdidle to be idle on breakpoint.skidau
2012-03-18Ive fixed definitely Pokemon XD in dual core mode. This game is doing somethi...marcosvitali
2012-03-13Added the corresponding change from r352ab2ba4394 into JITIL.skidau
2012-03-05This release still fixed the hangs produced by fifo overflow without sacrific...marcosvitali
2012-03-02Added an external exception check when the CPU writes to the FIFO. This allo...skidau
2012-01-21[maintenance] Add a note explaining why we aren't emulating CP clear register...NeoBrainX
2011-02-17Big Fifo Commit Part2: Now the fifo is more stable than my first commit, so i...Marcos Vitali
2011-02-14Some work on changing comments, log messages, and variable and function names...Glenn Rice
2011-02-10Experimental commit and one fix for my last commit.Marcos Vitali
2011-02-08Paused the video thread while a save state was being created or loaded. Perf...skidau
2011-01-31Eliminated the plugin interface. Merged DX9/DX11/OGL video plugins into Dolph...Jordan Woyak
2010-12-27More FIFO work, HACK Solution for extreme overflow on breakpoints.Marcos Vitali
2010-12-13- I've implemented cache of interrupt states for PEFINISH and PETOKENMarcos Vitali
2010-12-11BIG FIFO Commit PART 1! Sometimes you need to write everything from 0, so 10 ...Marcos Vitali
2010-09-27Replace all bitfields which were only declared with "(un)signed" with their a...Shawn Hoffman
2010-08-10I've observed that "FIFO is overflown by GatherPipe" is not real overflow.Marcos Vitali
2010-06-24My first commit :DMarcos Vitali
2010-06-14Implemented accurate BP and accurate Watermark, this should eventually retire...ayuanx
2010-06-09Hg:Shawn Hoffman
2009-12-31Fixed Issue 1711 (a bug that prevents some games from booting)ayuanx
2009-12-30Fixed mem leak caused by not releasing pad & wiimote plugin when shutdownayuanx
2009-12-16Since we have been employing the FIFO BP hack for so long time, at least let'...ayuanx
2009-12-14Does anyone know any game that requires the "Clear FIFO BP on Rising Edge"?ayuanx
2009-10-10Moving pixel engine and command processor from core to video common. This wil...donkopunchstania