aboutsummaryrefslogtreecommitdiff
path: root/src/video_core/renderer_opengl/gl_device.cpp
AgeCommit message (Expand)Author
2023-12-20gl_device: Remove AMD blacklists that are no longer applicableAmeer J
2023-12-19gl_buffer_cache: Reintroduce NV_vertex_buffer_unified_memoryAmeer J
2023-12-03Merge pull request #12094 from ameerj/gl-buffer-cache-batch-vtxliamwhite
2023-11-24vulkan_device: add names for more driverID enumeration valuesLiam
2023-11-19gl_buffer_cache: Batch vertex/tfb buffer bindingAmeer J
2023-08-05gl_device: Filter more specifically for slow ASTClat9nq
2023-07-21settings,general: Rename non-confirming enumslat9nq
2023-06-25OpenGL: Limit lmem warmup to NVIDIAameerj
2023-06-10shader_recompiler: remove barriers in conditional control flow when device la...Liam
2023-05-06Log object names with debug renderer, add a GPU address to ImageViewsKelebek1
2023-01-05video_core: Implement opengl/vulkan draw_textureFeng Chen
2022-12-13gl_device: Use a more robust way to use strict context modeAlexander Orzechowski
2022-12-13renderer_opengl: refactor context acquireLiam
2022-11-22general: fix compile for Apple ClangLiam
2022-04-23general: Convert source file copyright comments over to SPDXMorph
2022-04-01GPU Garbage Collection: Fix regressions.Fernando Sahmkow
2022-03-25GC: Address Feedback.Fernando Sahmkow
2022-03-19video_core: Reduce unused includesameerj
2021-12-29glsl: Add boolean reference workaroundameerj
2021-12-29glsl_context_get_set: Add alternative cbuf type for broken driversameerj
2021-10-28gl_device: Force GLASM on NVIDIA drivers 495-496lat9nq
2021-10-17settings: Remove std::chrono usageameerj
2021-07-22Revert "renderers: Disable async shader compilation"ReinUsesLisp
2021-07-22gl_device: Simplify GLASM setting logicameerj
2021-07-22renderers: Disable async shader compilationameerj
2021-07-22video_core: Enable GL SPIR-V shaderslat9nq
2021-07-22general: Add setting shader_backendlat9nq
2021-07-22glasm: Add passthrough geometry shader supportReinUsesLisp
2021-07-22shader: Unify shader stage typesReinUsesLisp
2021-07-22shader: Emulate 64-bit integers when not supportedReinUsesLisp
2021-07-22glsl: Address rest of feedbackameerj
2021-07-22glsl: Add stubs for sparse queries and variable aoffi when not supportedameerj
2021-07-22glsl: Implement VOTE for subgroup size potentially largerameerj
2021-07-22glsl: Query GL Device for FP16 extension supportameerj
2021-07-22glasm: Use ARB_derivative_control conditionallyReinUsesLisp
2021-07-22glasm: Use storage buffers instead of global memory when possibleReinUsesLisp
2021-07-22shader: Initial OpenGL implementationReinUsesLisp
2021-06-20gl_device: Expand on Mesa driver nameslat9nq
2021-06-20video_core: Add GPU vendor name to window title barameerj
2021-04-26gl_device: Intel: Disable texture view formats workaround on mesaA-w-x
2021-04-14common: Move settings to common from core.bunnei
2021-03-24gl_device: unblock async shaders on other Unix systemsJan Beich
2021-03-21gl_device: Block async shaders on AMD and Intellat9nq
2021-02-24Implement glDepthRangeIndexeddNVKelebek1
2021-02-13renderer_opengl: Remove interopReinUsesLisp
2021-02-13video_core: Reimplement the buffer cacheReinUsesLisp
2021-01-21renderer_opengl: Avoid precompiled cache and force NV GL cache directoryReinUsesLisp
2021-01-04gl_texture_cache: Avoid format views on Intel and AMDReinUsesLisp
2020-12-30video_core: Rewrite the texture cacheReinUsesLisp
2020-10-02video_core: Enforce -Wunused-variable and -Wunused-but-set-variableReinUsesLisp