summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/CommandProcessor.cpp
AgeCommit message (Expand)Author
2020-06-25Replace Windows CMake lambda constexpr capture workaroundJosJuice
2020-05-03Fix Windows CMake build errorsJosJuice
2020-03-24Cleanup warnings of -Wunused-lambda-captureJun Su
2019-05-31VideoCommon: Constrain the array_base registersbooto
2019-05-11CommandProcessor: Don't reset the video buffer when FIFO distance is changedStenzek
2019-04-26VideoCommon: Do not reset the gather pipe (WPAR buffer) as this does not refl...iwubcode
2018-07-12CP: some bits in some of the HI registers cannot be setbooto
2018-03-14Assert: Uppercase assertion macrosLioncash
2017-11-13Call Do for every member of SCPFifoStruct individuallyJosJuice
2017-01-27CommandProcessor: Limit scope of ugly SCPFifoStruct.degasus
2016-10-02Merge pull request #4245 from aldelaro5/logs-levels-changesMat M
2016-10-01Reorganise a ton of logs levelaldelaro5
2016-09-17Fifo: Use SyncGPU timings for single core.degasus
2016-09-03Core: Change CoreTiming event key from int to EventType*EmptyChaos
2016-08-18Fifo: Make SyncGPUReason an enum classLioncash
2016-08-11CoreTiming: Merge ScheduleEvent variants into one functionJosJuice
2016-08-10Use Common::Flag and Common::Event when possibleLéo Lam
2016-08-10PixelEngine: Drop write-only variables.degasus
2016-06-26VideoBackends: Merge Initialize and Shutdown functions.degasus
2016-06-26CoreTiming: Drop ProcessFifoWaitEvents.degasus
2016-06-24Reformat all the things. Have fun with merge conflicts.Pierre Bourdon
2016-04-10Alternative fix: promote cycleslate to an s64 everywhere.Scott Mansell
2016-01-25Fifo: Make g_use_deterministic_gpu_thread a TU-local variableLioncash
2016-01-17VideoCommon: Header cleanupLioncash
2016-01-12Fifo: Create a "Fifo" namespace.degasus
2015-06-12Options: merge SCoreStartupParameter into SConfigdegasus
2015-06-08Fifo: Rewrite SyncGpudegasus
2015-05-30Fifo: Extract syncing loopdegasus
2015-05-27CommandProcessor: Replace volatile usages with atomicsLioncash
2015-05-25Set copyright year to when a file was createdTillmann Karras
2015-05-25Update license headers to GPLv2+Tillmann Karras
2015-04-06Fifo: only sleep once within every ms of emulated timedegasus
2015-04-06Fifo: rewrite sync on idle skipping hackdegasus
2015-04-06Fifo: Replace busy loop with condition variabledegasus
2014-12-27Remove AtBreakpoint() from ReadIdle. Fixes Rogue Squadron 2 withoutJustin Chadwick
2014-11-19Added an exception check when the game is close to overflowing. Fixes the fi...skidau
2014-11-19Update CPStatus before processing the FIFO events and force an exception chec...skidau
2014-11-19Separated out the CPU and GPU thread path to avoid clobbering.skidau
2014-09-30Remove useless STACKALIGN macro.comex
2014-09-29Merge pull request #1144 from skidau/fifo-linkedskidau
2014-09-28Add the 'desynced GPU thread' mode.comex
2014-09-22Moved the linking of the FIFO CPWritePointer near where CPWritePointer gets u...skidau
2014-09-08Include CommonTypes.h instead of Common.h.Rohit Nirmal
2014-08-26Refactor SetCpStatus into two functions for from-GPU and from-CPU mode rather...comex
2014-08-25CommandProcessor: mark some functions as staticTillmann Karras
2014-07-11mark all local variables as staticdegasus
2014-07-11mark all local functions as staticdegasus
2014-06-01Video backends: remove dead code.magumagu
2014-03-11Fixes spacing for "for", "while", "switch" and "if"Matthew Parlane
2014-02-20Fix more header sorting issues in VideoCommon/ (now check-includes clean).Pierre Bourdon