dolphin/Source/Core/VideoCommon
degasus 75f2738f5c VideoCommon: fix ogl lighting bug which happens because of NaN emulation
attn is sometimes very big (eg 1e27), so attn*attn doesn't fit into a float.
So the funny part here is: 0.0 * (1e27*1e27) = 0.0 * Inf = NaN

As the shader compiler is allowed to change the order of multiplications,
this issue isn't fixed completely.
2013-09-16 17:10:19 +02:00
..
Src VideoCommon: fix ogl lighting bug which happens because of NaN emulation 2013-09-16 17:10:19 +02:00
CMakeLists.txt Move VideoBackendBase from Common to VideoCommon 2013-08-14 23:16:46 +02:00
OpenCL.rules Meta: 2010-06-02 18:00:22 +00:00
VideoCommon.vcxproj Move VideoBackendBase from Common to VideoCommon 2013-08-14 23:16:46 +02:00
VideoCommon.vcxproj.filters Move VideoBackendBase from Common to VideoCommon 2013-08-14 23:16:46 +02:00