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
/
VideoState.cpp
Age
Commit message (
Expand
)
Author
2024-04-20
VideoCommon: Use GetSpanForAddress safely in texture decoding
JosJuice
2023-11-26
VideoCommon: move xf state management to its own class, so changes can be det...
iwubcode
2023-02-09
Move m_prev_efb_format into FramebufferManager
Scott Mansell
2023-02-09
Move WidescreenHeuristic to it's own class
Scott Mansell
2023-02-09
Lint fixes
Scott Mansell
2023-02-09
Move xfb tracking and IR scaling out of RenderBase
Scott Mansell
2023-01-31
Minimise include polution from RenderState
Scott Mansell
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-11
VideoCommon/PixelEngine: Refactor to class, move to Core::System.
Admiral H. Curtiss
2022-12-10
VideoCommon/Fifo: Refactor to class, move to Core::System.
Admiral H. Curtiss
2022-11-29
VideoCommon/CommandProcessor: Refactor to class, move to Core::System.
Admiral H. Curtiss
2022-10-09
Simplify saving CP state
Pokechu22
2022-05-25
Common: Refactor PointerWrap
Dentomologist
2021-12-10
Treewide: Adjust order of includes
Pokechu22
2021-10-12
TMEM: Handle savestate and init
Scott Mansell
2021-10-04
VideoCommon: Abstract bounding box
Techjar
2021-07-05
treewide: convert GPLv2+ license info to SPDX tags
Pierre Bourdon
2019-07-24
FramebufferManager: Support saving EFB to save state
Stenzek
2019-07-24
TextureCache: Support saving cache entries, including EFB copies
Stenzek
2016-08-21
VertexManagerBase: Get rid of static behavior
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-17
VideoCommon: Header cleanup
Lioncash
2016-01-12
VideoState: Simplify dummy wrapper.
degasus
2016-01-12
Fifo: Create a "Fifo" namespace.
degasus
2015-11-02
VideoCommon: VertexManager -> VertexManagerBase
Tillmann Karras
2015-09-30
ChunkFile: Provide additional helpers for C-style arrays
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-10-10
Get buildbot to compile.
crudelios
2014-10-10
Reimplement Bounding Box calculation using the software renderer.
crudelios
2014-09-28
Changes to allow LoadCPReg to work in a preprocess mode which affects a separ...
comex
2014-09-28
Mechanical changes to move most CP state to a struct rather than separate glo...
comex
2014-07-29
Convert some more header inclusions into forward declarations
Lioncash
2014-05-16
Video backends: mass-replace "xfregs" with "xfmem".
magumagu
2014-05-16
Video backend: merge global var xfmem into xfregs.
magumagu
2014-05-16
Video backends: unify xfregs/xfmem structures.
magumagu
2014-02-20
Fix more header sorting issues in VideoCommon/ (now check-includes clean).
Pierre Bourdon
2014-02-18
Convert all includes to relative paths.
Lioncash
2013-12-31
Remove unnecessary Src/ folders
Jasper St. Pierre