rpcsx/rpcs3/Emu/RSX/VK
kd-11 2d62f9c4c5
vk: Improve spec compliance (#9748)
- Always comply when running under strict mode
- Only allow hacky transport for known-to-work GPUs
2021-02-08 22:11:01 +00:00
..
vkutils More informative Error message on Vulkan driver crash 2021-01-31 15:51:21 +01:00
VKCommandStream.cpp vk: Refactor some uber-headers 2021-01-10 12:04:31 +03:00
VKCommandStream.h VK: refactoring part 1 2020-12-31 22:57:17 +03:00
VKCommonDecompiler.cpp MSVC: remove MemLeak build support 2020-12-22 14:32:30 +03:00
VKCommonDecompiler.h gl/vk: Add constexpr to varying_registers and sync functions between the two backends 2019-06-12 10:59:31 +01:00
VKCompute.h vk: Refactor some uber-headers 2021-01-10 12:04:31 +03:00
VKDMA.cpp vk/dma: Disable pasthrough DMA for NVIDIA+windows 2021-01-24 14:24:55 +03:00
VKDMA.h vk/dma: Unmap pages from GPU when they are unmapped in Cell 2021-01-24 14:24:55 +03:00
VKDraw.cpp vk: Refactor some uber-headers 2021-01-10 12:04:31 +03:00
VKFormats.cpp vk: Refactor some uber-headers 2021-01-10 12:04:31 +03:00
VKFormats.h VK: refactoring part 1 2020-12-31 22:57:17 +03:00
VKFragmentProgram.cpp rsx: Add support shadow1D and shadowCube 2021-01-21 10:24:49 +03:00
VKFragmentProgram.h VK: move helpers to vkutils 2020-12-31 22:57:17 +03:00
VKFramebuffer.cpp vk: Refactor some uber-headers 2021-01-10 12:04:31 +03:00
VKFramebuffer.h vk: Refactor some uber-headers 2021-01-10 12:04:31 +03:00
VKGSRender.cpp vk/dma: Unmap pages from GPU when they are unmapped in Cell 2021-01-24 14:24:55 +03:00
VKGSRender.h vk: Refactor some uber-headers 2021-01-10 12:04:31 +03:00
VKHelpers.cpp vk/dma: Allow interoperability between pass-through and write-back DMA caching types 2021-01-24 14:24:55 +03:00
VKHelpers.h rsx/vk: DMA stuff 2021-01-24 14:24:55 +03:00
VKMemAlloc.cpp Enable -Wunused-variable 2021-01-12 14:34:14 +03:00
VKOverlays.h vk: Refactor some uber-headers 2021-01-10 12:04:31 +03:00
VKPipelineCompiler.cpp Fix minor issue with usage of STL thread::hardware_concurrency() 2021-01-29 18:23:29 +03:00
VKPipelineCompiler.h vk: Refactor some uber-headers 2021-01-10 12:04:31 +03:00
VKPresent.cpp vk: Refactor some uber-headers 2021-01-10 12:04:31 +03:00
VKProgramBuffer.h VK: refactoring part 1 2020-12-31 22:57:17 +03:00
VKProgramPipeline.cpp vk: Refactor some uber-headers 2021-01-10 12:04:31 +03:00
VKProgramPipeline.h VK: refactoring part 1 2020-12-31 22:57:17 +03:00
VKQueryPool.cpp vk: Refactor some uber-headers 2021-01-10 12:04:31 +03:00
VKQueryPool.h VK: refactoring part 1 2020-12-31 22:57:17 +03:00
VKRenderPass.cpp vk: Refactor some uber-headers 2021-01-10 12:04:31 +03:00
VKRenderPass.h VK: refactoring part 1 2020-12-31 22:57:17 +03:00
VKRenderTargets.h vk: Refactor some uber-headers 2021-01-10 12:04:31 +03:00
VKResolveHelper.cpp Remove HERE macro 2020-12-10 12:30:22 +03:00
VKResolveHelper.h vk: Refactor some uber-headers 2021-01-10 12:04:31 +03:00
VKResourceManager.cpp Use uptr (std::uintptr_t alias) 2020-12-12 16:29:55 +03:00
VKResourceManager.h vk: Refactor some uber-headers 2021-01-10 12:04:31 +03:00
VKShaderInterpreter.cpp Replace uint32_t with u32 2020-12-18 12:23:53 +03:00
VKShaderInterpreter.h vk: Refactor some uber-headers 2021-01-10 12:04:31 +03:00
VKTextOut.h vk: Refactor some uber-headers 2021-01-10 12:04:31 +03:00
VKTexture.cpp vk: Improve spec compliance (#9748) 2021-02-08 22:11:01 +00:00
VKTextureCache.cpp vk: Fix custom event signals 2021-01-24 14:24:55 +03:00
VKTextureCache.h Enable -Wunused-variable 2021-01-12 14:34:14 +03:00
VKVertexBuffers.cpp vk: Refactor some uber-headers 2021-01-10 12:04:31 +03:00
VKVertexProgram.cpp vk: Refactor some uber-headers 2021-01-10 12:04:31 +03:00
VKVertexProgram.h VK: move helpers to vkutils 2020-12-31 22:57:17 +03:00
VulkanAPI.h Enable -Wunknown-pragmas 2021-01-12 13:01:17 +03:00