index
:
dolphin
4.0-hotfixes
master
release-prep-2407
release-prep-2409
release-prep-2412
release-prep-2503
release-prep-2503a
release-prep-2506
release-prep-2506a
release-prep-2509
release-prep-2512
release-prep-2603
release-prep-2603a
release-prep-2606
stable
GameCube and Wii emulator
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Source
/
Core
/
VideoCommon
/
CommandProcessor.cpp
Age
Commit message (
Expand
)
Author
2014-12-27
Remove AtBreakpoint() from ReadIdle. Fixes Rogue Squadron 2 without
Justin Chadwick
2014-11-19
Added an exception check when the game is close to overflowing. Fixes the fi...
skidau
2014-11-19
Update CPStatus before processing the FIFO events and force an exception chec...
skidau
2014-11-19
Separated out the CPU and GPU thread path to avoid clobbering.
skidau
2014-09-30
Remove useless STACKALIGN macro.
comex
2014-09-29
Merge pull request #1144 from skidau/fifo-linked
skidau
2014-09-28
Add the 'desynced GPU thread' mode.
comex
2014-09-22
Moved the linking of the FIFO CPWritePointer near where CPWritePointer gets u...
skidau
2014-09-08
Include CommonTypes.h instead of Common.h.
Rohit Nirmal
2014-08-26
Refactor SetCpStatus into two functions for from-GPU and from-CPU mode rather...
comex
2014-08-25
CommandProcessor: mark some functions as static
Tillmann Karras
2014-07-11
mark all local variables as static
degasus
2014-07-11
mark all local functions as static
degasus
2014-06-01
Video backends: remove dead code.
magumagu
2014-03-11
Fixes spacing for "for", "while", "switch" and "if"
Matthew Parlane
2014-02-20
Fix more header sorting issues in VideoCommon/ (now check-includes clean).
Pierre Bourdon
2014-02-18
Dolphin now builds on Linux with only Source/Core as include dir
Pierre Bourdon
2014-02-17
Second and final pass of clearing out tabs.
Lioncash
2014-02-16
Fix some vertical alignments
Lioncash
2014-02-16
Remove the old MMIO access "interface".
Pierre Bourdon
2014-02-16
MMIO: Port the VideoCommon CP MMIOs to the new interface (and provide framewo...
Pierre Bourdon
2014-01-31
VideoCommon: remove Cache Displaylist
degasus
2013-12-31
Remove unnecessary Src/ folders
Jasper St. Pierre