summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/r300/r300_program.h
AgeCommit message (Collapse)Author
2007-05-09r300: Last of the indent changes. :)Oliver McFadden
2006-07-20Some structure renaming. Prefix vertex/fragment-related structs withBrian Paul
"gl_" to match other structs.
2005-11-12Move stuff common to vertex/fragment_program into the base class, including:Brian Paul
Instructions, InputsRead, OutputsWritten, and Parameters. Also, added debug functions: _mesa_print_instruction(), _mesa_print_program_parameters() and revamp _mesa_print_program().
2005-07-20Clean up warnings in r300 code by making some symbols static, adding prototypesEric Anholt
for others, and being cleaner with types in fragment/vertex program structures. One warning in r300_shader.c is still concerning.
2004-09-28Initial revisionNicolai Haehnle