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
/
OpcodeDecoding.h
Age
Commit message (
Expand
)
Author
2025-09-13
VideoCommon/OpcodeDecoding: Replace enable_if with concepts.
Jordan Woyak
2025-08-18
OpcodeDecoder: provide default GetVertexSize() implementation
Tillmann Karras
2024-08-18
VideoCommon: force 32-byte alignment for display list address and size
Tillmann Karras
2023-12-12
VideoCommon: add message to XF load assert
Tillmann Karras
2022-09-19
OpcodeDecoding: Get vertex size from the loader
Robin Kertels
2022-01-22
VideoCommon: Move logging/seen check for unknown opcodes into CommandProcessor
Pokechu22
2022-01-22
OpcodeDecoding: Don't raise panic alerts for unknown opcodes 0x01-0x07
Pokechu22
2022-01-13
Make all fmt::formatter constructors constexpr
Pokechu22
2021-12-18
Refactor OpcodeDecoding and FIFO analyzer to use callbacks
Pokechu22
2021-12-18
Convert OpcodeDecoder::Opcode and OpcodeDecoder::Primitive to enum class
Pokechu22
2021-07-05
treewide: convert GPLv2+ license info to SPDX tags
Pierre Bourdon
2019-12-05
VideoCommon/OpcodeDecoding: Move g_bRecordFifoData into namespace
Lioncash
2017-02-08
OpcodeDecoding: Convert #defines into enum constants
Lioncash
2016-06-26
VideoBackends: Merge Initialize and Shutdown functions.
degasus
2016-06-24
Reformat all the things. Have fun with merge conflicts.
Pierre Bourdon
2016-01-31
VideoCommon: Convert some DataReader includes into forward declarations
Lioncash
2016-01-24
OpcodeDecoder: Add namespace
Lioncash
2015-09-22
FifoRecorder: Use Video Common to record efb2ram correctly.
Scott Mansell
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-03-13
Show no more than one FIFO error per session.
skidau
2014-12-09
VideoCommon: cleanup OpcodeDecoder
degasus
2014-12-09
VideoCommon: fifo cleanups
degasus
2014-11-15
OpcodeDecoder: Skip recursiv display lists
degasus
2014-10-21
Add missing includes where headers depend on other headers having been includ...
comex
2014-09-28
Add the 'desynced GPU thread' mode.
comex
2014-09-04
VideoCommon: rewrite frame skipping code
degasus
2014-09-01
Refactor opcode decoding a bit to kill FifoCommandRunnable.
comex
2014-05-10
Opcode decoding: handle missing opcodes 0x88 etc.
magumagu
2014-02-10
Replace all include guard ifdefs with "#pragma once"
lioncash
2014-01-31
VideoCommon: remove Cache Displaylist
degasus
2013-12-31
Remove unnecessary Src/ folders
Jasper St. Pierre