summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/CommandProcessor.cpp
AgeCommit message (Expand)Author
2022-08-22Edit error messagePEmu2
2022-02-15CommandProcessor: Add FIFO_BP_LO/HI to directly_mapped_varsPokechu22
2022-02-13CommandProcessor: Log ignored unknown opcodes at warn levelPokechu22
2022-02-13CommandProcessor: Move unknown opcode log message before the panic alertPokechu22
2022-02-12CommandProcessor: Ignore unknown opcode for 0x3fPokechu22
2022-02-12CommandProcessor: Log PC and LR on unknown opcodesPokechu22
2022-02-12CommandProcessor: Move contents of second unknown opcode panic alert to the logPokechu22
2022-02-12CommandProcessor: Remove redundant GATHER_PIPE_SIZE constantPokechu22
2022-01-22VideoCommon: Move logging/seen check for unknown opcodes into CommandProcessorPokechu22
2022-01-09Config: Port dual core setting to new config system.Admiral H. Curtiss
2021-12-18Refactor OpcodeDecoding and FIFO analyzer to use callbacksPokechu22
2021-12-10Treewide: Adjust order of includesPokechu22
2021-11-02VideoCommon: Fix a -Wclass-memaccess in gcc 11Emmanuel Gil Peyrot
2021-07-05treewide: convert GPLv2+ license info to SPDX tagsPierre Bourdon
2021-06-07Lint: End of namespaceSepalani
2021-05-15Remove all remaining volatile qualifiersJosJuice
2021-05-13Remove Atomic.hJosJuice
2021-04-18Fifo: Run/sync with the GPU on command processor register accessStenzek
2020-11-20Fix translatable strings which contain non-positional argumentsJosJuice
2020-11-17VideoCommon: Migrate over to fmtLioncash
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