summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/r300/r300_program.h
Commit message (Collapse)AuthorAgeFilesLines
* r300: Last of the indent changes. :)Oliver McFadden2007-05-091-3/+3
|
* Some structure renaming. Prefix vertex/fragment-related structs withBrian Paul2006-07-201-1/+1
| | | | "gl_" to match other structs.
* Move stuff common to vertex/fragment_program into the base class, including:Brian Paul2005-11-121-1/+0
| | | | | | Instructions, InputsRead, OutputsWritten, and Parameters. Also, added debug functions: _mesa_print_instruction(), _mesa_print_program_parameters() and revamp _mesa_print_program().
* Clean up warnings in r300 code by making some symbols static, adding prototypesEric Anholt2005-07-201-0/+3
| | | | | for others, and being cleaner with types in fragment/vertex program structures. One warning in r300_shader.c is still concerning.
* Initial revisionNicolai Haehnle2004-09-281-0/+148