ppsspp/GPU/Vulkan
Florent Castelli e0ff68b3f6 c++11: Remove compat header base/functional.h
We want a proper C++11, not tr1. We don't target those compilers anyway.
2016-10-12 11:32:45 +02:00
..
DepalettizeShaderVulkan.cpp Fill out GPU_Vulkan.cpp with what's mostly a copy of GLES_GPU.cpp 2016-03-20 19:30:11 +01:00
DepalettizeShaderVulkan.h Fill out GPU_Vulkan.cpp with what's mostly a copy of GLES_GPU.cpp 2016-03-20 19:30:11 +01:00
DrawEngineVulkan.cpp Tweak 565 buffer clearing. 2016-09-18 20:38:19 -07:00
DrawEngineVulkan.h Remove duplicate override. 2016-05-21 15:45:03 -07:00
FragmentShaderGeneratorVulkan.cpp Handle core profile better in shader generators. 2016-08-08 17:56:10 -07:00
FragmentShaderGeneratorVulkan.h Initial vulkan code. 2016-03-20 19:18:35 +01:00
FramebufferVulkan.cpp Cleanup display vs. output screenshot terminology. 2016-09-25 16:35:43 -07:00
FramebufferVulkan.h Cleanup display vs. output screenshot terminology. 2016-09-25 16:35:43 -07:00
GPU_Vulkan.cpp Vulkan: Consistently init the graphicsContext. 2016-10-01 11:22:53 -07:00
GPU_Vulkan.h Android: Add both a lost and restore phase. 2016-09-10 21:58:42 -07:00
PipelineManagerVulkan.cpp Fix an assortment of minor resource leaks, make vulkan validator happier. 2016-04-02 11:06:39 +02:00
PipelineManagerVulkan.h Vulkan: Don't try to overlap proj with proj_through, will need a different approach. 2016-03-20 19:30:11 +01:00
ShaderManagerVulkan.cpp Avoid directly calling osm from Core/GPU code. 2016-05-27 22:05:30 -07:00
ShaderManagerVulkan.h Buildfix to last commit, add a comment 2016-03-20 20:56:33 +01:00
StateMappingVulkan.cpp Cleanup in FramebufferVulkan to reduce the size of future diffs 2016-03-28 20:23:29 +02:00
StateMappingVulkan.h Minor optimizations 2016-03-20 19:35:03 +01:00
TextureCacheVulkan.cpp Vulkan: Correct CheckAlpha on scaled textures. 2016-06-25 09:10:55 -07:00
TextureCacheVulkan.h Centralize the majority of texture decode. 2016-06-19 08:05:54 -07:00
TextureScalerVulkan.cpp c++11: Remove compat header base/functional.h 2016-10-12 11:32:45 +02:00
TextureScalerVulkan.h Move ScaleAlways to common code. 2016-06-19 11:31:43 -07:00
VertexShaderGeneratorVulkan.cpp Handle core profile better in shader generators. 2016-08-08 17:56:10 -07:00
VertexShaderGeneratorVulkan.h Be more economical with UBO pushbuffer space by reusing the last data when possible. 2016-03-20 19:35:31 +01:00
VulkanUtil.cpp Update vulkan structure init to the new style 2016-04-02 23:57:23 +02:00
VulkanUtil.h Add some infrastructure for 2D drawing, to be used by the Vulkan framebuffer manager 2016-03-31 00:49:10 +02:00