aboutsummaryrefslogtreecommitdiff
path: root/src/video_core/renderer_opengl
AgeCommit message (Expand)Author
2023-10-11Do not set rescaled flag when rescaling is disabledKelebek1
2023-10-06Implement X8_D24 formatKelebek1
2023-09-23Query Cache: address issuesFernando Sahmkow
2023-09-23Query Cachge: Fully rework Vulkan's query cacheFernando Sahmkow
2023-08-27VideoCore: Implement DispatchIndirectFernando Sahmkow
2023-08-21Merge pull request #11149 from ameerj/astc-perf-prodliamwhite
2023-08-18Merge pull request #11278 from Kelebek1/dma_syncliamwhite
2023-08-14Merge pull request #11282 from ameerj/glasm-xfbliamwhite
2023-08-14Merge pull request #11283 from ameerj/glasm-pipeline-detectionliamwhite
2023-08-13gl_texture_cache: Enable async downloadsAmeer J
2023-08-13gl_buffer_cache: Enable async downloadsAmeer J
2023-08-13gl_staging_buffer_pool: Refactor allocation variables into a structAmeer J
2023-08-13gl_graphics_pipeline: Fix GLASM storage buffer detectionAmeer J
2023-08-13gl_graphics_pipeline: GLASM: Fix transform feedback with multiple buffersAmeer J
2023-08-13Mark accelerted DMA destination buffers and images as GPU-modifiedKelebek1
2023-08-07Merge pull request #11216 from lat9nq/no-mesa-astcliamwhite
2023-08-06Revert "HACK: Avoid swizzling and reuploading ASTC image every frame"Ameer J
2023-08-06HACK: Avoid swizzling and reuploading ASTC image every frameAmeer J
2023-08-06glAmeer J
2023-08-05gl_device: Filter more specifically for slow ASTClat9nq
2023-08-03Fix shader dumps with nvdisasmKelebek1
2023-07-21settings,opengl,yuzu-qt: Fix AA, Filter maximumslat9nq
2023-07-21settings,general: Rename non-confirming enumslat9nq
2023-07-21settings,video_core: Consolidate ASTC decoding optionslat9nq
2023-07-18general: Silence -Wshadow{,-uncaptured-local} warningslat9nq
2023-06-28Memory Tracking: Optimize tracking to only use atomic writes when contested w...Fernando Sahmkow
2023-06-25OpenGL: Limit lmem warmup to NVIDIAameerj
2023-06-25shaders: Track local memory usageameerj
2023-06-25OpenGL: Add Local Memory warmup shaderameerj
2023-06-22Remove memory allocations in some hot pathsKelebek1
2023-06-18Merge pull request #10744 from Wollnashorn/af-for-allFernando S
2023-06-16video_core: Use sampler IDs instead pointers in the pipeline configWollnashorn
2023-06-15video_core: Fallback to default anisotropy instead to 1x anisotropyWollnashorn
2023-06-15video_core: Fixed compilation errors because of name shadowingWollnashorn
2023-06-15video_core: Add per-image anisotropy heuristics (format & mip count)Wollnashorn
2023-06-14video_core: preallocate fewer IR blocksLiam
2023-06-13buffer_cache_base: Specify buffer type in HostBindingsMorph
2023-06-12Merge pull request #10699 from liamwhite/conditional-barrierMatías Locatti
2023-06-12Merge pull request #10693 from liamwhite/f64-to-f32bunnei
2023-06-10shader_recompiler: translate f64 to f32 when unsupported on hostLiam
2023-06-10shader_recompiler: remove barriers in conditional control flow when device la...Liam
2023-06-08Combine vertex/transform feedback buffer binding into a single callKelebek1
2023-06-07Merge pull request #10476 from ameerj/gl-memory-mapsliamwhite
2023-06-03core: frontend: Refactor GraphicsContext to its own module.bunnei
2023-05-28Merge pull request #10483 from ameerj/gl-cpu-astcliamwhite
2023-05-28gl_texture_cache: Fix ASTC CPU decoding with compression disabledameerj
2023-05-28gl_staging_buffers: Optimization to reduce fence waitingameerj
2023-05-28OpenGL: Make use of persistent buffer maps in buffer cache downloadsameerj
2023-05-27Move buffer bindings to per-channel stateKelebek1
2023-05-24Merge pull request #10398 from liamwhite/bcnFernando S