rpcsx/rpcs3/Emu/RSX/VK
Nekotekina dfd50d0185 Implement std::bit_cast<>
Partial implementation of std::bit_cast from C++20.
Also fix most strict-aliasing rule break warnings (gcc).
2019-06-02 23:22:16 +03:00
..
VKCommonDecompiler.cpp rsx: Use native half float types if available 2019-04-25 16:23:05 +03:00
VKCommonDecompiler.h rsx: Refactor out GLSLTypes from GLSLCommon to avoid warning spam due to unused functions when included in settings dialog code 2019-05-31 13:27:43 +03:00
VKCompute.h vk: Improve descriptor pool management 2019-05-22 01:18:46 +03:00
VKFormats.cpp rsx: Fixups for data cast operations via typeless transfer 2019-04-09 13:40:54 +03:00
VKFormats.h rsx: Fixups for data cast operations via typeless transfer 2019-04-09 13:40:54 +03:00
VKFragmentProgram.cpp Limit shaderlog writing behind log_programs setting 2019-05-31 19:49:32 +03:00
VKFragmentProgram.h rsx: Shader decompiler cleanup and improvements 2019-04-25 16:23:05 +03:00
VKFramebuffer.cpp vk: Refactor framebuffers 2019-05-28 15:28:30 +03:00
VKFramebuffer.h vk: Refactor framebuffers 2019-05-28 15:28:30 +03:00
VKGSRender.cpp Use empty() instead of comparing size() with 0 2019-06-01 22:59:23 +03:00
VKGSRender.h vk: Refactor framebuffers 2019-05-28 15:28:30 +03:00
VKHelpers.cpp Implement std::bit_cast<> 2019-06-02 23:22:16 +03:00
VKHelpers.h Implement std::bit_cast<> 2019-06-02 23:22:16 +03:00
VKMemAlloc.cpp Performance enhancement - Vulkan memory allocator (#4635) 2018-05-23 17:02:35 +03:00
VKOverlays.h vk: Refactor framebuffers 2019-05-28 15:28:30 +03:00
VKProgramBuffer.h vk: remove duplicate condition in pipeline_props struct equal operator 2019-06-01 00:01:32 +03:00
VKProgramPipeline.cpp rsx: Implement stencil mirror views 2018-12-24 09:05:19 +03:00
VKRenderPass.cpp vk: Refactor renderpass management 2019-05-25 14:07:29 +03:00
VKRenderPass.h vk: Refactor renderpass management 2019-05-25 14:07:29 +03:00
VKRenderTargets.h vk: Refactor framebuffers 2019-05-28 15:28:30 +03:00
VKTextOut.h vk: Refactor renderpass management 2019-05-25 14:07:29 +03:00
VKTexture.cpp vk: DOuble general-purpose heap allocation to 128M and add a better diagnostic message for OOM 2019-05-19 17:33:21 +03:00
VKTextureCache.h vk: Propagate more information to the driver 2019-05-22 01:18:46 +03:00
VKVertexBuffers.cpp rsx: Reimplement attrib divisor 2019-01-25 14:34:22 +03:00
VKVertexProgram.cpp Limit shaderlog writing behind log_programs setting 2019-05-31 19:49:32 +03:00
VKVertexProgram.h rsx/vp: CodeGen improvements 2018-07-07 16:20:33 +03:00
VulkanAPI.cpp Partial commit: RSX 2016-04-15 19:22:36 +03:00
VulkanAPI.h rsx: Use native half float types if available 2019-04-25 16:23:05 +03:00