dolphin/Source/Core/VideoCommon
2014-02-10 18:07:16 -05:00
..
AVIDump.cpp Remove unnecessary Src/ folders 2013-12-31 14:03:19 -05:00
AVIDump.h Replace all include guard ifdefs with "#pragma once" 2014-02-10 18:07:16 -05:00
BPFunctions.cpp Remove unnecessary Src/ folders 2013-12-31 14:03:19 -05:00
BPFunctions.h Replace all include guard ifdefs with "#pragma once" 2014-02-10 18:07:16 -05:00
BPMemory.cpp Remove unnecessary Src/ folders 2013-12-31 14:03:19 -05:00
BPMemory.h Replace all include guard ifdefs with "#pragma once" 2014-02-10 18:07:16 -05:00
BPStructs.cpp Rewrote bounding box algotithm. Fixes issues 5967, 6154, 6196, 6211. 2014-01-25 15:36:23 +00:00
BPStructs.h Replace all include guard ifdefs with "#pragma once" 2014-02-10 18:07:16 -05:00
CMakeLists.txt VideoCommon: remove Cache Displaylist 2014-01-31 07:30:55 +01:00
CommandProcessor.cpp VideoCommon: remove Cache Displaylist 2014-01-31 07:30:55 +01:00
CommandProcessor.h Replace all include guard ifdefs with "#pragma once" 2014-02-10 18:07:16 -05:00
ConstantManager.h Replace all include guard ifdefs with "#pragma once" 2014-02-10 18:07:16 -05:00
CPMemory.cpp Remove unnecessary Src/ folders 2013-12-31 14:03:19 -05:00
CPMemory.h Replace all include guard ifdefs with "#pragma once" 2014-02-10 18:07:16 -05:00
DataReader.h Replace all include guard ifdefs with "#pragma once" 2014-02-10 18:07:16 -05:00
Debugger.cpp Remove unnecessary Src/ folders 2013-12-31 14:03:19 -05:00
Debugger.h Replace all include guard ifdefs with "#pragma once" 2014-02-10 18:07:16 -05:00
DriverDetails.cpp [Android] Fix Adreno v53 development drivers rotating framebuffer 2014-01-29 16:39:45 -06:00
DriverDetails.h Cleanup enum indentations. 2014-02-09 16:16:10 -05:00
EmuWindow.cpp Remove two references to DX9 in VideoCommon. 2014-01-29 14:39:13 -05:00
EmuWindow.h Replace all include guard ifdefs with "#pragma once" 2014-02-10 18:07:16 -05:00
Fifo.cpp Remove unnecessary Src/ folders 2013-12-31 14:03:19 -05:00
Fifo.h Replace all include guard ifdefs with "#pragma once" 2014-02-10 18:07:16 -05:00
FPSCounter.cpp Remove unnecessary Src/ folders 2013-12-31 14:03:19 -05:00
FPSCounter.h Replace all include guard ifdefs with "#pragma once" 2014-02-10 18:07:16 -05:00
FramebufferManagerBase.cpp Remove unnecessary Src/ folders 2013-12-31 14:03:19 -05:00
FramebufferManagerBase.h Replace all include guard ifdefs with "#pragma once" 2014-02-10 18:07:16 -05:00
HiresTextures.cpp Remove unnecessary Src/ folders 2013-12-31 14:03:19 -05:00
HiresTextures.h Replace all include guard ifdefs with "#pragma once" 2014-02-10 18:07:16 -05:00
ImageWrite.cpp Remove unnecessary Src/ folders 2013-12-31 14:03:19 -05:00
ImageWrite.h Replace all include guard ifdefs with "#pragma once" 2014-02-10 18:07:16 -05:00
IndexGenerator.cpp IndexGenerator: inline all variables 2014-01-17 16:34:53 +01:00
IndexGenerator.h Replace all include guard ifdefs with "#pragma once" 2014-02-10 18:07:16 -05:00
LightingShaderGen.h Replace all include guard ifdefs with "#pragma once" 2014-02-10 18:07:16 -05:00
LookUpTables.h Replace all include guard ifdefs with "#pragma once" 2014-02-10 18:07:16 -05:00
MainBase.cpp VideoCommon: disable efb access + perf querys on cph thread 2014-01-09 18:37:59 +01:00
MainBase.h Replace all include guard ifdefs with "#pragma once" 2014-02-10 18:07:16 -05:00
memcpy_amd.cpp Remove unnecessary Src/ folders 2013-12-31 14:03:19 -05:00
NativeVertexFormat.h Replace all include guard ifdefs with "#pragma once" 2014-02-10 18:07:16 -05:00
OnScreenDisplay.cpp Clean up some struct indentations 2014-02-09 19:40:11 -05:00
OnScreenDisplay.h Replace all include guard ifdefs with "#pragma once" 2014-02-10 18:07:16 -05:00
OpcodeDecoding.cpp VideoCommon: remove Cache Displaylist 2014-01-31 07:30:55 +01:00
OpcodeDecoding.h Replace all include guard ifdefs with "#pragma once" 2014-02-10 18:07:16 -05:00
PerfQueryBase.cpp Remove unnecessary Src/ folders 2013-12-31 14:03:19 -05:00
PerfQueryBase.h Replace all include guard ifdefs with "#pragma once" 2014-02-10 18:07:16 -05:00
PixelEngine.cpp Clean up some struct indentations 2014-02-09 19:40:11 -05:00
PixelEngine.h Replace all include guard ifdefs with "#pragma once" 2014-02-10 18:07:16 -05:00
PixelShaderGen.cpp OGL: remove ubo workaround 2014-02-01 22:33:45 +01:00
PixelShaderGen.h Replace all include guard ifdefs with "#pragma once" 2014-02-10 18:07:16 -05:00
PixelShaderManager.cpp VideoCommon: cleanup of "components" usage 2014-01-15 16:58:36 +01:00
PixelShaderManager.h Replace all include guard ifdefs with "#pragma once" 2014-02-10 18:07:16 -05:00
RenderBase.cpp VideoCommon: remove Cache Displaylist 2014-01-31 07:30:55 +01:00
RenderBase.h Replace all include guard ifdefs with "#pragma once" 2014-02-10 18:07:16 -05:00
ShaderGenCommon.h Replace all include guard ifdefs with "#pragma once" 2014-02-10 18:07:16 -05:00
Statistics.cpp [VideoCommon] Eliminate the function Xchg in Statistics.cpp. std::swap does the same thing. 2014-02-04 19:35:27 -05:00
Statistics.h Replace all include guard ifdefs with "#pragma once" 2014-02-10 18:07:16 -05:00
stdafx.cpp Remove unnecessary Src/ folders 2013-12-31 14:03:19 -05:00
stdafx.h Remove unnecessary Src/ folders 2013-12-31 14:03:19 -05:00
TextureCacheBase.cpp TextureCache: Warn for invalid custom textures 2014-01-03 14:30:12 +01:00
TextureCacheBase.h Replace all include guard ifdefs with "#pragma once" 2014-02-10 18:07:16 -05:00
TextureConversionShader.cpp TextureConverter: remove implicit int->float convertion 2014-01-13 12:10:17 +01:00
TextureConversionShader.h Replace all include guard ifdefs with "#pragma once" 2014-02-10 18:07:16 -05:00
TextureDecoder.h Replace all include guard ifdefs with "#pragma once" 2014-02-10 18:07:16 -05:00
TextureDecoder_Generic.cpp Remove unnecessary Src/ folders 2013-12-31 14:03:19 -05:00
TextureDecoder_x64.cpp Remove unnecessary Src/ folders 2013-12-31 14:03:19 -05:00
VertexLoader.cpp Some tidy up of sprintf to StringFromFormat 2014-02-10 17:25:18 +13:00
VertexLoader.h Replace all include guard ifdefs with "#pragma once" 2014-02-10 18:07:16 -05:00
VertexLoader_Color.cpp Remove unnecessary Src/ folders 2013-12-31 14:03:19 -05:00
VertexLoader_Color.h Replace all include guard ifdefs with "#pragma once" 2014-02-10 18:07:16 -05:00
VertexLoader_Normal.cpp VertexLoader: temp class for reader/writer 2014-01-21 23:44:51 +01:00
VertexLoader_Normal.h Replace all include guard ifdefs with "#pragma once" 2014-02-10 18:07:16 -05:00
VertexLoader_Position.cpp VertexLoader: temp class for reader/writer 2014-01-21 23:44:51 +01:00
VertexLoader_Position.h Remove unnecessary Src/ folders 2013-12-31 14:03:19 -05:00
VertexLoader_TextCoord.cpp VertexLoader: temp class for reader/writer 2014-01-21 23:44:51 +01:00
VertexLoader_TextCoord.h Replace all include guard ifdefs with "#pragma once" 2014-02-10 18:07:16 -05:00
VertexLoaderManager.cpp VideoCommon: small VertexLoader(Manager)? refactoring 2014-01-31 07:31:03 +01:00
VertexLoaderManager.h Replace all include guard ifdefs with "#pragma once" 2014-02-10 18:07:16 -05:00
VertexManagerBase.cpp VideoCommon: small VertexLoader(Manager)? refactoring 2014-01-31 07:31:03 +01:00
VertexManagerBase.h Replace all include guard ifdefs with "#pragma once" 2014-02-10 18:07:16 -05:00
VertexShaderGen.cpp OGL: remove ubo workaround 2014-02-01 22:33:45 +01:00
VertexShaderGen.h Replace all include guard ifdefs with "#pragma once" 2014-02-10 18:07:16 -05:00
VertexShaderManager.cpp Remove two references to DX9 in VideoCommon. 2014-01-29 14:39:13 -05:00
VertexShaderManager.h Replace all include guard ifdefs with "#pragma once" 2014-02-10 18:07:16 -05:00
VideoBackendBase.cpp Merge of GL-AutoChoose. 2014-01-18 04:11:59 +00:00
VideoBackendBase.h Replace all include guard ifdefs with "#pragma once" 2014-02-10 18:07:16 -05:00
VideoCommon.h Replace all include guard ifdefs with "#pragma once" 2014-02-10 18:07:16 -05:00
VideoCommon.vcxproj [VideoCommon] Remove references to now non-existant files OpenCL.h and OpenCL/OCLTextureDecoder.h in the Visual Studio vcxproj file. 2014-02-01 21:52:06 -05:00
VideoCommon.vcxproj.filters VideoCommon: remove Cache Displaylist 2014-01-31 07:30:55 +01:00
VideoConfig.cpp OGL: remove ubo workaround 2014-02-01 22:33:45 +01:00
VideoConfig.h Replace all include guard ifdefs with "#pragma once" 2014-02-10 18:07:16 -05:00
VideoState.cpp Remove unnecessary Src/ folders 2013-12-31 14:03:19 -05:00
VideoState.h Replace all include guard ifdefs with "#pragma once" 2014-02-10 18:07:16 -05:00
XFMemory.cpp Remove unnecessary Src/ folders 2013-12-31 14:03:19 -05:00
XFMemory.h Replace all include guard ifdefs with "#pragma once" 2014-02-10 18:07:16 -05:00
XFStructs.cpp Remove unnecessary Src/ folders 2013-12-31 14:03:19 -05:00
XFStructs.h Replace all include guard ifdefs with "#pragma once" 2014-02-10 18:07:16 -05:00