Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | always init param vars to silence valgrind warnings | Brian | 2007-02-09 | 1 | -0/+4 |
* | do full swizzled matching in _mesa_lookup_parameter_constant() | Brian | 2007-02-08 | 1 | -5/+16 |
* | fix g++ warnings/errors | Brian | 2007-01-23 | 1 | -4/+4 |
* | _mesa_add_unnamed_constant() now tries to re-use constants already in | Brian | 2007-01-18 | 1 | -30/+57 |
* | fix size bug in _mesa_add_attribute() | Brian | 2007-01-10 | 1 | -0/+2 |
* | simplify _mesa_add_state_reference() | Brian | 2007-01-10 | 1 | -10/+2 |
* | get rid of STATE_USER_ATTRIB/STATE_AUTO_ATTRIB | Brian | 2007-01-09 | 1 | -4/+2 |
* | clean up a bunch of program parameter stuff | Brian | 2007-01-09 | 1 | -27/+50 |
* | Implement vertex attribute binding. | Brian | 2007-01-09 | 1 | -0/+28 |
* | added _mesa_add_sampler() | Brian | 2007-01-05 | 1 | -0/+17 |
* | Uniform matrix support. | Brian | 2006-12-20 | 1 | -22/+38 |
* | Overhaul of GLSL API functions, dispatching, etc. | Brian | 2006-12-19 | 1 | -0/+19 |
* | remove unneded includes | Brian | 2006-12-14 | 1 | -2/+0 |
* | Split the program.[ch] files into several new files. | Brian | 2006-12-14 | 1 | -0/+448 |