dolphin/Source/Core
Scott Mansell b8695a57da Fix incorrect clamping in SWRenderer.
A previous PR changed a whole lot of min/maxes to std::min/std::max
but made a mistake here and used a templated min which cast it's
arguments to unsigned instead of casting return value.

This resulted in glitchy artifacts in bright areas (See issue 7439)

I rewrote the code to use a proper clamping function so it's cleaner
to read.
2014-07-15 21:15:49 +12:00
..
AudioCommon Correct the function casing for DPL2Decoder 2014-07-14 03:34:40 -04:00
Common Fix incorrect clamping in SWRenderer. 2014-07-15 21:15:49 +12:00
Core Merge pull request #613 from lioncash/uninitialized 2014-07-13 14:03:02 -07:00
DiscIO mark all local variables as static 2014-07-11 16:10:20 +02:00
DolphinWX Merge pull request #608 from lioncash/compat 2014-07-14 01:56:09 -07:00
InputCommon InputCommon: Use enums instead of defines within GCPadStatus.h 2014-07-11 17:18:11 -04:00
VideoBackends Fix incorrect clamping in SWRenderer. 2014-07-15 21:15:49 +12:00
VideoCommon Merge pull request #617 from Tilka/clang_bug 2014-07-14 01:55:31 -07:00
CMakeLists.txt Put Plugins/ in Core/, rename to VideoBackends 2013-10-07 10:37:01 -04:00