dolphin/Source/Core/VideoCommon
Ryan Houdek 92ec49ac9f Change to ARM's naming convention in DriverDetails.
This matches how ARM handles their naming in their drivers for different models.
Really it's that way because both Mali-T6xx and Mali-T7xx fall under Midgard.
While everything else (except Mali-55) fall under Utgard.
2014-04-18 21:06:32 -05:00
..
AVIDump.cpp Fixes spacing for "for", "while", "switch" and "if" 2014-03-11 00:35:07 +13:00
AVIDump.h
BPFunctions.cpp VideoBackend: remove unused config vars. 2014-04-11 14:53:12 -07:00
BPFunctions.h BPMemory: Expose the pixel_format and zformat fields in PE_CONTROL as enumerations. 2014-03-25 23:57:58 +01:00
BPMemory.cpp BPMemory: Make use of BitField in a number of structures. 2014-03-25 23:57:58 +01:00
BPMemory.h Don't cast -1 to enum to represent a missing value. 2014-03-30 01:40:06 -04:00
BPStructs.cpp BPMemory: Make use of BitField in a number of structures. 2014-03-25 23:57:58 +01: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
DataReader.h
Debugger.cpp BPMemory: Expose the pixel_format and zformat fields in PE_CONTROL as enumerations. 2014-03-25 23:57:58 +01:00
Debugger.h Kill off some usages of c_str. 2014-03-14 13:51:23 -04:00
DriverDetails.cpp Change to ARM's naming convention in DriverDetails. 2014-04-18 21:06:32 -05:00
DriverDetails.h Change to ARM's naming convention in DriverDetails. 2014-04-18 21:06:32 -05:00
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
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
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 Software backend: Delete forked PixelEngine. 2014-03-29 12:07:20 -07:00
MainBase.h
memcpy_amd.cpp
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 VideoCommon: fix rounding in TEV. 2014-04-15 16:47:01 -07:00
PixelShaderGen.h PixelShaderGen: Perform some of the fog calculations with integers. 2014-03-14 22:31:32 +01:00
PixelShaderManager.cpp VideoBackend: remove unused config vars. 2014-04-11 14:53:12 -07:00
PixelShaderManager.h
RenderBase.cpp Don't cast -1 to enum to represent a missing value. 2014-03-30 01:40:06 -04:00
RenderBase.h BPMemory: Expose the pixel_format and zformat fields in PE_CONTROL as enumerations. 2014-03-25 23:57:58 +01: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 Remove all trailing whitespaces from our codebase. 2014-03-29 11:05:44 +01:00
TextureCacheBase.h BPMemory: Expose the pixel_format and zformat fields in PE_CONTROL as enumerations. 2014-03-25 23:57:58 +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 Clang 3.4 exposes some warnings on Android. 2014-03-17 18:17:12 -05:00
TextureDecoder_x64.cpp Fixes spacing for "for", "while", "switch" and "if" 2014-03-11 00:35:07 +13:00
TextureDecoder.h
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
VertexLoader_TextCoord.cpp clang-modernize -use-nullptr 2014-03-09 21:14:26 +01:00
VertexLoader_TextCoord.h
VertexLoader.cpp Merge pull request #213 from Jezze/vertexloader-cleanups 2014-04-10 08:52:36 +02:00
VertexLoader.h Merge pull request #213 from Jezze/vertexloader-cleanups 2014-04-10 08:52:36 +02:00
VertexLoaderManager.cpp clang-modernize -use-nullptr 2014-03-09 21:14:26 +01:00
VertexLoaderManager.h
VertexManagerBase.cpp BPMemory: Expose the pixel_format and zformat fields in PE_CONTROL as enumerations. 2014-03-25 23:57:58 +01:00
VertexManagerBase.h
VertexShaderGen.cpp VideoBackend: remove unused config vars. 2014-04-11 14:53:12 -07:00
VertexShaderGen.h ShaderGen: Store light color uniforms as integers. 2014-03-14 22:31:18 +01:00
VertexShaderManager.cpp Remove all trailing whitespaces from our codebase. 2014-03-29 11:05:44 +01:00
VertexShaderManager.h
VideoBackendBase.cpp clang-modernize -use-nullptr 2014-03-09 21:14:26 +01:00
VideoBackendBase.h Software backend: Delete forked PixelEngine. 2014-03-29 12:07:20 -07:00
VideoCommon.h
VideoCommon.vcxproj
VideoCommon.vcxproj.filters
VideoConfig.cpp VideoBackend: remove unused config vars. 2014-04-11 14:53:12 -07:00
VideoConfig.h VideoBackend: remove unused config vars. 2014-04-11 14:53:12 -07:00
VideoState.cpp
VideoState.h
XFMemory.cpp
XFMemory.h
XFStructs.cpp
XFStructs.h