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.cpp
Age
Commit message (
Expand
)
Author
2020-11-17
VideoCommon: Migrate over to fmt
Lioncash
2019-12-05
VideoCommon/OpcodeDecoding: Make use of if constexpr
Lioncash
2019-12-05
VideoCommon/OpcodeDecoding: Remove unused headers
Lioncash
2019-12-05
VideoCommon/OpcodeDecoding: Resolve implicit signedness conversion
Lioncash
2019-12-05
VideoCommon/OpcodeDecoding: Remove use of goto in Run()
Lioncash
2019-12-05
VideoCommon/OpcodeDecoding: Make use of anonymous namespace
Lioncash
2019-12-05
VideoCommon/OpcodeDecoding: Amend comment formatting
Lioncash
2019-12-05
VideoCommon/OpcodeDecoding: Move g_bRecordFifoData into namespace
Lioncash
2019-12-05
VideoCommon/OpcodeDecoding: Normalize variable naming
Lioncash
2019-07-10
VideoCommon/Statistics: Rename stats global to g_stats
Lioncash
2019-07-10
VideoCommon/Statistics: Make all member functions non-static
Lioncash
2019-07-10
VideoCommon/Statistics: Normalize statistic variable names
Lioncash
2017-01-27
CommandProcessor: Limit scope of ugly SCPFifoStruct.
degasus
2016-10-08
Remove Frameskip
anthony
2016-10-01
Reorganise a ton of logs level
aldelaro5
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-25
Fifo: Make g_use_deterministic_gpu_thread a TU-local variable
Lioncash
2016-01-25
Fifo: Make g_bSkipCurrentFrame a TU-local variable
Lioncash
2016-01-24
OpcodeDecoder: Add namespace
Lioncash
2016-01-17
VideoCommon: Header cleanup
Lioncash
2016-01-12
Fifo: Create a "Fifo" namespace.
degasus
2015-11-20
Mark more strings for translation
JosJuice
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-16
Fix warnings
Tillmann Karras
2015-03-13
Show no more than one FIFO error per session.
skidau
2015-02-25
Formatting/Whitespace Cleanup
Stevoisiak
2015-01-31
VertexLoaderManager: assimilate GetVertexSize()
Tillmann Karras
2015-01-29
OpcodeDecoder: Calculate decoding time for vertices
degasus
2015-01-18
DataReader: turn WritePointer into GetPointer
Tillmann Karras
2014-12-09
VideoCommon: clean up VertexLoader
degasus
2014-12-09
VideoCommon: cleanup OpcodeDecoder
degasus
2014-12-09
VideoCommon: fifo cleanups
degasus
2014-11-19
Update CPStatus before processing the FIFO events and force an exception chec...
skidau
2014-11-15
OpcodeDecoder: Skip recursiv display lists
degasus
2014-11-05
Host: Kill off Host_SysMessage
Lioncash
2014-09-28
Add the 'desynced GPU thread' mode.
comex
2014-09-28
Rejigger some FIFO buffer variables to be more rational.
comex
2014-09-08
Include CommonTypes.h instead of Common.h.
Rohit Nirmal
2014-09-04
Merge pull request #957 from degasus/frame_skipping
Dolphin Bot
2014-09-04
VideoCommon: rewrite frame skipping code
degasus
2014-09-04
VideoCommon: remove XFReg copy optimization
degasus
2014-09-01
Refactor opcode decoding a bit to kill FifoCommandRunnable.
comex
2014-08-26
A tiny restructuring to allow inlining of FifoCommandRunnable. Probably usel...
comex
2014-07-11
remove unused globals
degasus
2014-07-11
mark all local functions as static
degasus
2014-06-27
VideoCommon: remove unused stats
degasus
2014-06-18
Kill off replaceable usages of s[n]printf.
Lioncash
2014-05-08
Opcode decoding: 0xC0 isn't a valid command.
magumagu
[next]