summaryrefslogtreecommitdiff
path: root/src/video_core (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | | Merge pull request #10964 from bunnei/gpu-remove-qcom-checkGravatar bunnei2023-07-031-3/+27
|\ \ \ | |/ / |/| |
| * | video_core: vulkan_device: Change to driver version check.Gravatar bunnei2023-07-031-15/+23
| * | video_core: vulkan_device: Scope S8Gen2 checks to just Qualcomm.Gravatar bunnei2023-06-291-2/+2
| * | video_core: vulkan_device: Fix S8Gen2 dynamic state checks.Gravatar bunnei2023-06-291-3/+19
* | | Merge pull request #10479 from GPUCode/format-listGravatar liamwhite2023-07-026-14/+58
|\ \ \
| * | | renderer_vulkan: Fix some missing view formatsGravatar GPUCode2023-07-012-3/+8
| * | | renderer_vulkan: Add support for VK_KHR_image_format_listGravatar GPUCode2023-07-015-14/+53
* | | | Merge pull request #10942 from FernandoS27/android-is-a-pain-in-the-a--Gravatar liamwhite2023-07-0215-32/+127
|\ \ \ \
| * | | | Memory Tracking: Optimize tracking to only use atomic writes when contested w...Gravatar Fernando Sahmkow2023-06-2815-25/+99
| * | | | MemoryTracking: Initial setup of atomic writes.Gravatar Fernando Sahmkow2023-06-284-10/+31
| | |/ / | |/| |
* | | | Revert "texture_cache: Fix incorrect logic for AccelerateDMA"Gravatar Liam2023-07-011-4/+8
| |_|/ |/| |
* | | Merge pull request #10984 from comex/cobGravatar liamwhite2023-07-011-2/+1
|\ \ \
| * | | Minor cleanup in BufferCacheRuntime::ReserveNullBufferGravatar comex2023-07-011-2/+1
| | |/ | |/|
* | | Merge pull request #10974 from Steveice10/macos_vkGravatar liamwhite2023-07-013-13/+12
|\ \ \
| * | | vulkan: Use newer VK_EXT_metal_surface to create surface for MoltenVK.Gravatar Steveice102023-06-303-13/+12
| |/ /
* | | Merge pull request #10970 from Morph1984/thingGravatar liamwhite2023-07-019-23/+31
|\ \ \ | |/ / |/| |
| * | maxwell_dma: Specify dst_operand.pitch instead of a temp varGravatar Morph2023-06-301-4/+3
| * | general: Use ScratchBuffer where possibleGravatar Morph2023-06-308-19/+28
* | | Merge pull request #10953 from FernandoS27/oh-oopsies-yfcGravatar Fernando S2023-06-301-9/+0
|\ \ \ | |/ / |/| |
| * | Texture cache: Fix YFC regression due to code testingGravatar Fernando Sahmkow2023-06-291-9/+0
| |/
* | Merge pull request #10956 from FernandoS27/pikmin-another-game-ill-hateGravatar Fernando S2023-06-301-0/+4
|\ \
| * | AccelerateDMA: Don't accelerate 3D texture DMA operationsGravatar Fernando Sahmkow2023-06-291-0/+4
| |/
* / Blacklist EDS3 blending from new AMD driversGravatar Matías Locatti2023-06-281-0/+8
|/
* renderer_vulkan: Prevent crashes when blitting depth stencilGravatar GPUCode2023-06-271-0/+3
* video_core: Add BCn decoding supportGravatar GPUCode2023-06-2713-120/+221
* renderer_vulkan: Add more feature checkingGravatar GPUCode2023-06-273-3/+24
* renderer_vulkan: Don't assume debug tool with debug rendererGravatar GPUCode2023-06-271-1/+1
* renderer_vulkan: Bump minimum SPIRV versionGravatar GPUCode2023-06-271-1/+1
* renderer_vulkan: Respect viewport limitGravatar GPUCode2023-06-273-6/+19
* renderer_vulkan: Don't add transform feedback flag if unsupportedGravatar GPUCode2023-06-272-7/+12
* renderer_vulkan: Add suport for debug report callbackGravatar GPUCode2023-06-278-37/+113
* Merge pull request #10867 from Kelebek1/dma_safeGravatar liamwhite2023-06-271-5/+6
|\
| * Use safe reads in DMA engineGravatar Kelebek12023-06-261-5/+6
* | Merge pull request #10473 from GPUCode/vmaGravatar liamwhite2023-06-2723-366/+398
|\ \
| * | externals: Use cmake subdirectoryGravatar GPUCode2023-06-263-6/+0
| * | vulkan_common: Remove required flagsGravatar GPUCode2023-06-221-15/+1
| * | renderer_vulkan: Add missing initializersGravatar GPUCode2023-06-182-5/+13
| * | renderer_vulkan: Use VMA for buffersGravatar GPUCode2023-06-1816-211/+262
| * | renderer_vulkan: Use VMA for imagesGravatar GPUCode2023-06-1816-91/+119
| * | memory_allocator: Remove OpenGL interopGravatar GPUCode2023-06-184-67/+8
| * | externals: Add vma and initialize itGravatar lat9nq2023-06-183-2/+26
* | | OpenGL: Limit lmem warmup to NVIDIAGravatar ameerj2023-06-253-4/+15
* | | shaders: Track local memory usageGravatar ameerj2023-06-255-2/+18
* | | OpenGL: Add Local Memory warmup shaderGravatar ameerj2023-06-255-1/+62
| |/ |/|
* | Merge pull request #10859 from liamwhite/no-more-atomic-waitGravatar liamwhite2023-06-232-13/+10
|\ \
| * | general: remove atomic signal and waitGravatar Liam2023-06-222-13/+10
* | | Remove memory allocations in some hot pathsGravatar Kelebek12023-06-2221-107/+137
|/ /
* | Merge pull request #10086 from Morph1984/coretiming-ng-1Gravatar bunnei2023-06-211-9/+4
|\ \
| * | (wall, native)_clock: Add GetGPUTickGravatar Morph2023-06-071-8/+3
| * | core_timing: Use CNTPCT as the guest CPU tickGravatar Morph2023-06-071-7/+7