summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/AbstractGfx.h
AgeCommit message (Expand)Author
2024-10-02VideoBackends:Vulkan: Don't try to present if swapchain acquire failedTellowKrinkle
2023-06-28VideoBackends: support multiple compute images for some backends (D3D, OGL, V...iwubcode
2023-06-19Video: implement color correction to match the NTSC and PAL color spaces (and...Filoppi
2023-06-03VideoBackends: add support to allow rendering to multiple output texturesiwubcode
2023-03-06Don't discard ConfigChanged callback handleScott Mansell
2023-03-02Software: Implement GetSurfaceInfo()Pokechu22
2023-02-09Refactor ClearRegionScott Mansell
2023-01-31Add some descriptions to new classesScott Mansell
2023-01-31Also use events for config changedScott Mansell
2023-01-31Move ConfigChanged out of RenderBaseScott Mansell
2023-01-31Handle VideoSoftware's present fallback betterScott Mansell
2023-01-31Implement AbstractGfx for Software & NullScott Mansell
2023-01-31Split AbstractGfx out of RendererScott Mansell