ppsspp/ext/native/thin3d
2019-10-13 21:17:29 +02:00
..
d3d9_d3dcompiler_loader.cpp Use D3DCompiler_47.dll for D3D9 context. 2019-05-12 11:17:10 +08:00
d3d9_d3dcompiler_loader.h Use D3DCompiler_47.dll for D3D9 context. 2019-05-12 11:17:10 +08:00
d3d11_loader.cpp Fix d3d11_loader on x86 2019-05-12 11:17:54 +08:00
d3d11_loader.h More buildfixes for Windows on ARM 2017-03-05 10:52:08 +01:00
d3dx9_loader.cpp add missing inclues. 2018-03-22 22:14:19 +01:00
d3dx9_loader.h Fix a bunch of memory leaks, after enabling file+line-number memory leak tracking for the MS Debug CRT. 2016-02-10 15:36:10 +01:00
DataFormat.h WIP vulkan on linux stuff 2017-12-21 10:48:00 +01:00
DataFormatGL.cpp Don't crash on missing readback formats. 2018-01-28 18:00:48 +01:00
DataFormatGL.h GL render manager: Simple implementation of synchronous framebuffer readbacks. 2018-01-27 15:10:17 +01:00
GLQueueRunner.cpp GPU: Avoid some unused var/func warnings. 2019-08-17 12:01:22 -07:00
GLQueueRunner.h [spline/bezier]Sharing textures to avoid heavily textures creation/deletion in one frame. At least, it occurs about 1000 and very slow down in Pursuit Force. 2018-10-07 23:54:12 +09:00
GLRenderManager.cpp GPU: Avoid some unused var/func warnings. 2019-08-17 12:01:22 -07:00
GLRenderManager.h Workaround for a crash found in #12358 on older devices 2019-09-28 01:11:06 +02:00
thin3d.cpp Vulkan: Move scissor/viewport rotation into the VulkanRenderManager. Fixes #12303. 2019-09-03 23:26:44 +02:00
thin3d.h Vulkan: Move scissor/viewport rotation into the VulkanRenderManager. Fixes #12303. 2019-09-03 23:26:44 +02:00
thin3d_create.h D3D11: Allow the user to select rendering device. 2018-06-06 10:20:12 +02:00
thin3d_d3d9.cpp Use D3DCompiler_47.dll for D3D9 context. 2019-05-12 11:17:10 +08:00
thin3d_d3d11.cpp Vulkan: Apply the desired pretransform when drawing to the backbuffer. 2019-06-21 09:38:51 +02:00
thin3d_gl.cpp Silence a few warnings. 2019-09-24 23:10:18 +02:00
thin3d_vulkan.cpp Vulkan blend factor: Bugfix and minor optimization 2019-10-13 21:17:29 +02:00
vulkan_utils.cpp Fill out GPU_Vulkan.cpp with what's mostly a copy of GLES_GPU.cpp 2016-03-20 19:30:11 +01:00
VulkanQueueRunner.cpp Vulkan blend factor: Bugfix and minor optimization 2019-10-13 21:17:29 +02:00
VulkanQueueRunner.h Vulkan blend factor: Bugfix and minor optimization 2019-10-13 21:17:29 +02:00
VulkanRenderManager.cpp Vulkan GPU profiler: Measure the CPU time spent on the render thread recording command buffers. 2019-09-18 00:16:08 +02:00
VulkanRenderManager.h Vulkan blend factor: Bugfix and minor optimization 2019-10-13 21:17:29 +02:00