- 01 Jun, 2009 18 commits
-
-
Paul Vriens authored
-
Paul Vriens authored
-
Paul Vriens authored
-
Paul Vriens authored
-
Paul Vriens authored
-
Eric Pouech authored
-
Jacek Caban authored
-
Jacek Caban authored
-
Jacek Caban authored
-
Jacek Caban authored
-
Jacek Caban authored
-
Aurimas Fišeras authored
-
Stefan Dösinger authored
-
Stefan Dösinger authored
Enabling the NV extensions occupies a temp register for some reason. Avoid needlessly enabling it.
-
Stefan Dösinger authored
Otherwise the Nvidia assembler needs one temp reg.
-
Stefan Dösinger authored
This reverts patch ba35760f. The original patch did not achive its goal, because CMP is a macro that is expanded to SLT, SGE, MUL, MAD, at least on nvidia hardware. To make matters worse, it uses a temporary register, and the assembler usually is not clever enough to find a free temporary from the shader code. If we generate the code outselves we can pick one of our temps for this job.
-
Stefan Dösinger authored
This removes another reason to declare TA, TB and TC.
-
Alexandre Julliard authored
-
- 30 May, 2009 2 commits
-
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
- 29 May, 2009 20 commits
-
-
Damjan Jovanovic authored
-
Hans Leidekker authored
-
Detlef Riekenberg authored
-
Detlef Riekenberg authored
-
Detlef Riekenberg authored
-
Detlef Riekenberg authored
-
Detlef Riekenberg authored
-
Nikolay Sivov authored
comctl32/listview: Don't offset subitem rectangles with item padding returned by LVM_GETSUBITEMRECT.
-
Nikolay Sivov authored
-
Nikolay Sivov authored
-
Nikolay Sivov authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Stefan Dösinger authored
-
Stefan Dösinger authored
Many 2.0 and 3.0 shaders end with a "mov oC0, rx". If sRGB writing is enabled, the ARB backend writes to a TMP_COLOR temporary, and at the end of the shader writes the sRGB corrected color to result.color. If oC0 is not partially rewritten after the mov, we can ignore the mov, not declare TMP_COLOR at all, and just use the rx register as input for the sRGB correction code. This saves a temporary and an instruction.
-
Stefan Dösinger authored
-
Stefan Dösinger authored
-
Stefan Dösinger authored
-
Gerald Pfeifer authored
-
Henri Verbeet authored
-