summaryrefslogtreecommitdiff
path: root/Source/Core/VideoBackends
AgeCommit message (Expand)Author
2023-02-10VideoCommon: add constant value to set the allowed maximum number of pixel sa...iwubcode
2023-02-09Software/Tev: Fix member shadowing warningsPokechu22
2023-02-09Merge pull request #11498 from iwubcode/save_pipeline_configJMC47
2023-02-09OGL: Fix GLES crashing on initializationJosJuice
2023-02-09VideoBackend/OGL: Prefer KHR_subgroup over NV_shader_thread.degasus
2023-02-09VideoCommon: store the configuration used to create the AbstractPipeline on t...iwubcode
2023-02-09Merge pull request #11522 from phire/KillRendererWithFireScott Mansell
2023-02-09Apply suggestions from code reviewScott Mansell
2023-02-09Lint fixesScott Mansell
2023-02-09Cleanup headersScott Mansell
2023-02-09Lint fixesScott Mansell
2023-02-09Move xfb tracking and IR scaling out of RenderBaseScott Mansell
2023-02-09Refactor ClearRegionScott Mansell
2023-02-02lint: update to clang-format-13Pierre Bourdon
2023-02-01Merge pull request #11501 from iwubcode/abstract_texture_load_specify_layerScott Mansell
2023-01-31Cleanup headersScott Mansell
2023-01-31Also use events for config changedScott Mansell
2023-01-31Move ConfigChanged out of RenderBaseScott Mansell
2023-01-31Move BoundingBox out of RenderBaseScott Mansell
2023-01-31Add AbstractGfx for DX12Scott Mansell
2023-01-31Implement AbstractGfx for Dx11Scott Mansell
2023-01-31Add virtual Initialize() to PerfQueryBaseScott Mansell
2023-01-31Implement AbstactGfx for MetalScott Mansell
2023-01-31Fix misnamed local variableScott Mansell
2023-01-31Handle VideoSoftware's present fallback betterScott Mansell
2023-01-31Implement AbstractGfx for VulkanScott Mansell
2023-01-31Don't set common globals from Video BackendsScott Mansell
2023-01-31Implement AbstractGfx for Software & NullScott Mansell
2023-01-31Implement AbstractGfx for OpenGLScott Mansell
2023-01-31Move Presenting, Dumping and ImGui out of RendererScott Mansell
2023-01-31Refactor to remove virtual from RenderXFBToScreenScott Mansell
2023-01-31TextureCache: Refactor with smart pointersScott Mansell
2023-01-30Merge pull request #11507 from phire/Wnullablitly-completenessAdmiral H. Curtiss
2023-01-30Merge pull request #11500 from iwubcode/vulkan_copy_rectangle_one_layerAdmiral H. Curtiss
2023-01-30Merge pull request #11205 from TellowKrinkle/AutoPresentPierre Bourdon
2023-01-29VideoBackends:Metal: Assert on pipelines with no render targetsTellowKrinkle
2023-01-30Ignore nullability-completeness warnings in VMAScott Mansell
2023-01-27VideoBackends: add a way to load data into a specific level AND layer, defaul...iwubcode
2023-01-27VideoBackends: update Vulkan's 'CopyRectangleFromTexture' to copy one layer, ...iwubcode
2023-01-02VideoBackends/OGL: Always check for fbfetch support, not just on GLESPokechu22
2022-12-29Merge pull request #11389 from Pokechu22/sw-no-alpha-1-hackJMC47
2022-12-29VideoCommon: De-globalize GeometryShaderManager class.Admiral H. Curtiss
2022-12-29Merge pull request #11388 from AdmiralCurtiss/globals-vertexshadermanagerMai
2022-12-28Software: Remove alpha=1 blending special-casePokechu22
2022-12-28Merge pull request #11219 from K0bin/android-vk-alidationJMC47
2022-12-28VideoCommon: De-globalize VertexShaderManager class.Admiral H. Curtiss
2022-12-27VideoCommon: De-globalize PixelShaderManager class.Admiral H. Curtiss
2022-12-27VideoBackends:Vulkan: Replace debug_report with debug_utilsRobin Kertels
2022-12-22Follow-up on a four-year-old Android NDK workaroundMinty-Meeo
2022-12-21Replace BitUtils with C++20: Counting ZeroesMinty-Meeo