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
/
XFStructs.cpp
Age
Commit message (
Expand
)
Author
2025-08-14
DolphinAnalytics: Use Pascal case for GameQuirk enum
Dentomologist
2024-11-08
Replace 'reinterpret_cast' with 'static_cast'
Dr. Dystopia
2024-10-06
Fifo analyzer: Fix indexed XF loads showing "bytes" instead of "words"
Pokechu22
2024-05-03
Replace Common::BitCast with std::bit_cast
Pokechu22
2024-04-09
VideoCommon: Remove calls to GetPointer
JosJuice
2023-11-26
VideoCommon: move xf state management to its own class, so changes can be det...
iwubcode
2022-12-29
VideoCommon: De-globalize GeometryShaderManager class.
Admiral H. Curtiss
2022-12-28
VideoCommon: De-globalize VertexShaderManager class.
Admiral H. Curtiss
2022-12-27
VideoCommon: De-globalize PixelShaderManager class.
Admiral H. Curtiss
2022-12-10
VideoCommon/Fifo: Refactor to class, move to Core::System.
Admiral H. Curtiss
2022-12-03
HW/Memmap: Refactor Memory to class, move to Core::System.
Admiral H. Curtiss
2022-11-18
VideoCommon:VertexLoaderManager: Reduce CPConfig checks
Robin Kertels
2022-08-29
Fifo analyzer: Fix various XF mistakes
Pokechu22
2022-01-13
Fix non-constexpr format strings
Pokechu22
2022-01-13
Replace uses of undocumented/deprecated fmt::format_to overload
Pokechu22
2021-12-18
Remove DataReader from LoadXFReg
Pokechu22
2021-12-18
Refactor OpcodeDecoding and FIFO analyzer to use callbacks
Pokechu22
2021-12-18
Create and use CPArray enum class
Pokechu22
2021-08-15
VideoCommon: report games that set bits in XFMEM_CLIPDISABLE
Tillmann Karras
2021-07-05
treewide: convert GPLv2+ license info to SPDX tags
Pierre Bourdon
2021-05-07
Add descriptions for GX_LOAD_INDX_A/B/C/D
Pokechu22
2021-04-06
Skip loading unknown XF registers in the FIFO player
Pokechu22
2021-04-06
Add game quirks for unknown BP/CP/XF commands
Pokechu22
2021-03-06
Use XFMEM_REGISTERS_START/END in XFRegWritten and LoadXFReg
Pokechu22
2021-03-06
Add names and descriptions for regular XF memory
Pokechu22
2021-03-06
Add names and descriptions for XF registers to the FIFO analyzer
Pokechu22
2021-03-06
Convert XFMemory to BitField and enum class
Pokechu22
2020-11-17
VideoCommon: Migrate over to fmt
Lioncash
2020-04-29
XFMemory: SETPOSMTXINFO should be SETPOSTMTXINFO
Pierre Bourdon
2018-03-14
Assert: Uppercase assertion macros
Lioncash
2017-07-30
ShaderGen: Implement vertex ubershaders
Stenzek
2017-03-26
XFStructs: Get rid of an unnecessary pointer cast
Lioncash
2017-03-26
Fifo: const correctness
Lioncash
2017-03-03
Common: Move byte swapping utilities into their own header
Lioncash
2016-10-01
Reorganise a ton of logs level
aldelaro5
2016-08-21
VertexManagerBase: Get rid of static behavior
Lioncash
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-17
VideoCommon: Header cleanup
Lioncash
2016-01-12
Fifo: Create a "Fifo" namespace.
degasus
2015-11-08
XFMem: Don't warn on writes of zero to unknown registers.
Scott Mansell
2015-11-02
VideoCommon: VertexManager -> VertexManagerBase
Tillmann Karras
2015-08-16
VertexShaderManager: Remove unused parameter
Lioncash
2015-05-25
Set copyright year to when a file was created
Tillmann Karras
2015-05-25
Update license headers to GPLv2+
Tillmann Karras
2014-12-14
VideoCommon: Add a separate constants buffer for the geometry shader.
Jules Blok
2014-12-09
VideoCommon: cleanup OpcodeDecoder
degasus
2014-09-28
Add the 'desynced GPU thread' mode.
comex
2014-09-28
Mechanical changes to move most CP state to a struct rather than separate glo...
comex
2014-09-19
Fix build failing when disabling precompiled headers.
Rohit Nirmal
[next]