ppsspp/ext/native/thin3d
2018-10-03 21:39:16 +02:00
..
d3d11_loader.cpp Windows: d3dcompiler_47.dll is redistributable, so add it to our installation package scripts. 2017-03-22 13:44:44 +01: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 Debugger: Fix texture readback in GLES. 2018-08-29 22:09:10 -07:00
GLQueueRunner.h GLES: Use aligned memory for textures. 2018-02-11 08:13:57 -08:00
GLRenderManager.cpp Add: some helpers to compile on ODROID-XU4/XU3 2018-09-17 20:01:12 +00:00
GLRenderManager.h OpenGL: Fix bug where we could end up calling glUniformMatrix without a bound program. Found by GL debug callback on NV. 2018-07-28 11:09:01 +02:00
thin3d.cpp thin3d: Fix requesting BGRA buffers. 2018-06-16 13:31:08 -07:00
thin3d.h D3D11: Enable depth clamping. 2018-09-18 21:49:17 -07:00
thin3d_create.h D3D11: Allow the user to select rendering device. 2018-06-06 10:20:12 +02:00
thin3d_d3d9.cpp Assorted cleanups. Don't assert on no clear mask. 2018-04-06 23:29:44 +02:00
thin3d_d3d11.cpp D3D11: Enable depth clamping. 2018-09-18 21:49:17 -07:00
thin3d_gl.cpp thin3d: Cleanup some unused/uninitialized warnings. 2018-06-24 07:34:07 -07:00
thin3d_vulkan.cpp D3D11: Enable depth clamping. 2018-09-18 21:49:17 -07: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: Assert on some creates failing. 2018-06-24 07:35:19 -07:00
VulkanQueueRunner.h Fix small and scary Vulkan bug (leftover from skinning-removal revert) 2018-09-18 23:38:38 +02:00
VulkanRenderManager.cpp Vulkan: Apply Themaister's patch, removing illegal pre-transitions of swapchain images. Fixes #11417 2018-10-03 21:39:16 +02:00
VulkanRenderManager.h Debugger: Fix crash in softgpu with no texaddr yet. 2018-09-04 21:54:25 -07:00