rpcsx/rpcs3/Emu/RSX/VK
kd-11 fe5828cb47 rsx: Implement QUAD_STRIP
- QUAD_STRIP evaluates to TRIANGLE_STRIP in memory. The memory layout is identical.
- The only difference between the two modes would be the primitive_ID but that doesnt matter on RSX
- Its worth noting that results will be different between the two modes if input vertices are non-coplanar for every set of N verts
2017-08-26 21:53:54 +03:00
..
VKCommonDecompiler.cpp vk/gl: Factorize shared GLSL code 2017-08-16 23:58:30 +03:00
VKCommonDecompiler.h vk/gl: Factorize shared GLSL code 2017-08-16 23:58:30 +03:00
VKFormats.cpp rsx/ui: Make a few settings configurable via the GUI 2017-06-22 23:36:15 +03:00
VKFormats.h gl/vk/dx12: Implement forced channel remapping 2017-03-06 14:34:29 +03:00
VKFragmentProgram.cpp rsx: Make fragment state dynamic to reduce shader permutations 2017-08-26 21:53:54 +03:00
VKFragmentProgram.h Fix nvidia crash (API version). Fix linux builds 2016-03-10 23:55:25 +03:00
VKGSRender.cpp vulkan: Gracefully handle back-to-back flip request spam 2017-08-26 21:53:54 +03:00
VKGSRender.h vk: Reimplement access violation sync handling 2017-08-16 23:58:30 +03:00
VKHelpers.cpp vk: Fix layout transitions 2017-07-08 14:52:16 +03:00
VKHelpers.h Silence some obvious warnings 2017-08-18 23:09:52 +03:00
VKProgramBuffer.h rsx/util: Add simple consistent hash function 2017-08-16 23:58:30 +03:00
VKProgramPipeline.cpp vk/gl: Factorize shared GLSL code 2017-08-16 23:58:30 +03:00
VKRenderTargets.h rsx/gl/vulkan: Refactoring and partial vulkan rewrite 2017-08-16 23:58:30 +03:00
VKTextOut.h rsx/gl/vulkan: Refactoring and partial vulkan rewrite 2017-08-16 23:58:30 +03:00
VKTexture.cpp Code review (#3114) 2017-08-01 20:22:33 +03:00
VKTextureCache.h Silence some obvious warnings 2017-08-18 23:09:52 +03:00
VKVertexBuffers.cpp rsx: Implement QUAD_STRIP 2017-08-26 21:53:54 +03:00
VKVertexProgram.cpp rsx/util: Add simple consistent hash function 2017-08-16 23:58:30 +03:00
VKVertexProgram.h rsx: Code cleanup. Fixes several dozen warnings 2017-06-22 23:36:15 +03:00
VulkanAPI.cpp Partial commit: RSX 2016-04-15 19:22:36 +03:00
VulkanAPI.h Debug build fix 2017-01-28 15:32:45 +03:00