dolphin/Source/Core/VideoCommon
Tony Wasserka 068f26d2aa PixelShaderGen: Fix an issue with color combiner compare mode and simplify the affected line a bit.
This was a mistake of mine when translating floating point values to integer values.
Also, the max() part of that line was just completely redundant because the sign of an absolute value is always greater than or equal to zero.

Fixes issue 7178.
2014-04-15 23:41:07 +02: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 Support checking for the Mali-T7xx line of GPUs. 2014-04-11 23:46:44 -05:00
DriverDetails.h Support checking for the Mali-T7xx line of GPUs. 2014-04-11 23:46:44 -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 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 Software backend: Delete forked PixelEngine. 2014-03-29 12:07:20 -07: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: Fix an issue with color combiner compare mode and simplify the affected line a bit. 2014-04-15 23:41:07 +02: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 Make our architecture defines less stupid. 2014-03-04 09:36:59 -06:00
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