dolphin/Source/Core
degasus c404e87226 ShaderGen: Fix pixel offset correction
We want to move the vertex by 1/12 pixel, but the old code
did miss the perspective division. So by multiplying with pos.w,
the position is moved correctly after the perspective division.
2015-02-11 20:54:15 +01:00
..
AudioCommon Merge pull request #1752 from Buddybenj/clean-up 2015-02-10 11:39:14 -08:00
Common Use emplace_* functions where in-place construction is preferable 2015-02-04 11:39:08 -05:00
Core Merge pull request #1987 from magumagu/thread-safety 2015-02-10 13:48:12 -08:00
DiscIO Merge pull request #1752 from Buddybenj/clean-up 2015-02-10 11:39:14 -08:00
DolphinQt Merge pull request #1752 from Buddybenj/clean-up 2015-02-10 11:39:14 -08:00
DolphinWX Merge pull request #1752 from Buddybenj/clean-up 2015-02-10 11:39:14 -08:00
InputCommon
UICommon PostProcessing: Add support for user-supplied anaglyph shaders. 2015-01-25 22:07:03 +01:00
VideoBackends Merge pull request #1752 from Buddybenj/clean-up 2015-02-10 11:39:14 -08:00
VideoCommon ShaderGen: Fix pixel offset correction 2015-02-11 20:54:15 +01:00
CMakeLists.txt