aboutsummaryrefslogtreecommitdiff
path: root/src/video_core/renderer_opengl
AgeCommit message (Expand)Author
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
2023-05-23textures: add BC1 and BC3 compressors and recompression settingLiam
2023-05-22renderer_vulkan: barrier attachment feedback loopsLiam
2023-05-09Texture Cache: Fix ASTC texturesFernando Sahmkow
2023-05-07Texture cache: Only force flush the dma downloadsFernando Sahmkow
2023-05-07GPU: Add Reactive flushingFernando Sahmkow
2023-05-06Log object names with debug renderer, add a GPU address to ImageViewsKelebek1
2023-05-03Merge pull request #10142 from FernandoS27/missing-astcbunnei
2023-05-03Merge pull request #10088 from FernandoS27/100-gelato-flavor-test-builds-laterbunnei
2023-05-03GPU: implement missing ASTCFernando Sahmkow
2023-05-01Merge pull request #10084 from FernandoS27/yuzu-goes-broom-broomMorph
2023-04-29Texture Cache: Release stagging buffers on tick frameFernando Sahmkow
2023-04-29Buffer Cache: Fully rework the buffer cache.Fernando Sahmkow
2023-04-29Accelerate DMA: Use texture cache async downloads to perform the copiesFernando Sahmkow
2023-04-29TextureCache: refactor DMA downloads to allow multiple buffers.Fernando Sahmkow
2023-04-23QueryCache: rework async downloads.Fernando Sahmkow
2023-04-23Fence Manager: implement async fence management in a sepparate thread.Fernando Sahmkow
2023-04-08video_core: Enable ImageGather with subpixel offset on IntelWollnashorn
2023-04-08shader_recompiler: Add subpixel offset for correct rounding at `ImageGather`Wollnashorn
2023-03-13Merge pull request #9943 from vonchenplus/gentlemanliamwhite
2023-03-12general: fix spelling mistakesLiam
2023-03-12video_core: Fix ogl status error when draw_textureFengChen
2023-03-11Merge pull request #9913 from ameerj/acc-dma-refactorFernando S