.. |
BoundingBox.cpp
|
Vulkan: Remove parameters/members of single-instance classes
|
2016-11-03 22:01:54 +10:00 |
BoundingBox.h
|
Vulkan: Remove parameters/members of single-instance classes
|
2016-11-03 22:01:54 +10:00 |
CMakeLists.txt
|
CMakeLists: Normalize whitespace
|
2017-03-01 14:53:23 -05:00 |
CommandBufferManager.cpp
|
Vulkan: Use multiple command pools, one per frame
|
2016-11-15 00:40:15 +10:00 |
CommandBufferManager.h
|
Vulkan: Use multiple command pools, one per frame
|
2016-11-15 00:40:15 +10:00 |
Constants.h
|
specify custom brace style to fix unions
|
2017-01-05 12:55:13 +01:00 |
FramebufferManager.cpp
|
VideoCommon: Eliminate static state in Renderer
|
2017-03-04 16:39:50 +10:00 |
FramebufferManager.h
|
FramebufferManagerBase: Return a std::pair from GetTargetSize
|
2017-02-03 15:27:53 -05:00 |
ObjectCache.cpp
|
VideoBackends: Add a developer option to disable the shader cache.
|
2017-02-19 12:05:44 +01:00 |
ObjectCache.h
|
Vulkan: Use an enumeration to index pipeline layouts
|
2016-12-04 20:10:13 +10:00 |
PerfQuery.cpp
|
Vulkan: Remove parameters/members of single-instance classes
|
2016-11-03 22:01:54 +10:00 |
PerfQuery.h
|
Vulkan: Remove parameters/members of single-instance classes
|
2016-11-03 22:01:54 +10:00 |
RasterFont.cpp
|
Vulkan: Use an enumeration to index pipeline layouts
|
2016-12-04 20:10:13 +10:00 |
RasterFont.h
|
Implement experimental Vulkan backend
|
2016-10-01 02:40:01 +10:00 |
Renderer.cpp
|
Vulkan: Fix issue where target rectangle changes weren't detected
|
2017-03-02 21:53:42 +10:00 |
Renderer.h
|
VideoCommon: Make dst_alpha state implicit.
|
2017-01-04 20:02:31 +01:00 |
ShaderCompiler.cpp
|
Vulkan: Support binding texel buffers in UtilityShaderDraw
|
2016-12-04 20:10:13 +10:00 |
ShaderCompiler.h
|
Vulkan: Amend header includes
|
2016-09-30 23:26:03 -04:00 |
StagingBuffer.cpp
|
Vulkan: Implement StagingTexture2D on top of StagingBuffer
|
2016-12-04 20:10:13 +10:00 |
StagingBuffer.h
|
Vulkan: Implement StagingTexture2D on top of StagingBuffer
|
2016-12-04 20:10:13 +10:00 |
StagingTexture2D.cpp
|
Vulkan: Implement StagingTexture2D on top of StagingBuffer
|
2016-12-04 20:10:13 +10:00 |
StagingTexture2D.h
|
Vulkan: Implement StagingTexture2D on top of StagingBuffer
|
2016-12-04 20:10:13 +10:00 |
StateTracker.cpp
|
VideoCommon: Make dst_alpha state implicit.
|
2017-01-04 20:02:31 +01:00 |
StateTracker.h
|
LightingShaderGen: Remove unnecessary includes
|
2017-02-01 01:06:00 -05:00 |
StreamBuffer.cpp
|
Vulkan: Fix incorrect handling of buffer wrap-around in StreamBuffer
|
2016-11-30 22:44:52 +10:00 |
StreamBuffer.h
|
ShaderGenCommon: Remove unnecessary includes
|
2017-02-01 12:19:55 -05:00 |
SwapChain.cpp
|
Merge pull request #4441 from stenzek/vulkan-max-image-count
|
2016-11-13 14:12:32 +01:00 |
SwapChain.h
|
Vulkan: Fix vsync behavior when throttler is temp disabled
|
2016-10-03 19:11:48 +10:00 |
Texture2D.cpp
|
Vulkan: Fix compilation on 32-bit targets
|
2016-10-03 19:11:47 +10:00 |
Texture2D.h
|
Vulkan: Amend header includes
|
2016-09-30 23:26:03 -04:00 |
TextureCache.cpp
|
TextureCache: Drop unused parameter in backend API.
|
2016-12-26 22:10:32 +01:00 |
TextureCache.h
|
TextureCache: Drop unused parameter in backend API.
|
2016-12-26 22:10:32 +01:00 |
TextureConverter.cpp
|
ShaderGenCommon: Remove unnecessary includes
|
2017-02-01 12:19:55 -05:00 |
TextureConverter.h
|
ShaderGenCommon: Remove unnecessary includes
|
2017-02-01 12:19:55 -05:00 |
Util.cpp
|
Common: Add alignment header
|
2016-12-06 20:33:53 +01:00 |
Util.h
|
Common: Add alignment header
|
2016-12-06 20:33:53 +01:00 |
VertexFormat.cpp
|
ShaderGenCommon: Remove unnecessary includes
|
2017-02-01 12:19:55 -05:00 |
VertexFormat.h
|
Vulkan: Implement a pipeline UID cache
|
2016-11-28 21:21:53 +10:00 |
VertexManager.cpp
|
Merge pull request #4924 from stenzek/vulkan-list-restart
|
2017-02-18 21:58:30 +10:00 |
VertexManager.h
|
VertexManagerBase: Make CreateNativeVertexFormat return a unique_ptr
|
2017-02-18 03:16:24 -05:00 |
VideoBackend.h
|
Vulkan: Refactor initialization to only use a single instance
|
2017-01-29 22:18:53 +10:00 |
Vulkan.vcxproj
|
Vulkan: Combine PaletteTextureConverter and TextureEncoder classes
|
2016-12-04 20:10:13 +10:00 |
VulkanContext.cpp
|
Vulkan: Handle BUG_PRIMITIVE_RESTART
|
2017-02-18 15:07:34 +10:00 |
VulkanContext.h
|
Vulkan: Refactor initialization to only use a single instance
|
2017-01-29 22:18:53 +10:00 |
VulkanEntryPoints.inl
|
Implement experimental Vulkan backend
|
2016-10-01 02:40:01 +10:00 |
VulkanLoader.cpp
|
Implement experimental Vulkan backend
|
2016-10-01 02:40:01 +10:00 |
VulkanLoader.h
|
Implement experimental Vulkan backend
|
2016-10-01 02:40:01 +10:00 |
main.cpp
|
LightingShaderGen: Remove unnecessary includes
|
2017-02-01 01:06:00 -05:00 |