dolphin/Source/Core/VideoCommon
JosJuice c9edfa0eaa Replace Windows CMake lambda constexpr capture workaround
While manually capturing constexpr variables used in lambda
expressions does work, it's really easy to forget doing so since
we don't have a Windows CMake builder and the workaround isn't
necessary anywhere else. Fortunately, MSVC has a flag that fixes
the constexpr capture behavior, so let's use that instead.
2020-06-25 13:11:29 +02:00
..
AbstractFramebuffer.cpp
AbstractFramebuffer.h
AbstractPipeline.h
AbstractShader.h
AbstractStagingTexture.cpp
AbstractStagingTexture.h
AbstractTexture.cpp
AbstractTexture.h
AsyncRequests.cpp
AsyncRequests.h
AsyncShaderCompiler.cpp
AsyncShaderCompiler.h
BoundingBox.cpp
BoundingBox.h
BPFunctions.cpp
BPFunctions.h
BPMemory.cpp
BPMemory.h Externals: Add zstd 2020-05-13 20:53:10 +02:00
BPStructs.cpp
BPStructs.h
CMakeLists.txt VideoCommon: Add Free Look camera with separate modes 2020-05-03 13:31:47 -05:00
CommandProcessor.cpp Replace Windows CMake lambda constexpr capture workaround 2020-06-25 13:11:29 +02:00
CommandProcessor.h
ConstantManager.h
CPMemory.cpp
CPMemory.h
DataReader.h Externals: Add zstd 2020-05-13 20:53:10 +02:00
DriverDetails.cpp
DriverDetails.h
Fifo.cpp
Fifo.h
FPSCounter.cpp
FPSCounter.h
FramebufferManager.cpp Merge pull request #8827 from stenzek/adreno-more-like-brokenreno 2020-05-28 16:55:42 +10:00
FramebufferManager.h FramebufferManager: Fix invalid readback of EFB D24S8 depth 2020-05-24 15:36:04 +10:00
FramebufferShaderGen.cpp VideoCommon/ShaderGenCommon: Make template functions regular functions 2020-05-25 21:12:29 -04:00
FramebufferShaderGen.h
FrameDump.cpp
FrameDump.h
FreeLookCamera.cpp VideoCommon: Clean freelook camera dirty state when getting the new view 2020-06-17 12:07:40 -05:00
FreeLookCamera.h VideoCommon: Clean freelook camera dirty state when getting the new view 2020-06-17 12:07:40 -05:00
GeometryShaderGen.cpp VideoCommon/ShaderGenCommon: Make template functions regular functions 2020-05-25 21:12:29 -04:00
GeometryShaderGen.h
GeometryShaderManager.cpp
GeometryShaderManager.h
GXPipelineTypes.h
HiresTextures_DDSLoader.cpp
HiresTextures.cpp
HiresTextures.h
ImageWrite.cpp
ImageWrite.h
IndexGenerator.cpp
IndexGenerator.h
LightingShaderGen.cpp
LightingShaderGen.h
LookUpTables.h
NativeVertexFormat.h
NetPlayChatUI.cpp
NetPlayChatUI.h
NetPlayGolfUI.cpp
NetPlayGolfUI.h
OnScreenDisplay.cpp
OnScreenDisplay.h
OpcodeDecoding.cpp
OpcodeDecoding.h
PerfQueryBase.cpp
PerfQueryBase.h D3D12: Fix rare case where command list was executed with open queries 2019-04-01 20:49:24 +10:00
PixelEngine.cpp
PixelEngine.h
PixelShaderGen.cpp
PixelShaderGen.h
PixelShaderManager.cpp
PixelShaderManager.h
PostProcessing.cpp VideoCommon/ShaderGenCommon: Make template functions regular functions 2020-05-25 21:12:29 -04:00
PostProcessing.h
RenderBase.cpp Merge pull request #8730 from JosJuice/frame-advance-duplicate-frame 2020-04-16 18:29:16 -04:00
RenderBase.h
RenderState.cpp
RenderState.h
SamplerCommon.h
sfont.inc
ShaderCache.cpp VideoCommon/ShaderGenCommon: Make template functions regular functions 2020-05-25 21:12:29 -04:00
ShaderCache.h VideoCommon/ShaderGenCommon: Make template functions regular functions 2020-05-25 21:12:29 -04:00
ShaderGenCommon.cpp VideoCommon/ShaderGenCommon: Make template functions regular functions 2020-05-25 21:12:29 -04:00
ShaderGenCommon.h VideoCommon/ShaderGenCommon: Make template functions regular functions 2020-05-25 21:12:29 -04:00
Statistics.cpp
Statistics.h
TextureCacheBase.cpp
TextureCacheBase.h
TextureConfig.cpp
TextureConfig.h
TextureConversionShader.cpp
TextureConversionShader.h
TextureConverterShaderGen.cpp
TextureConverterShaderGen.h
TextureDecoder_Common.cpp
TextureDecoder_Generic.cpp
TextureDecoder_Util.h
TextureDecoder_x64.cpp
TextureDecoder.h
UberShaderCommon.cpp VideoCommon/ShaderGenCommon: Make template functions regular functions 2020-05-25 21:12:29 -04:00
UberShaderCommon.h VideoCommon/ShaderGenCommon: Make template functions regular functions 2020-05-25 21:12:29 -04:00
UberShaderPixel.cpp VideoCommon/ShaderGenCommon: Make template functions regular functions 2020-05-25 21:12:29 -04:00
UberShaderPixel.h VideoCommon/ShaderGenCommon: Make template functions regular functions 2020-05-25 21:12:29 -04:00
UberShaderVertex.cpp VideoCommon/ShaderGenCommon: Make template functions regular functions 2020-05-25 21:12:29 -04:00
UberShaderVertex.h
VertexLoader_Color.cpp
VertexLoader_Color.h
VertexLoader_Normal.cpp
VertexLoader_Normal.h
VertexLoader_Position.cpp
VertexLoader_Position.h
VertexLoader_TextCoord.cpp
VertexLoader_TextCoord.h
VertexLoader.cpp
VertexLoader.h
VertexLoaderARM64.cpp
VertexLoaderARM64.h
VertexLoaderBase.cpp
VertexLoaderBase.h
VertexLoaderManager.cpp
VertexLoaderManager.h
VertexLoaderUtils.h Externals: Add zstd 2020-05-13 20:53:10 +02:00
VertexLoaderX64.cpp
VertexLoaderX64.h
VertexManagerBase.cpp VideoCommon/ShaderGenCommon: Make template functions regular functions 2020-05-25 21:12:29 -04:00
VertexManagerBase.h
VertexShaderGen.cpp
VertexShaderGen.h
VertexShaderManager.cpp VideoCommon: Clean freelook camera dirty state when getting the new view 2020-06-17 12:07:40 -05:00
VertexShaderManager.h VideoCommon: remove VertexShaderManager functions instead preferring the direct freelook camera methods 2020-05-03 13:34:13 -05:00
VideoBackendBase.cpp Migrate video backend setting to the new config system 2020-05-22 16:54:53 +02:00
VideoBackendBase.h Migrate video backend setting to the new config system 2020-05-22 16:54:53 +02:00
VideoCommon.h
VideoCommon.vcxproj VideoCommon: Add Free Look camera with separate modes 2020-05-03 13:31:47 -05:00
VideoCommon.vcxproj.filters
VideoConfig.cpp
VideoConfig.h FramebufferManager: Copy to color format for depth readbacks on GLES 2020-05-24 16:11:11 +10:00
VideoState.cpp
VideoState.h
XFMemory.cpp
XFMemory.h XFMemory: SETPOSMTXINFO should be SETPOSTMTXINFO 2020-04-29 05:26:02 +02:00
XFStructs.cpp XFMemory: SETPOSMTXINFO should be SETPOSTMTXINFO 2020-04-29 05:26:02 +02:00
XFStructs.h