- 07 Jun, 2006 31 commits
-
-
Andrew Talbot authored
-
Andrew Talbot authored
-
Andrew Talbot authored
-
Ivan Gyurdiev authored
-
Ivan Gyurdiev authored
-
Ivan Gyurdiev authored
Write a light with the default parameters in disabled state if capturing a missing light.
-
Ivan Gyurdiev authored
When a light does not exist, and the app attempts to capture it in the stateblock, a disabled light with the default light parameters is written instead.
-
Ivan Gyurdiev authored
-
Vitaly Lipatov authored
-
Robert Reif authored
-
Mike McCormack authored
-
Mike McCormack authored
-
Alexandre Julliard authored
-
Michael Stefaniuc authored
-
EA Durbin authored
-
Mike McCormack authored
-
Mike McCormack authored
-
Mike McCormack authored
-
Mike McCormack authored
-
Dmitry Timoshkov authored
-
Dmitry Timoshkov authored
-
Andrew Ziem authored
-
H. Verbeet authored
-
H. Verbeet authored
-
H. Verbeet authored
-
H. Verbeet authored
-
Robert Shearman authored
-
Robert Shearman authored
-
Robert Shearman authored
-
Hans Leidekker authored
-
Magnus Lundborg authored
-
- 06 Jun, 2006 9 commits
-
-
Alexandre Julliard authored
This reverts 92deacbe commit.
-
Stefan Leichter authored
-
qingdoa daoo authored
-
Ivan Gyurdiev authored
It is wrong to maintain a mapping from a constant index to a type field, because different constant types do not share an index - boolean constant 0 is supposed to co-exist with floating point constant 0, not replace it. Drawprim and other code using the type array to decide whether to look up a constant in bools, floats, or ints is wrong - you can't make that decision based on the index.
-
Ivan Gyurdiev authored
From const%lu to C%lu for consistency (to match pshaders).
-
Ivan Gyurdiev authored
-
Ivan Gyurdiev authored
-
Ivan Gyurdiev authored
-
qingdoa daoo authored
-