- 28 May, 2009 12 commits
-
-
Nikolay Sivov authored
-
Nikolay Sivov authored
-
Aric Stewart authored
-
Vincent Povirk authored
-
Piotr Caban authored
-
Piotr Caban authored
-
Paul Vriens authored
-
Ge van Geldorp authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
- 27 May, 2009 28 commits
-
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Paul Vriens authored
-
Paul Vriens authored
-
Nikolay Sivov authored
-
Michael Stefaniuc authored
-
Michael Stefaniuc authored
-
Michael Stefaniuc authored
-
Alexandre Julliard authored
-
Detlef Riekenberg authored
-
Detlef Riekenberg authored
-
Detlef Riekenberg authored
-
Detlef Riekenberg authored
-
Detlef Riekenberg authored
-
Detlef Riekenberg authored
-
Hib Eris authored
-
Hib Eris authored
-
Hib Eris authored
-
Hib Eris authored
-
Hib Eris authored
-
Hib Eris authored
-
Alexandre Julliard authored
-
Stefan Dösinger authored
-
Stefan Dösinger authored
SCS is unfortunately a fragment program only instruction. If we have the NV extensions we can use SIN and COS. Otherwise we have to approximate sine and cosine with a taylor series. Luckily we're provided with the necessary constants by the application.
-
Stefan Dösinger authored
TMP_POS is only used in vertex shaders, declare it in the vshader specific code. The sRGB constants are only used by pixel shaders, so move them to the ps specific code, and avoid reading the stateblock.
-
Stefan Dösinger authored
-