dolphin/Source/Core/VideoCommon
Markus Wick 30e01834e2 Merge pull request #6002 from lioncash/include
CommandProcessor: Remove unnecessary include
2017-09-02 23:05:58 +02:00
..
AbstractTexture.cpp HiresTextures: Support loading BC7 (BPTC) from DDS files 2017-08-01 11:59:38 +10:00
AbstractTexture.h
AsyncRequests.cpp
AsyncRequests.h
AsyncShaderCompiler.cpp VideoBackends: Support a different number of threads for precompiling 2017-07-30 17:43:59 +10:00
AsyncShaderCompiler.h AsyncShaderCompiler: use std::make_unique in CreateWorkItem() 2017-09-02 14:08:00 -04:00
AVIDump.cpp
AVIDump.h
BoundingBox.cpp
BoundingBox.h
BPFunctions.cpp
BPFunctions.h
BPMemory.cpp BPMemory: Convert a number of unions to BitFields 2017-07-30 17:43:59 +10:00
BPMemory.h Video: Clearly separate Texture and EFB Copy formats 2017-08-03 18:35:29 -07:00
BPStructs.cpp Ubershaders: Fix 6-bit color truncation not being applied 2017-08-01 00:01:09 +10:00
BPStructs.h
CMakeLists.txt ShaderGen: Implement vertex ubershaders 2017-07-30 17:43:59 +10:00
CommandProcessor.cpp
CommandProcessor.h CommandProcessor: Remove unnecessary include 2017-09-02 13:34:21 -04:00
ConstantManager.h Ubershaders: Fix 6-bit color truncation not being applied 2017-08-01 00:01:09 +10:00
CPMemory.cpp
CPMemory.h
DataReader.h
Debugger.cpp
Debugger.h Reformat all the things. Have fun with merge conflicts. 2016-06-24 10:43:46 +02:00
DriverDetails.cpp Vulkan: Add a driver bug for NV when MSAA is enabled 2017-08-03 17:40:15 +10:00
DriverDetails.h Vulkan: Add a driver bug for NV when MSAA is enabled 2017-08-03 17:40:15 +10:00
Fifo.cpp CommandProcessor: Remove unnecessary include 2017-09-02 13:34:21 -04:00
Fifo.h
FPSCounter.cpp
FPSCounter.h
FramebufferManagerBase.cpp
FramebufferManagerBase.h
GeometryShaderGen.cpp GeometryShaderGen: Add UID enumeration functions 2017-07-30 17:43:59 +10:00
GeometryShaderGen.h GeometryShaderGen: Add UID enumeration functions 2017-07-30 17:43:59 +10:00
GeometryShaderManager.cpp
GeometryShaderManager.h
HiresTextures_DDSLoader.cpp HiresTextures: Support loading BC7 (BPTC) from DDS files 2017-08-01 11:59:38 +10:00
HiresTextures.cpp Video: Clearly separate Texture and EFB Copy formats 2017-08-03 18:35:29 -07:00
HiresTextures.h Video: Clearly separate Texture and EFB Copy formats 2017-08-03 18:35:29 -07:00
ImageWrite.cpp
ImageWrite.h
IndexGenerator.cpp
IndexGenerator.h
LightingShaderGen.cpp
LightingShaderGen.h
LookUpTables.h
MainBase.cpp VideoCommon: Move WM_USER_CREATE message to after backend initialization 2017-07-30 17:43:59 +10:00
NativeVertexFormat.h Remove NonCopyable 2017-08-22 16:40:34 +02:00
OnScreenDisplay.cpp
OnScreenDisplay.h
OpcodeDecoding.cpp CommandProcessor: Limit scope of ugly SCPFifoStruct. 2017-01-27 19:04:56 +01:00
OpcodeDecoding.h
PerfQueryBase.cpp
PerfQueryBase.h
PixelEngine.cpp CommandProcessor: Remove unnecessary include 2017-09-02 13:34:21 -04:00
PixelEngine.h
PixelShaderGen.cpp Ubershaders: Fix 6-bit color truncation not being applied 2017-08-01 00:01:09 +10:00
PixelShaderGen.h Ubershaders: Support per-pixel lighting 2017-07-30 17:43:59 +10:00
PixelShaderManager.cpp Ubershaders: Fix 6-bit color truncation not being applied 2017-08-01 00:01:09 +10:00
PixelShaderManager.h Ubershaders: Fix 6-bit color truncation not being applied 2017-08-01 00:01:09 +10:00
PostProcessing.cpp
PostProcessing.h
RenderBase.cpp Remove FFMPEG check for Renderer::IsFrameDumping() 2017-08-24 11:15:50 -04:00
RenderBase.h Remove non-integer IRs 2017-08-08 12:09:50 +02:00
RenderState.cpp RenderState: Fix incorrect blending factors when removing the color usage. 2017-08-21 16:33:10 +02:00
RenderState.h
SamplerCommon.h
sfont.inc
ShaderGenCommon.cpp ShaderGen: Implement pixel ubershaders 2017-07-30 17:43:59 +10:00
ShaderGenCommon.h ShaderGen: Implement vertex ubershaders 2017-07-30 17:43:59 +10:00
Statistics.cpp
Statistics.h
TextureCacheBase.cpp VideoCommon: Fix typo in comments introduced by #5849 2017-08-09 00:02:27 -07:00
TextureCacheBase.h Video: Clearly separate Texture and EFB Copy formats 2017-08-03 18:35:29 -07:00
TextureConfig.cpp
TextureConfig.h HiresTextures: Support loading BC7 (BPTC) from DDS files 2017-08-01 11:59:38 +10:00
TextureConversionShader.cpp Video: Clearly separate Texture and EFB Copy formats 2017-08-03 18:35:29 -07:00
TextureConversionShader.h Video: Clearly separate Texture and EFB Copy formats 2017-08-03 18:35:29 -07:00
TextureDecoder_Common.cpp VideoCommon: Fix bug #10464 (RA4 format not handled in TextureDecoder) 2017-08-21 10:22:15 -07:00
TextureDecoder_Generic.cpp Video: Clearly separate Texture and EFB Copy formats 2017-08-03 18:35:29 -07:00
TextureDecoder_Util.h
TextureDecoder_x64.cpp Video: Clearly separate Texture and EFB Copy formats 2017-08-03 18:35:29 -07:00
TextureDecoder.h Video: Clearly separate Texture and EFB Copy formats 2017-08-03 18:35:29 -07:00
UberShaderCommon.cpp Ubershaders: Support per-pixel lighting 2017-07-30 17:43:59 +10:00
UberShaderCommon.h Ubershaders: Support per-pixel lighting 2017-07-30 17:43:59 +10:00
UberShaderPixel.cpp UberShaderPixel: Use an if trees instead of switch statements on GL 2017-08-12 00:16:19 +10:00
UberShaderPixel.h ShaderGen: Implement pixel ubershaders 2017-07-30 17:43:59 +10:00
UberShaderVertex.cpp Ubershaders: Support per-pixel lighting 2017-07-30 17:43:59 +10:00
UberShaderVertex.h ShaderGen: Implement vertex ubershaders 2017-07-30 17:43:59 +10:00
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 Vulkan: Uber shader support 2017-07-30 17:43:59 +10:00
VertexLoaderManager.h Vulkan: Uber shader support 2017-07-30 17:43:59 +10:00
VertexLoaderUtils.h
VertexLoaderX64.cpp
VertexLoaderX64.h
VertexManagerBase.cpp XFMemory: Convert several registers to bitfields 2017-07-30 17:43:59 +10:00
VertexManagerBase.h
VertexShaderGen.cpp ShaderGen: Use consistent variable names for texture coordinates 2017-07-30 17:43:59 +10:00
VertexShaderGen.h
VertexShaderManager.cpp Remove non-integer IRs 2017-08-08 12:09:50 +02:00
VertexShaderManager.h ShaderGen: Implement vertex ubershaders 2017-07-30 17:43:59 +10:00
VideoBackendBase.cpp
VideoBackendBase.h
VideoCommon.h
VideoCommon.vcxproj ShaderGen: Implement vertex ubershaders 2017-07-30 17:43:59 +10:00
VideoCommon.vcxproj.filters ShaderGen: Implement vertex ubershaders 2017-07-30 17:43:59 +10:00
VideoConfig.cpp Merge pull request #5867 from leoetlino/widescreen 2017-08-11 18:23:54 +08:00
VideoConfig.h Remove non-integer IRs 2017-08-08 12:09:50 +02:00
VideoState.cpp
VideoState.h
XFMemory.cpp
XFMemory.h XFMemory: Convert several registers to bitfields 2017-07-30 17:43:59 +10:00
XFStructs.cpp ShaderGen: Implement vertex ubershaders 2017-07-30 17:43:59 +10:00
XFStructs.h