summaryrefslogtreecommitdiffstats
path: root/src/mesa/shader/arbvertparse.h
Commit message (Collapse)AuthorAgeFilesLines
* Remove the _mesa_parse_arb_vertex/fragment_program() functions intoBrian Paul2005-11-191-33/+0
| | | | | | | arbprogparse.c and remove arbvertparse.[ch] and arbfragparse.[ch]. Clean up quite a bit of the arb parsing code. Rewrite parser extension code to avoid a mess of string operations every time the parser was used.
* consolidate vertex/fragment program printing into _mesa_print_program()Brian Paul2005-11-051-5/+2
|
* Unify vertex/fragment program instuctions.Brian Paul2005-11-051-1/+1
| | | | Based on patch by Ian (#4967) but also unify instruction opcodes.
* Reduce the size of mesa's internal fragment and vertex programKeith Whitwell2005-04-211-0/+3
| | | | | representations by switching to packed structures for registers and instructions.
* Initial changes after moving from src/mesa/main/.Michal Krol2004-03-041-0/+33
Needs testing - it havent been even compiled yet.