summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/OpcodeDecoding.cpp
AgeCommit message (Expand)Author
2022-01-22VideoCommon: Move logging/seen check for unknown opcodes into CommandProcessorPokechu22
2022-01-22OpcodeDecoding: Don't raise panic alerts for unknown opcodes 0x01-0x07Pokechu22
2021-12-18OpcodeDecoding: Make s_is_fifo_error_seen staticPokechu22
2021-12-18VideoCommon: Move VertexLoaderManager logic out of CPStatePokechu22
2021-12-18Remove DataReader from LoadXFRegPokechu22
2021-12-18Refactor OpcodeDecoding and FIFO analyzer to use callbacksPokechu22
2021-12-18Create and use CPArray enum classPokechu22
2021-12-18Convert OpcodeDecoder::Opcode and OpcodeDecoder::Primitive to enum classPokechu22
2021-11-25Delay singlecore gpu interruptsScott Mansell
2021-07-05treewide: convert GPLv2+ license info to SPDX tagsPierre Bourdon
2020-11-17VideoCommon: Migrate over to fmtLioncash
2019-12-05VideoCommon/OpcodeDecoding: Make use of if constexprLioncash
2019-12-05VideoCommon/OpcodeDecoding: Remove unused headersLioncash
2019-12-05VideoCommon/OpcodeDecoding: Resolve implicit signedness conversionLioncash
2019-12-05VideoCommon/OpcodeDecoding: Remove use of goto in Run()Lioncash
2019-12-05VideoCommon/OpcodeDecoding: Make use of anonymous namespaceLioncash
2019-12-05VideoCommon/OpcodeDecoding: Amend comment formattingLioncash
2019-12-05VideoCommon/OpcodeDecoding: Move g_bRecordFifoData into namespaceLioncash
2019-12-05VideoCommon/OpcodeDecoding: Normalize variable namingLioncash
2019-07-10VideoCommon/Statistics: Rename stats global to g_statsLioncash
2019-07-10VideoCommon/Statistics: Make all member functions non-staticLioncash
2019-07-10VideoCommon/Statistics: Normalize statistic variable namesLioncash
2017-01-27CommandProcessor: Limit scope of ugly SCPFifoStruct.degasus
2016-10-08Remove Frameskipanthony
2016-10-01Reorganise a ton of logs levelaldelaro5
2016-06-26VideoBackends: Merge Initialize and Shutdown functions.degasus
2016-06-24Reformat all the things. Have fun with merge conflicts.Pierre Bourdon
2016-01-25Fifo: Make g_use_deterministic_gpu_thread a TU-local variableLioncash
2016-01-25Fifo: Make g_bSkipCurrentFrame a TU-local variableLioncash
2016-01-24OpcodeDecoder: Add namespaceLioncash
2016-01-17VideoCommon: Header cleanupLioncash
2016-01-12Fifo: Create a "Fifo" namespace.degasus
2015-11-20Mark more strings for translationJosJuice
2015-05-25Set copyright year to when a file was createdTillmann Karras
2015-05-25Update license headers to GPLv2+Tillmann Karras
2015-03-16Fix warningsTillmann Karras
2015-03-13Show no more than one FIFO error per session.skidau
2015-02-25Formatting/Whitespace CleanupStevoisiak
2015-01-31VertexLoaderManager: assimilate GetVertexSize()Tillmann Karras
2015-01-29OpcodeDecoder: Calculate decoding time for verticesdegasus
2015-01-18DataReader: turn WritePointer into GetPointerTillmann Karras
2014-12-09VideoCommon: clean up VertexLoaderdegasus
2014-12-09VideoCommon: cleanup OpcodeDecoderdegasus
2014-12-09VideoCommon: fifo cleanupsdegasus
2014-11-19Update CPStatus before processing the FIFO events and force an exception chec...skidau
2014-11-15OpcodeDecoder: Skip recursiv display listsdegasus
2014-11-05Host: Kill off Host_SysMessageLioncash
2014-09-28Add the 'desynced GPU thread' mode.comex
2014-09-28Rejigger some FIFO buffer variables to be more rational.comex
2014-09-08Include CommonTypes.h instead of Common.h.Rohit Nirmal