This website requires JavaScript.
Explore
Help
Sign In
feedc0de
/
dolphin
Watch
1
Star
0
Fork
0
You've already forked dolphin
forked from
dolphin-emu/dolphin
Code
Pull Requests
Activity
Files
9fc12bcaa2e8586468e93c2e9822ca5ad83e91da
dolphin
/
Source
/
Core
/
VideoCommon
History
donkopunchstania
77a4a64909
Fix an error introduced in r7083. In the pixel shader manager the farZ and zRange of the z bias were flipped. Switched to using the viewport struct rather than a raw float array to hopefully avoid such confusion in the future. Fixes issue 4060.
...
git-svn-id:
https://dolphin-emu.googlecode.com/svn/trunk@7446
8ced0084-cf51-0410-be5f-012b33b47a6e
2011-04-11 01:49:32 +00:00
..
Src
Fix an error introduced in r7083. In the pixel shader manager the farZ and zRange of the z bias were flipped. Switched to using the viewport struct rather than a raw float array to hopefully avoid such confusion in the future. Fixes issue 4060.
2011-04-11 01:49:32 +00:00
CMakeLists.txt
videocommon depends on core for Fifo Recorder
2011-03-31 20:41:59 +00:00
OpenCL.rules
Meta:
2010-06-02 18:00:22 +00:00
SConscript
Move SConscript files out from the Src subdirectories to be
2011-03-03 19:44:56 +00:00
VideoCommon.vcxproj
Enabled OpenMP support in the Windows 32bit builds.
2011-03-19 04:06:46 +00:00
VideoCommon.vcxproj.filters
Split shader code generation for lighting into a separate file.
2011-02-05 23:57:12 +00:00