| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | buffer_cache: avoid overflow in usage tracker (#13166) | 2024-02-27 | 1 | -0/+6 | |
| | | |||||
| * | texture_cache: use two-pass collection for costly load resources (#13096) | 2024-02-27 | 1 | -7/+23 | |
| | | |||||
| * | Merge pull request #13172 from liamwhite/gl-streams | 2024-02-26 | 1 | -0/+1 | |
| |\ | | | | | renderer_opengl: declare geometry stream support in profile | ||||
| | * | renderer_opengl: declare geometry stream support in profile | 2024-02-26 | 1 | -0/+1 | |
| | | | |||||
| * | | settings: remove global override for smash on amdvlk | 2024-02-26 | 1 | -26/+3 | |
| | | | |||||
| * | | video_core: make gpu context aware of rendering program | 2024-02-26 | 8 | -12/+20 | |
| |/ | |||||
| * | Merge pull request #13001 from liamwhite/scaled-availability | 2024-02-22 | 1 | -5/+9 | |
| |\ | | | | | vulkan_device: don't use fixed cap for memory limits | ||||
| | * | vulkan_device: don't use fixed cap for memory limits | 2024-02-18 | 1 | -5/+9 | |
| | | | |||||
| * | | Merge pull request #13075 from liamwhite/mali-having-a-bad-time | 2024-02-22 | 2 | -0/+6 | |
| |\ \ | | | | | | | shader_recompiler: throw on missing geometry streams in geometry shaders | ||||
| | * | | shader_recompiler: throw on missing geometry streams in geometry shaders | 2024-02-19 | 2 | -0/+6 | |
| | |/ | |||||
| * | | Merge pull request #10529 from liamwhite/critical-spacing | 2024-02-20 | 4 | -7/+17 | |
| |\ \ | | | | | | | caches: make critical reclamation less eager and possible in more cases | ||||
| | * | | texture_cache: tweak iteration tracking change | 2024-02-11 | 1 | -1/+1 | |
| | | | | |||||
| | * | | texture_cache: avoid overestimation of ASTC texture sizes | 2024-02-11 | 3 | -5/+15 | |
| | | | | |||||
| | * | | caches: make critical reclamation less eager and possible in more cases | 2024-02-11 | 2 | -3/+3 | |
| | | | | |||||
| * | | | scope_exit: Make constexpr | 2024-02-19 | 10 | -16/+36 | |
| | | | | | | | | | | | | | | | | Allows the use of the macro in constexpr-contexts. Also avoids some potential problems when nesting braces inside it. | ||||
| * | | | buffer_cache: use mapped range with large vertex buffer size | 2024-02-13 | 1 | -1/+1 | |
| | |/ |/| | |||||
| * | | Merge pull request #12975 from FernandoS27/keep-your-own-vodoo-doll-away-from-gf | 2024-02-13 | 3 | -7/+10 | |
| |\ \ | | | | | | | Texture Cache: Fix untracking on GPU remap | ||||
| | * | | Texture Cache: Fix untracking on GPU remap | 2024-02-10 | 3 | -7/+10 | |
| | | | | |||||
| * | | | Merge pull request #12756 from liamwhite/applet-multiprocess-hwc | 2024-02-11 | 40 | -155/+519 | |
| |\ \ \ | |_|/ |/| | | general: applet multiprocess | ||||
| | * | | gpu: dependency-inject scaling/antialiasing filter state for capture layers | 2024-02-09 | 12 | -31/+93 | |
| | | | | |||||
| | * | | nvnflinger/gpu: implement applet capture | 2024-02-09 | 17 | -50/+257 | |
| | | | | |||||
| | * | | nvnflinger/gpu: implement blending | 2024-02-09 | 21 | -75/+166 | |
| | | | | |||||
| | * | | video_core: defensively program around unmapped device pointers | 2024-02-09 | 2 | -7/+11 | |
| | |/ | |||||
| * / | host_shaders: add vendor workaround for adreno drivers | 2024-02-10 | 1 | -6/+4 | |
| |/ | |||||
| * | Merge pull request #12914 from FernandoS27/vc-refactor | 2024-02-08 | 12 | -535/+130 | |
| |\ | | | | | VideoCore Refactor Part 1. | ||||
| | * | Common: Rename SplitRangeSet to OverlapRangeSet | 2024-02-05 | 1 | -1/+1 | |
| | | | |||||
| | * | Buffer Cache: Refactor to use Range sets instead | 2024-02-05 | 4 | -280/+103 | |
| | | | |||||
| | * | VideoCore: Move Slot Vector to Common | 2024-02-04 | 11 | -256/+28 | |
| | | | |||||
| * | | Merge pull request #12883 from FernandoS27/memory_manager_mem | 2024-02-06 | 3 | -12/+15 | |
| |\ \ | |/ |/| | MemoryManager: Reduce the page table size based on last big page address. | ||||
| | * | MemoryManager: Reduce the page table size based on last big page address. | 2024-02-01 | 3 | -12/+15 | |
| | | | |||||
| * | | Merge pull request #12885 from Moonlacer/eclipse-fix | 2024-02-02 | 2 | -2/+5 | |
| |\ \ | | | | | | | structured_control_flow: Add Samsung Proprietary Driver ID to Reorder Pass | ||||
| | * | | Clang Fix | 2024-02-01 | 1 | -2/+3 | |
| | | | | |||||
| | * | | Add Samsung Proprietary Driver ID to Reorder Pass | 2024-02-01 | 2 | -1/+3 | |
| | | | | | | | | | | | | | For RDNA-based Samsung Xclipse GPUs | ||||
| * | | | Merge pull request #12761 from liamwhite/mp-composite | 2024-02-02 | 79 | -3440/+3307 | |
| |\ \ \ | | | | | | | | | video_core: rewrite presentation for layer composition | ||||
| | * | | | nvnflinger/gpu: implement layer stack composition | 2024-01-31 | 16 | -198/+140 | |
| | | | | | |||||
| | * | | | renderer_opengl: implement layer stack composition | 2024-01-31 | 10 | -290/+402 | |
| | | | | | |||||
| | * | | | renderer_vulkan: implement layer stack composition | 2024-01-31 | 22 | -952/+662 | |
| | | | | | |||||
| | * | | | renderer_opengl: split up blit screen resources into antialias and window ↵ | 2024-01-31 | 13 | -229/+329 | |
| | | | | | | | | | | | | | | | | | adapt passes | ||||
| | * | | | renderer_opengl: move out ownership of FSR resources | 2024-01-31 | 3 | -100/+74 | |
| | | | | | |||||
| | * | | | renderer_vulkan: convert FSR to graphics pipeline | 2024-01-31 | 17 | -454/+302 | |
| | | | | | |||||
| | * | | | renderer_opengl: move out FSR shader source construction | 2024-01-31 | 3 | -26/+23 | |
| | | | | | |||||
| | * | | | renderer_opengl: split out FXAA | 2024-01-31 | 7 | -24/+79 | |
| | | | | | |||||
| | * | | | renderer_opengl: split out SMAA | 2024-01-31 | 10 | -96/+197 | |
| | | | | | |||||
| | * | | | renderer_vulkan: split up blit screen resources into separate antialias and ↵ | 2024-01-31 | 11 | -913/+985 | |
| | | | | | | | | | | | | | | | | | window adapt passes | ||||
| | * | | | renderer_vulkan: isolate FXAA from blit screen | 2024-01-31 | 12 | -651/+590 | |
| | | | | | |||||
| | * | | | renderer_opengl: isolate core presentation code | 2024-01-31 | 6 | -577/+639 | |
| | | | | | |||||
| | * | | | video_core: consistently account for resolution scaling when rendering | 2024-01-31 | 10 | -31/+40 | |
| | | | | | |||||
| | * | | | video_core: simplify accelerated surface fetch and crop handling between APIs | 2024-01-31 | 18 | -316/+262 | |
| | | |/ | |/| | |||||
| * / | | SwBlitter: Fix Pitch linear reading/writting | 2024-01-31 | 1 | -18/+19 | |
| |/ / | |||||
| * / | Texture Cache: make sparse texture table per channel | 2024-01-31 | 2 | -40/+51 | |
| |/ | |||||