dolphin/Source/Core
magumagu 648b9865d8 D3D11 backend: fix rounding in texture encoder.
We need to explicitly round when converting colors from float to uint
because multiplying a normalized float by 255 might not result in a whole
number.  (The exact result here may vary depending on your
drivers/hardware.)

Ideally, we shouldn't be using floating point here, but fixing that is a
much more complicated patch.

Fixes gxtest TEV tests using Intel HD 4000.
2014-04-15 23:36:05 -07:00
..
AudioCommon Common: Move the Event class to a separate file, and add tests for it. Fix includes everywhere to match this. 2014-04-14 10:54:07 +02:00
Common Merge pull request #271 from delroth/threading-stuff 2014-04-14 23:23:16 +02:00
Core Merge pull request #271 from delroth/threading-stuff 2014-04-14 23:23:16 +02:00
DiscIO Remove all trailing whitespaces from our codebase. 2014-03-29 11:05:44 +01:00
DolphinWX Fix the integer overflow that happens in the MD5Sum Progressbar. 2014-04-14 20:40:43 -05:00
InputCommon Replace use of the deprecated mem_fun function with mem_fn. 2014-04-01 12:09:22 -04:00
VideoBackends D3D11 backend: fix rounding in texture encoder. 2014-04-15 23:36:05 -07:00
VideoCommon VideoCommon: fix rounding in TEV. 2014-04-15 16:47:01 -07:00
CMakeLists.txt Put Plugins/ in Core/, rename to VideoBackends 2013-10-07 10:37:01 -04:00