- 01 Jun, 2009 29 commits
-
-
Eric Pouech authored
-
Eric Pouech authored
-
Eric Pouech authored
-
Vincent Povirk authored
-
Vincent Povirk authored
-
Vincent Povirk authored
-
Vincent Povirk authored
-
Vincent Povirk authored
-
Alexandre Julliard authored
-
Vitaliy Margolen authored
-
Yuriy Kaminskiy authored
-
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 9 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
-