rpcsx/rpcs3/Emu/RSX/VK
Megamouse cbd895a29c
Move code to cpp (#9938)
* GL: move GLOverlays code to cpp
* GL: move GLCompute code to cpp
* VK: move VKOverlays code to cpp
* VK: move VKCompute code to cpp
2021-03-10 00:58:08 +01:00
..
vkutils Add/fix warning -Wignored-qualifiers (GCC/clang) 2021-03-09 03:09:50 +03:00
VKCommandStream.cpp fixed_typemap.hpp: return reference 2021-03-02 16:08:14 +03:00
VKCommandStream.h vk: Offload garbage collection to offloader thread 2021-02-10 11:37:14 +03:00
VKCommonDecompiler.cpp Add error on missing 'override' 2021-02-15 20:21: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.cpp Move code to cpp (#9938) 2021-03-10 00:58:08 +01:00
VKCompute.h Move code to cpp (#9938) 2021-03-10 00:58:08 +01:00
VKDMA.cpp Possible workaround for mobile Kepler chips 2021-03-08 15:46:03 +03:00
VKDMA.h vk/dma: Simplify map_dma interface 2021-02-23 00:04:53 +03:00
VKDraw.cpp Formatting fixes only 2021-02-23 23:22:41 +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 Move code to cpp (#9938) 2021-03-10 00:58:08 +01:00
VKFramebuffer.h vk: Refactor some uber-headers 2021-01-10 12:04:31 +03:00
VKGSRender.cpp fixed_typemap.hpp: return reference 2021-03-02 16:08:14 +03:00
VKGSRender.h fixed_typemap.hpp: return reference 2021-03-02 16:08:14 +03:00
VKHelpers.cpp Add/fix warning -Wignored-qualifiers (GCC/clang) 2021-03-09 03:09:50 +03:00
VKHelpers.h Add/fix warning -Wignored-qualifiers (GCC/clang) 2021-03-09 03:09:50 +03:00
VKMemAlloc.cpp Enable -Wstrict-aliasing=1 (GCC) 2021-03-09 03:10:15 +03:00
VKOverlays.cpp Move code to cpp (#9938) 2021-03-10 00:58:08 +01:00
VKOverlays.h Move code to cpp (#9938) 2021-03-10 00:58:08 +01:00
VKPipelineCompiler.cpp Fix most of "[x] thread is too sleepy" at Emu.Stop() (#9813) 2021-02-21 16:43:02 +03:00
VKPipelineCompiler.h Enable -Wstrict-aliasing=1 (GCC) 2021-03-09 03:10:15 +03:00
VKPresent.cpp Move code to cpp (#9938) 2021-03-10 00:58:08 +01:00
VKProgramBuffer.h Enable -Wstrict-aliasing=1 (GCC) 2021-03-09 03:10:15 +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: Add support for queue family migration and refactor some texture upload code 2021-02-26 15:08:14 +03:00
VKResolveHelper.cpp Remove HERE macro 2020-12-10 12:30:22 +03:00
VKResolveHelper.h Move code to cpp (#9938) 2021-03-10 00:58:08 +01:00
VKResourceManager.cpp fixed_typemap.hpp: return reference 2021-03-02 16:08:14 +03:00
VKResourceManager.h vk: Offload garbage collection to offloader thread 2021-02-10 11:37:14 +03:00
VKShaderInterpreter.cpp Fix almost all GCC warnings 2021-02-17 22:59:04 +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 Enable -Wunused-parameter 2021-03-06 18:07:08 +03:00
VKTextureCache.cpp vk/dma: Simplify map_dma interface 2021-02-23 00:04:53 +03:00
VKTextureCache.h Add/fix warning -Wignored-qualifiers (GCC/clang) 2021-03-09 03:09:50 +03:00
VKVertexBuffers.cpp Enable -Wunused-parameter 2021-03-06 18:07:08 +03:00
VKVertexProgram.cpp Enable -Wunused-parameter 2021-03-06 18:07:08 +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