summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/VideoState.cpp
AgeCommit message (Expand)Author
2024-04-20VideoCommon: Use GetSpanForAddress safely in texture decodingJosJuice
2023-11-26VideoCommon: move xf state management to its own class, so changes can be det...iwubcode
2023-02-09Move m_prev_efb_format into FramebufferManagerScott Mansell
2023-02-09Move WidescreenHeuristic to it's own classScott Mansell
2023-02-09Lint fixesScott Mansell
2023-02-09Move xfb tracking and IR scaling out of RenderBaseScott Mansell
2023-01-31Minimise include polution from RenderStateScott Mansell
2022-12-29VideoCommon: De-globalize GeometryShaderManager class.Admiral H. Curtiss
2022-12-28VideoCommon: De-globalize VertexShaderManager class.Admiral H. Curtiss
2022-12-27VideoCommon: De-globalize PixelShaderManager class.Admiral H. Curtiss
2022-12-11VideoCommon/PixelEngine: Refactor to class, move to Core::System.Admiral H. Curtiss
2022-12-10VideoCommon/Fifo: Refactor to class, move to Core::System.Admiral H. Curtiss
2022-11-29VideoCommon/CommandProcessor: Refactor to class, move to Core::System.Admiral H. Curtiss
2022-10-09Simplify saving CP statePokechu22
2022-05-25Common: Refactor PointerWrapDentomologist
2021-12-10Treewide: Adjust order of includesPokechu22
2021-10-12TMEM: Handle savestate and initScott Mansell
2021-10-04VideoCommon: Abstract bounding boxTechjar
2021-07-05treewide: convert GPLv2+ license info to SPDX tagsPierre Bourdon
2019-07-24FramebufferManager: Support saving EFB to save stateStenzek
2019-07-24TextureCache: Support saving cache entries, including EFB copiesStenzek
2016-08-21VertexManagerBase: Get rid of static behaviorLioncash
2016-06-26VideoBackends: Merge Initialize and Shutdown functions.degasus
2016-06-24Reformat all the things. Have fun with merge conflicts.Pierre Bourdon
2016-01-17VideoCommon: Header cleanupLioncash
2016-01-12VideoState: Simplify dummy wrapper.degasus
2016-01-12Fifo: Create a "Fifo" namespace.degasus
2015-11-02VideoCommon: VertexManager -> VertexManagerBaseTillmann Karras
2015-09-30ChunkFile: Provide additional helpers for C-style arraysLioncash
2015-05-25Set copyright year to when a file was createdTillmann Karras
2015-05-25Update license headers to GPLv2+Tillmann Karras
2014-12-14VideoCommon: Add a separate constants buffer for the geometry shader.Jules Blok
2014-10-10Get buildbot to compile.crudelios
2014-10-10Reimplement Bounding Box calculation using the software renderer.crudelios
2014-09-28Changes to allow LoadCPReg to work in a preprocess mode which affects a separ...comex
2014-09-28Mechanical changes to move most CP state to a struct rather than separate glo...comex
2014-07-29Convert some more header inclusions into forward declarationsLioncash
2014-05-16Video backends: mass-replace "xfregs" with "xfmem".magumagu
2014-05-16Video backend: merge global var xfmem into xfregs.magumagu
2014-05-16Video backends: unify xfregs/xfmem structures.magumagu
2014-02-20Fix more header sorting issues in VideoCommon/ (now check-includes clean).Pierre Bourdon
2014-02-18Convert all includes to relative paths.Lioncash
2013-12-31Remove unnecessary Src/ foldersJasper St. Pierre