summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/OpcodeDecoding.cpp
AgeCommit message (Expand)Author
2022-12-28VideoCommon: De-globalize VertexShaderManager class.Admiral H. Curtiss
2022-12-10VideoCommon/Fifo: Refactor to class, move to Core::System.Admiral H. Curtiss
2022-12-03HW/Memmap: Refactor Memory to class, move to Core::System.Admiral H. Curtiss
2022-11-29VideoCommon/CommandProcessor: Refactor to class, move to Core::System.Admiral H. Curtiss
2022-11-22VertexLoader: Eliminate use of DataReaderPokechu22
2022-11-18VideoCommon:VertexLoaderManager: Reduce CPConfig checksRobin Kertels
2022-09-19OpcodeDecoding: Get vertex size from the loaderRobin Kertels
2022-09-19VertexLoaderManager: Clean up and slightly speed up with templatesRobin Kertels
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