| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 | 1 | -0/+5 | |
| |\ \ | | | | | | | shader_recompiler: throw on missing geometry streams in geometry shaders | ||||
| | * | | shader_recompiler: throw on missing geometry streams in geometry shaders | 2024-02-19 | 1 | -0/+5 | |
| | |/ | |||||
| * / | scope_exit: Make constexpr | 2024-02-19 | 1 | -1/+3 | |
| |/ | | | | | Allows the use of the macro in constexpr-contexts. Also avoids some potential problems when nesting braces inside it. | ||||
| * | Add Samsung Proprietary Driver ID to Reorder Pass | 2024-02-01 | 1 | -0/+2 | |
| | | | | | For RDNA-based Samsung Xclipse GPUs | ||||
| * | Merge pull request #12439 from FireBurn/vkresult | 2024-01-29 | 3 | -107/+11 | |
| |\ | | | | | Simplify VkResult lookup | ||||
| | * | Simplify VkResult lookup | 2024-01-22 | 3 | -107/+11 | |
| | | | |||||
| * | | Demote Mesa dozen to the bottom of the device list | 2024-01-24 | 1 | -0/+10 | |
| | | | |||||
| * | | Fix typos in video_core | 2024-01-07 | 2 | -3/+3 | |
| |/ | |||||
| * | Merge pull request #12449 from liamwhite/debug-utils | 2023-12-26 | 1 | -1/+3 | |
| |\ | | | | | renderer_vulkan: skip SetObjectNameEXT on unsupported driver | ||||
| | * | renderer_vulkan: skip SetObjectNameEXT on unsupported driver | 2023-12-23 | 1 | -1/+3 | |
| | | | |||||
| * | | renderer_vulkan: demote format assert to error log | 2023-12-23 | 1 | -8/+8 | |
| |/ | |||||
| * | Merge pull request #12414 from jbeich/vk274 | 2023-12-20 | 1 | -0/+2 | |
| |\ | | | | | externals: update Vulkan-Headers to v1.3.274 | ||||
| | * | vulkan_common: unbreak build with Vulkan-Headers 1.3.274 | 2023-12-20 | 1 | -0/+2 | |
| | | | | | | | | | | | | | src/video_core/vulkan_common/vulkan_wrapper.cpp:293:13: error: enumeration value 'VK_ERROR_INVALID_VIDEO_STD_PARAMETERS_KHR' not handled in switch [-Werror,-Wswitch] switch (result) { ^~~~~~ | ||||
| * | | Merge pull request #12403 from liamwhite/clipdistance | 2023-12-20 | 1 | -0/+4 | |
| |\ \ | | | | | | | shader_recompiler: use minimal clip distance array | ||||
| | * | | shader_recompiler: ignore clip distances beyond driver support level | 2023-12-18 | 1 | -0/+4 | |
| | |/ | |||||
| * / | renderer_vulkan: work around turnip binding bug in a610 | 2023-12-17 | 1 | -0/+5 | |
| |/ | |||||
| * | renderer_vulkan: exclude more qcom drivers from extensions | 2023-11-29 | 1 | -15/+22 | |
| | | |||||
| * | Merge pull request #12154 from liamwhite/more-drivers | 2023-11-29 | 1 | -2/+32 | |
| |\ | | | | | vulkan_device: add names for more driverID enumeration values | ||||
| | * | vulkan_device: add names for more driverID enumeration values | 2023-11-24 | 1 | -2/+32 | |
| | | | |||||
| * | | Merge pull request #11535 from GPUCode/upload_cmdbuf | 2023-11-26 | 1 | -0/+4 | |
| |\ \ | | | | | | | renderer_vulkan: Introduce separate cmd buffer for uploads | ||||
| | * | | renderer_vulkan: Introduce separate cmd buffer for uploads | 2023-11-12 | 1 | -0/+4 | |
| | | | | |||||
| * | | | renderer_vulkan: exclude steam deck oled from force max clock setting | 2023-11-24 | 1 | -1/+2 | |
| | |/ |/| | |||||
| * | | renderer_vulkan: ignore viewport stores on non-supporting drivers | 2023-11-19 | 1 | -0/+4 | |
| | | | |||||
| * | | Vulkan: Be more generous with pipeline workers for Android | 2023-11-19 | 2 | -0/+13 | |
| |/ | |||||
| * | vulkan_common: use highest API version | 2023-10-24 | 1 | -1/+1 | |
| | | |||||
| * | Manually robust on Maxwell and earlier | 2023-10-19 | 2 | -20/+33 | |
| | | |||||
| * | Not not allocate DeviceLocal buffers as mapped | 2023-10-10 | 1 | -4/+4 | |
| | | |||||
| * | Merge pull request #11656 from liamwhite/recreate-surface-automatically | 2023-10-07 | 1 | -0/+3 | |
| |\ | | | | | vk_present_manager: recreate surface on any surface loss | ||||
| | * | vk_present_manager: recreate surface on any surface loss | 2023-10-02 | 1 | -0/+3 | |
| | | | |||||
| * | | Merge pull request #11544 from Kelebek1/reduce_stream_buffer_renderdoc | 2023-10-07 | 2 | -4/+31 | |
| |\ \ | | | | | | | Allow GPUs without rebar to open multiple RenderDoc captures | ||||
| | * | | Allow GPUs without rebar to open multiple RenderDoc captures | 2023-10-06 | 2 | -4/+31 | |
| | | | | |||||
| * | | | Merge pull request #11688 from Kelebek1/x8d42 | 2023-10-07 | 1 | -0/+1 | |
| |\ \ \ | | | | | | | | | Implement X8_D24 pixel format | ||||
| | * | | | Implement X8_D24 format | 2023-10-06 | 1 | -0/+1 | |
| | | |/ | |/| | |||||
| * | | | Merge pull request #11684 from Kelebek1/disable_push_descriptor_maxwell | 2023-10-07 | 1 | -12/+43 | |
| |\ \ \ | |/ / |/| | | Disable push descriptor for Pascal and older nVidia architectures | ||||
| | * | | Rework nvidia architecture detection, disable push descriptor for Pascal and ↵ | 2023-10-05 | 1 | -12/+43 | |
| | | | | | | | | | | | | | older | ||||
| * | | | ci: fix new codespell errors | 2023-10-02 | 1 | -1/+1 | |
| |/ / | |||||
| * | | Merge pull request #11402 from FernandoS27/depth-bias-control | 2023-09-28 | 4 | -0/+35 | |
| |\ \ | | | | | | | Vulkan: Implement Depth Bias Control | ||||
| | * | | Vulkan: add temporary workaround for AMDVLK | 2023-09-16 | 2 | -2/+8 | |
| | | | | |||||
| | * | | Vulkan: Implement Depth Bias Control | 2023-09-16 | 3 | -0/+29 | |
| | |/ | |||||
| * | | renderer_vulkan: Implement MSAA copies | 2023-09-25 | 1 | -0/+5 | |
| | | | |||||
| * | | Merge pull request #11225 from FernandoS27/no-laxatives-in-santas-cookies | 2023-09-25 | 3 | -0/+37 | |
| |\ \ | | | | | | | Y.F.C: Rework the Query Cache. | ||||
| | * | | Macro HLE: Add DrawIndirectByteCount | 2023-09-23 | 2 | -0/+9 | |
| | | | | |||||
| | * | | Query Cachge: Fully rework Vulkan's query cache | 2023-09-23 | 3 | -0/+28 | |
| | | | | |||||
| * | | | Merge pull request #11165 from Morph1984/ds_blit | 2023-09-24 | 2 | -27/+33 | |
| |\ \ \ | |/ / |/| | | vulkan_device: Return true if either depth/stencil format supports blit | ||||
| | * | | vulkan_device: Test depth stencil blit support by format | 2023-07-31 | 2 | -27/+33 | |
| | | | | |||||
| | * | | vulkan_device: Return true if either depth/stencil format supports blit | 2023-07-26 | 1 | -1/+1 | |
| | | | | | | | | | | | | | On devices that don't support D24S8 but supports D32S8, this should still return true if D32S8 supports src and dst blit | ||||
| * | | | renderer_vulkan: Correct component order for A4B4G4R4_UNORM | 2023-09-21 | 2 | -0/+16 | |
| | |/ |/| | |||||
| * | | Merge pull request #11470 from GPUCode/bundle-vvl | 2023-09-10 | 3 | -34/+3 | |
| |\ \ | | | | | | | android: Add option to bundle validation layer | ||||