.. |
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
|
Windows: d3dcompiler_47.dll is redistributable, so add it to our installation package scripts.
|
2017-03-22 13:44:44 +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
|
GL: Filter away redundant glEnable/Disable(GL_STENCIL_TEST)
|
2018-02-28 13:28:39 +01:00 |
GLQueueRunner.h
|
GLES: Use aligned memory for textures.
|
2018-02-11 08:13:57 -08:00 |
GLRenderManager.cpp
|
GLES: Support more buffer mapping strategies.
|
2018-03-04 14:48:06 -08:00 |
GLRenderManager.h
|
GLES: Support more buffer mapping strategies.
|
2018-03-04 14:48:06 -08:00 |
thin3d.cpp
|
Fix something found by -fsanitize=undefined
|
2018-03-01 08:24:47 +01:00 |
thin3d.h
|
Separate T3DCreate* into its own header to avoid including Windows.h etc in some cases.
|
2018-02-25 10:27:59 +01:00 |
thin3d_create.h
|
Separate T3DCreate* into its own header to avoid including Windows.h etc in some cases.
|
2018-02-25 10:27:59 +01:00 |
thin3d_d3d9.cpp
|
Complete the separation of depth and stencil renderpass flags
|
2017-12-30 22:52:22 +01:00 |
thin3d_d3d11.cpp
|
Complete the separation of depth and stencil renderpass flags
|
2017-12-30 22:52:22 +01:00 |
thin3d_gl.cpp
|
Add comment trying to clarify shutdown of GPU_GLES, restore the wipe, minor tweaks. Should help #10652
|
2018-02-27 22:04:24 +01:00 |
thin3d_vulkan.cpp
|
Some error handling and assert improvements, trying to understand #10662
|
2018-03-01 12:21:58 +01: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
|
Global: Fix some type comparison/shadow warnings.
|
2018-02-11 07:03:23 -08:00 |
VulkanQueueRunner.h
|
Vulkan: Fix stencil-only clear for stencil upload.
|
2018-01-27 15:10:17 +01:00 |
VulkanRenderManager.cpp
|
Improve a bunch of Vulkan copy-rect asserts by adding more debug info
|
2018-02-26 14:23:52 +01:00 |
VulkanRenderManager.h
|
Merge pull request #10411 from hrydgard/gl-render-manager
|
2018-01-31 12:22:07 +01:00 |