summaryrefslogtreecommitdiff
path: root/Source/Core/VideoBackends/OGL
AgeCommit message (Expand)Author
2024-08-22Add support for libfmt-11Alfred Wingate
2024-05-21Merge pull request #12537 from TellowKrinkle/MTLSubgroupAdmiral H. Curtiss
2024-04-22port to OpenBSDGuilherme Janczak
2024-04-04Fix out of bounds accesses for invalid vertex component formatsPokechu22
2024-01-28VideoCommon: Post to analytics when bug is overriddenTellowKrinkle
2023-12-15VideoBackends / VideoCommon: add type enum to dictate whether a texture is a ...iwubcode
2023-12-09VideoCommon: Use std::span for BoundingBox::Write()Lioncash
2023-11-27OGLConfig: Only use Warn Log if OGL extensions are missingDentomologist
2023-10-25VideoBackends:OGL: Handle when SSBOs are only supported in some shader stagesTellowKrinkle
2023-10-06VideoBackends / VideoCommon: add new uniform buffer object for custom shader ...iwubcode
2023-07-21VideoBackends: add support for cube maps for OGL, Vulkan, and D3Diwubcode
2023-06-28VideoBackends: support multiple compute images for some backends (D3D, OGL, V...iwubcode
2023-06-09Merge pull request #11699 from Pokechu22/gl-check-maximum-samplesAdmiral H. Curtiss
2023-06-09Merge pull request #11859 from iwubcode/backend-multi-outputAdmiral H. Curtiss
2023-06-08OpenGL: Check the list of supported AA modes instead of hardcodingPokechu22
2023-06-08VideoCommon: Pass WindowSystemInfo to InitBackendInfoPokechu22
2023-06-08Video: add R10B10G10A2 and R16G16B16A16F texture types (needed by PR 11850)Filoppi
2023-06-03VideoBackends: add support to allow rendering to multiple output texturesiwubcode
2023-04-23Merge pull request #11628 from Pokechu22/gles-32-only-multisampleAdmiral H. Curtiss
2023-04-18Merge pull request #11760 from Minty-Meeo/embracing-nullptrAdmiral H. Curtiss
2023-04-15Embrace nullptr over NULL and 0get
2023-04-15Common/MathUtil: Move IntLog2 into MathUtil namespaceLioncash
2023-04-08OGL: Use GL_OES_texture_storage_multisample_2d_array when supportedPokechu22
2023-04-08OGL: Only specify precision for sampler2DMSArray when it is definedPokechu22
2023-04-08OGL: Remove bSupports2DTextureStorageMultisample and bSupports3DTextureStorag...Pokechu22
2023-04-08OGL: Convert SupportedESPointSize to an enum classPokechu22
2023-03-14Return quarter value for PerfQuery in all backends.Admiral H. Curtiss
2023-02-14VideoCommon: Fix stereoscopic 3D on OpenGL < 4.3 (macOS)TellowKrinkle
2023-02-13Merge pull request #11550 from iwubcode/set_common_samplers_countScott Mansell
2023-02-10Merge pull request #11523 from degasus/OGL_KHR_subgroupJMC47
2023-02-10VideoCommon: add constant value to set the allowed maximum number of pixel sa...iwubcode
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-09Lint fixesScott Mansell
2023-02-09Lint fixesScott Mansell
2023-02-09Move xfb tracking and IR scaling out of RenderBaseScott Mansell
2023-02-09Refactor ClearRegionScott Mansell
2023-01-31Also use events for config changedScott Mansell
2023-01-31Don't set common globals from Video BackendsScott 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-27VideoBackends: add a way to load data into a specific level AND layer, defaul...iwubcode
2023-01-02VideoBackends/OGL: Always check for fbfetch support, not just on GLESPokechu22
2022-12-29VideoCommon: De-globalize GeometryShaderManager class.Admiral H. Curtiss
2022-12-28VideoCommon: De-globalize VertexShaderManager class.Admiral H. Curtiss