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
2020-06-25
Replace Windows CMake lambda constexpr capture workaround
JosJuice
2020-05-03
Fix Windows CMake build errors
JosJuice
2020-03-24
Cleanup warnings of -Wunused-lambda-capture
Jun Su
2019-05-31
VideoCommon: Constrain the array_base registers
booto
2019-05-11
CommandProcessor: Don't reset the video buffer when FIFO distance is changed
Stenzek
2019-04-26
VideoCommon: Do not reset the gather pipe (WPAR buffer) as this does not refl...
iwubcode
2018-07-12
CP: some bits in some of the HI registers cannot be set
booto
2018-03-14
Assert: Uppercase assertion macros
Lioncash
2017-11-13
Call Do for every member of SCPFifoStruct individually
JosJuice
2017-01-27
CommandProcessor: Limit scope of ugly SCPFifoStruct.
degasus
2016-10-02
Merge pull request #4245 from aldelaro5/logs-levels-changes
Mat M
2016-10-01
Reorganise a ton of logs level
aldelaro5
2016-09-17
Fifo: Use SyncGPU timings for single core.
degasus
2016-09-03
Core: Change CoreTiming event key from int to EventType*
EmptyChaos
2016-08-18
Fifo: Make SyncGPUReason an enum class
Lioncash
2016-08-11
CoreTiming: Merge ScheduleEvent variants into one function
JosJuice
2016-08-10
Use Common::Flag and Common::Event when possible
Léo Lam
2016-08-10
PixelEngine: Drop write-only variables.
degasus
2016-06-26
VideoBackends: Merge Initialize and Shutdown functions.
degasus
2016-06-26
CoreTiming: Drop ProcessFifoWaitEvents.
degasus
2016-06-24
Reformat all the things. Have fun with merge conflicts.
Pierre Bourdon
2016-04-10
Alternative fix: promote cycleslate to an s64 everywhere.
Scott Mansell
2016-01-25
Fifo: Make g_use_deterministic_gpu_thread a TU-local variable
Lioncash
2016-01-17
VideoCommon: Header cleanup
Lioncash
2016-01-12
Fifo: Create a "Fifo" namespace.
degasus
2015-06-12
Options: merge SCoreStartupParameter into SConfig
degasus
2015-06-08
Fifo: Rewrite SyncGpu
degasus
2015-05-30
Fifo: Extract syncing loop
degasus
2015-05-27
CommandProcessor: Replace volatile usages with atomics
Lioncash
2015-05-25
Set copyright year to when a file was created
Tillmann Karras
2015-05-25
Update license headers to GPLv2+
Tillmann Karras
2015-04-06
Fifo: only sleep once within every ms of emulated time
degasus
2015-04-06
Fifo: rewrite sync on idle skipping hack
degasus
2015-04-06
Fifo: Replace busy loop with condition variable
degasus
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
[next]