| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | | Merge pull request #12403 from liamwhite/clipdistance | 2023-12-20 | 3 | -0/+6 | ||
| |\ \ \ \ | | | | | | | | | | | shader_recompiler: use minimal clip distance array | |||||
| | * | | | | shader_recompiler: ignore clip distances beyond driver support level | 2023-12-18 | 3 | -0/+6 | ||
| | | | | | | ||||||
| * | | | | | Merge pull request #12390 from liamwhite/binding-insanity | 2023-12-20 | 2 | -13/+23 | ||
| |\ \ \ \ \ | |_|_|_|/ |/| | | | | renderer_vulkan: work around turnip binding bug in a610 | |||||
| | * | | | | renderer_vulkan: work around turnip binding bug in a610 | 2023-12-17 | 2 | -13/+23 | ||
| | |/ / / | ||||||
| * | | | | gl_rasterizer: Silence spammy logs | 2023-12-19 | 1 | -6/+8 | ||
| | | | | | ||||||
| * | | | | gl_buffer_cache: Reintroduce NV_vertex_buffer_unified_memory | 2023-12-19 | 5 | -8/+60 | ||
| | |_|/ |/| | | | | | | | | Workaround Nvidia drivers complaining when a buffer is bound as both a vertex buffer and transform feedback buffer | |||||
| * | | | Merge pull request #12382 from liamwhite/image-limit | 2023-12-19 | 4 | -6/+6 | ||
| |\ \ \ | | | | | | | | | renderer_vulkan: allow up to 7 swapchain images | |||||
| | * | | | renderer_vulkan: allow up to 7 swapchain images | 2023-12-16 | 4 | -6/+6 | ||
| | |/ / | ||||||
| * / / | Revert "video_core: use interval map for page count tracking" | 2023-12-17 | 6 | -70/+76 | ||
| |/ / | ||||||
| * | | Merge pull request #12377 from ameerj/tfb-batch-oopsie | 2023-12-16 | 1 | -1/+1 | ||
| |\ \ | | | | | | | gl_buffer_cache: Fix tfb binding typo | |||||
| | * | | gl_buffer_cache: Fix tfb binding typo | 2023-12-16 | 1 | -1/+1 | ||
| | |/ | ||||||
| * | | Merge pull request #12345 from liamwhite/a-flock-of-seagulls | 2023-12-16 | 2 | -3/+12 | ||
| |\ \ | |/ |/| | renderer_vulkan: cap async presentation frame count | |||||
| | * | renderer_vulkan: bound async presentation queue growth | 2023-12-14 | 2 | -3/+12 | ||
| | | | ||||||
| * | | video_core: lock interval map update | 2023-12-14 | 2 | -0/+4 | ||
| | | | ||||||
| * | | video_core: use interval map for page count tracking | 2023-12-14 | 6 | -76/+66 | ||
| |/ | ||||||
| * | Merge pull request #12274 from liamwhite/srgb-nonsense | 2023-12-08 | 13 | -83/+73 | ||
| |\ | | | | | renderer_vulkan: do not recreate swapchain for srgb | |||||
| | * | texture_cache: fix max_element comparison function | 2023-12-03 | 1 | -1/+1 | ||
| | | | ||||||
| | * | renderer_opengl: remove srgb conversion logic | 2023-12-03 | 3 | -9/+2 | ||
| | | | ||||||
| | * | renderer_vulkan: do not recreate swapchain for srgb | 2023-12-03 | 11 | -74/+71 | ||
| | | | ||||||
| * | | codec: Update to use av frame flags | 2023-12-05 | 1 | -1/+6 | ||
| | | | | | | | | | Resolves Clang -Wdeprecated-declarations warning from interlaced_frame | |||||
| * | | Merge pull request #12235 from liamwhite/flip-clip | 2023-12-03 | 1 | -4/+10 | ||
| |\ \ | |/ |/| | renderer_vulkan: adjust window origin and swizzle independently | |||||
| | * | renderer_vulkan: adjust window origin and swizzle independently | 2023-11-30 | 1 | -4/+10 | ||
| | | | ||||||
| * | | Merge pull request #12094 from ameerj/gl-buffer-cache-batch-vtx | 2023-12-03 | 5 | -64/+36 | ||
| |\ \ | | | | | | | gl_buffer_cache: Batch vertex/tfb buffer binding | |||||
| | * | | gl_buffer_cache: Batch vertex/tfb buffer binding | 2023-11-19 | 5 | -64/+36 | ||
| | | | | ||||||
| * | | | Merge pull request #12261 from liamwhite/fruit-company | 2023-12-02 | 3 | -6/+6 | ||
| |\ \ \ | | | | | | | | | texture_cache: use pedantic type names | |||||
| | * | | | texture_cache: use pedantic type names | 2023-12-01 | 3 | -6/+6 | ||
| | | | | | ||||||
| * | | | | vk_blit_screen: Use correct format for fxaa renderpass | 2023-12-01 | 1 | -1/+1 | ||
| |/ / / | ||||||
| * | | | Merge pull request #12056 from ameerj/opengl-neglect | 2023-12-01 | 6 | -44/+74 | ||
| |\ \ \ | |_|/ |/| | | OpenGL: Implement async downloads in buffer and texture caches | |||||
| | * | | gl_texture_cache: Enable async downloads | 2023-08-13 | 5 | -9/+16 | ||
| | | | | ||||||
| | * | | gl_buffer_cache: Enable async downloads | 2023-08-13 | 4 | -9/+34 | ||
| | | | | ||||||
| | * | | gl_staging_buffer_pool: Refactor allocation variables into a struct | 2023-08-13 | 2 | -30/+28 | ||
| | | | | ||||||
| * | | | renderer_vulkan: exclude more qcom drivers from extensions | 2023-11-29 | 2 | -19/+25 | ||
| | | | | ||||||
| * | | | Merge pull request #12194 from liamwhite/fruit-company | 2023-11-29 | 1 | -2/+2 | ||
| |\ \ \ | | | | | | | | | video_core: fix mac compile | |||||
| | * | | | video_core: fix mac compile | 2023-11-26 | 1 | -2/+2 | ||
| | | | | | ||||||
| * | | | | Merge pull request #12154 from liamwhite/more-drivers | 2023-11-29 | 2 | -11/+41 | ||
| |\ \ \ \ | | | | | | | | | | | vulkan_device: add names for more driverID enumeration values | |||||
| | * | | | | vulkan_device: add names for more driverID enumeration values | 2023-11-24 | 2 | -11/+41 | ||
| | | | | | | ||||||
| * | | | | | Merge branch 'master' into ssbo-align | 2023-11-26 | 46 | -596/+1168 | ||
| |\ \ \ \ \ | | |/ / / | |/| | | | ||||||
| | * | | | | Merge pull request #11535 from GPUCode/upload_cmdbuf | 2023-11-26 | 16 | -106/+264 | ||
| | |\ \ \ \ | | | | | | | | | | | | | renderer_vulkan: Introduce separate cmd buffer for uploads | |||||
| | | * | | | | Vulkan: Add a final barrier to the upload command buffer | 2023-11-12 | 1 | -0/+8 | ||
| | | | | | | | ||||||
| | | * | | | | renderer_vulkan: Introduce separate cmd buffer for uploads | 2023-11-12 | 16 | -106/+256 | ||
| | | | | | | | ||||||
| | * | | | | | Merge pull request #12153 from liamwhite/deck2 | 2023-11-25 | 1 | -1/+2 | ||
| | |\ \ \ \ \ | | | | | | | | | | | | | | | renderer_vulkan: exclude steam deck oled from force max clock setting | |||||
| | | * | | | | | renderer_vulkan: exclude steam deck oled from force max clock setting | 2023-11-24 | 1 | -1/+2 | ||
| | | | |/ / / | | |/| | | | ||||||
| | * | | | | | Merge pull request #12110 from liamwhite/mali-nullview | 2023-11-25 | 2 | -2/+17 | ||
| | |\ \ \ \ \ | | |/ / / / | |/| | | | | vk_texture_cache: add workaround for nullDescriptor on Mali | |||||
| | | * | | | | vk_texture_cache: add workaround for nullDescriptor on Mali | 2023-11-20 | 2 | -2/+17 | ||
| | | | | | | | ||||||
| | * | | | | | query_cache: demote report synced unreachable to assert | 2023-11-23 | 1 | -1/+1 | ||
| | | | | | | | ||||||
| | * | | | | | Merge pull request #12045 from liamwhite/codec-refactor | 2023-11-21 | 11 | -374/+705 | ||
| | |\ \ \ \ \ | | |/ / / / | |/| | | | | video_core: refactor video frame and packet parsing | |||||
| | | * | | | | video_core: refactor video frame and packet parsing | 2023-11-16 | 11 | -374/+705 | ||
| | | |/ / / | ||||||
| | * | | | | renderer_vulkan: ignore viewport stores on non-supporting drivers | 2023-11-19 | 2 | -0/+5 | ||
| | | | | | | ||||||
| | * | | | | Merge pull request #12081 from ↵ | 2023-11-19 | 3 | -5/+31 | ||
| | |\ \ \ \ | | |_|_|/ | |/| | | | | | | | | | | | | | FernandoS27/check-out-on-your-broke-crypto-friends Vulkan: Be more generous with pipeline workers for Android | |||||
| | | * | | | Vulkan: Be more generous with pipeline workers for Android | 2023-11-19 | 3 | -5/+31 | ||
| | | | | | | ||||||