- 27 May, 2009 40 commits
-
-
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
-
Stefan Dösinger authored
-
Stefan Dösinger authored
DSY is not that easy because we have to deal with the inverted coordinate system in onscreen(!) rendering - see GLSL dsy.
-
Louis Lenders authored
d3d9/tests: Add simple test to show that QualityLevels is not zero, when we call CheckDeviceMultiSampleType with D3DMULTISAMPLE_NONE.
-
Piotr Caban authored
-
Piotr Caban authored
-
Piotr Caban authored
-
Piotr Caban authored
-
Piotr Caban authored
-
Piotr Caban authored
-
Henri Verbeet authored
-
Henri Verbeet authored
In D3D10 shaders input/output semantics are strings rather than predefined types. Unfortunately, the code in vshader_get_input() can be performance critical, depending on application behaviour. Since vshader_get_input() is only relevant for d3d9 shaders anyway, just store the usage and usage_idx for these shaders.
-
Henri Verbeet authored
-
Henri Verbeet authored
-
Henri Verbeet authored
-
Chris Robinson authored
-
Nikolay Sivov authored
-
Nikolay Sivov authored
-
Nikolay Sivov authored
comctl32/listview: LVM_GETITEMRECT: don't offset to item position on LVS_REPORT querying LVIR_BOUNDS.
-
Nikolay Sivov authored
-
Nikolay Sivov authored
-