aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/shader/arbvertparse.c
Commit message (Expand)AuthorAgeFilesLines
* use _mesa_program_file_string() and _mesa_opcode_string()Brian Paul2005-11-051-54/+25
* Unify vertex/fragment program instuctions.Brian Paul2005-11-051-12/+12
* Streamline code generation by using a fixed size instruction buffer inBrian Paul2005-11-031-4/+13
* Free old parameter list before assigning new one. FIxes memory leak.Brian Paul2005-10-291-0/+5
* If parsing a program fails, don't change the vertex/fragment program object.Brian Paul2005-10-291-11/+9
* Include negate information in disassembly output.Keith Whitwell2005-05-041-6/+12
* Reduce the size of mesa's internal fragment and vertex programKeith Whitwell2005-04-211-117/+91
* minor formatting fixBrian Paul2005-01-191-2/+2
* Experimental PRINT instruction for NV_vertex_program.Brian Paul2004-12-161-0/+7
* remove redundant check of parsed program targetMichal Krol2004-10-211-15/+1
* Silence gcc 3.4 warnings on ReactOS. Mostly unused var warnings. (patch 101...Brian Paul2004-08-251-0/+1
* Reorder some code so we don't upset program state when there's a parsing error.Brian Paul2004-03-301-9/+10
* Initial changes after moving from src/mesa/main/.Michal Krol2004-03-041-0/+229