Age | Commit message (Collapse) | Author |
|
Fix mis-application of increment to pointer variable.
|
|
|
|
|
|
|
|
|
|
NV_vertex_program path.
|
|
path.
|
|
need to check for this condition before the later field has been computed.
Fixes logicop bug #8860.
|
|
|
|
|
|
OpenGL 2.0 function of the same name.
|
|
|
|
|
|
|
|
|
|
|
|
Import edgeflag attribute to array of GLbooleans as expected by
downstream code.
|
|
|
|
since the former is what's used for OpenGL 2.0.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
after locking. Next: remove the params altogether.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
notification callback through to tnl/ module, fixes glean crash.
|
|
|
|
|
|
|
|
|
|
CMPH a0, a1, a2 -> if a2 > 0.5 return a1 else return a0
Guessed by examinating LIT instruction handling of FGLRX.
|
|
notification callback through to tnl/ module, fixes glean crash.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
is enabled and we've changed any GL state that might be referenced by a
fragment program (such as state.fog.params). Do this during swrast
validation, not in _swrast_exec_fragment_program().
|