..
AVIDump.cpp
Fixes spacing for "for", "while", "switch" and "if"
2014-03-11 00:35:07 +13:00
AVIDump.h
BPFunctions.cpp
Fix various warnings reported by clang
2014-02-28 12:28:19 +01:00
BPFunctions.h
BPMemory.cpp
BPMemory.h
PixelShaderGen: Store tex scale as an integer.
2014-03-14 22:32:30 +01:00
BPStructs.cpp
Fixes spacing for "for", "while", "switch" and "if"
2014-03-11 00:35:07 +13:00
BPStructs.h
CMakeLists.txt
CommandProcessor.cpp
Fixes spacing for "for", "while", "switch" and "if"
2014-03-11 00:35:07 +13:00
CommandProcessor.h
ConstantManager.h
ConstantManager: Do not use single-element arrays.
2014-03-14 22:33:25 +01:00
CPMemory.cpp
CPMemory.h
Convert all includes to relative paths.
2014-02-18 02:19:10 -05:00
DataReader.h
Debugger.cpp
Kill off some usages of c_str.
2014-03-14 13:51:23 -04:00
Debugger.h
Kill off some usages of c_str.
2014-03-14 13:51:23 -04:00
DriverDetails.cpp
Fixes spacing for "for", "while", "switch" and "if"
2014-03-11 00:35:07 +13:00
DriverDetails.h
EmuWindow.cpp
Kill off some usages of c_str.
2014-03-14 13:51:23 -04:00
EmuWindow.h
Kill off some usages of c_str.
2014-03-14 13:51:23 -04:00
Fifo.cpp
Fixes spacing for "for", "while", "switch" and "if"
2014-03-11 00:35:07 +13:00
Fifo.h
FPSCounter.cpp
Various changes suggested by cppcheck
2014-02-28 12:43:20 +01:00
FPSCounter.h
FramebufferManagerBase.cpp
clang-modernize -use-nullptr
2014-03-09 21:14:26 +01:00
FramebufferManagerBase.h
clang-modernize -use-nullptr
2014-03-09 21:14:26 +01:00
HiresTextures.cpp
Kill off some usages of c_str.
2014-03-14 13:51:23 -04:00
HiresTextures.h
Kill off some usages of c_str.
2014-03-14 13:51:23 -04:00
ImageWrite.cpp
clang-modernize -use-nullptr
2014-03-09 21:14:26 +01:00
ImageWrite.h
Various changes suggested by cppcheck
2014-02-28 12:43:20 +01:00
IndexGenerator.cpp
Fixes spacing for "for", "while", "switch" and "if"
2014-03-11 00:35:07 +13:00
IndexGenerator.h
LightingShaderGen.h
Pixel/LightingShaderGen: Fix code alignment issues.
2014-03-14 22:33:26 +01:00
LookUpTables.h
MainBase.cpp
Kill off some usages of c_str.
2014-03-14 13:51:23 -04:00
MainBase.h
memcpy_amd.cpp
Make our architecture defines less stupid.
2014-03-04 09:36:59 -06:00
NativeVertexFormat.h
OnScreenDisplay.cpp
Kill off some usages of c_str.
2014-03-14 13:51:23 -04:00
OnScreenDisplay.h
OpcodeDecoding.cpp
clang-modernize -use-nullptr
2014-03-09 21:14:26 +01:00
OpcodeDecoding.h
PerfQueryBase.cpp
clang-modernize -use-nullptr
2014-03-09 21:14:26 +01:00
PerfQueryBase.h
PixelEngine.cpp
PixelEngine.h
PixelShaderGen.cpp
PixelShaderGen: More code alignment fixes.
2014-03-14 22:33:26 +01:00
PixelShaderGen.h
PixelShaderGen: Perform some of the fog calculations with integers.
2014-03-14 22:31:32 +01:00
PixelShaderManager.cpp
ConstantManager: Do not use single-element arrays.
2014-03-14 22:33:25 +01:00
PixelShaderManager.h
Fix more header sorting issues in VideoCommon/ (now check-includes clean).
2014-02-20 01:01:10 +01:00
RenderBase.cpp
Kill off some usages of c_str.
2014-03-14 13:51:23 -04:00
RenderBase.h
Kill off some usages of c_str.
2014-03-14 13:51:23 -04:00
ShaderGenCommon.h
clang-modernize -use-nullptr
2014-03-09 21:14:26 +01:00
Statistics.cpp
Statistics.h
stdafx.cpp
stdafx.h
TextureCacheBase.cpp
Kill off some usages of c_str.
2014-03-14 13:51:23 -04:00
TextureCacheBase.h
Various changes suggested by cppcheck
2014-02-28 12:43:20 +01:00
TextureConversionShader.cpp
Fixes spacing for "for", "while", "switch" and "if"
2014-03-11 00:35:07 +13:00
TextureConversionShader.h
TextureDecoder_Generic.cpp
Fixes spacing for "for", "while", "switch" and "if"
2014-03-11 00:35:07 +13:00
TextureDecoder_x64.cpp
Fixes spacing for "for", "while", "switch" and "if"
2014-03-11 00:35:07 +13:00
TextureDecoder.h
Convert all includes to relative paths.
2014-02-18 02:19:10 -05:00
VertexLoader_Color.cpp
VertexLoader_Color.h
VertexLoader_Normal.cpp
VertexLoader_Normal.h
VertexLoader_Position.cpp
clang-modernize -use-nullptr
2014-03-09 21:14:26 +01:00
VertexLoader_Position.h
Remove unnecessary Src/ folders
2013-12-31 14:03:19 -05:00
VertexLoader_TextCoord.cpp
clang-modernize -use-nullptr
2014-03-09 21:14:26 +01:00
VertexLoader_TextCoord.h
VertexLoader.cpp
Fixes spacing for "for", "while", "switch" and "if"
2014-03-11 00:35:07 +13:00
VertexLoader.h
Fix various warnings reported by clang
2014-02-28 12:28:19 +01:00
VertexLoaderManager.cpp
clang-modernize -use-nullptr
2014-03-09 21:14:26 +01:00
VertexLoaderManager.h
VertexManagerBase.cpp
Fixes spacing for "for", "while", "switch" and "if"
2014-03-11 00:35:07 +13:00
VertexManagerBase.h
VertexShaderGen.cpp
LightingShaderGen: Perform more lighting calculations with integers.
2014-03-14 22:31:19 +01:00
VertexShaderGen.h
ShaderGen: Store light color uniforms as integers.
2014-03-14 22:31:18 +01:00
VertexShaderManager.cpp
Remove the extra parameters field from the PH.
2014-03-15 15:04:39 +02:00
VertexShaderManager.h
VideoBackendBase.cpp
clang-modernize -use-nullptr
2014-03-09 21:14:26 +01:00
VideoBackendBase.h
Kill off some usages of c_str.
2014-03-14 13:51:23 -04:00
VideoCommon.h
Make our architecture defines less stupid.
2014-03-04 09:36:59 -06:00
VideoCommon.vcxproj
VideoCommon.vcxproj.filters
VideoConfig.cpp
Remove the extra parameters field from the PH.
2014-03-15 15:04:39 +02:00
VideoConfig.h
Remove the extra parameters field from the PH.
2014-03-15 15:04:39 +02:00
VideoState.cpp
VideoState.h
XFMemory.cpp
XFMemory.h
XFStructs.cpp
XFStructs.h