summaryrefslogtreecommitdiffstats
path: root/src/mesa/shader/prog_instruction.c
Commit message (Expand)AuthorAgeFilesLines
* sync up with gallium-0.1 changesBrian Paul2008-05-141-85/+109
* mesa: added _mesa_free_instructions()Brian Paul2008-05-141-0/+17
* fix instruction comment codeBrian2007-04-211-1/+7
* Get rid of BRK0, BRK1, CONT0, CONT1 instructions.Brian2007-03-281-4/+0
* Add the ability to generate programs that doesn't use condition codes.Brian2007-03-231-1/+5
* merge from masterBrian2007-03-211-0/+14
* Initial support of loop and subroutine instructions.Brian2007-02-051-0/+6
* noise functionsBrian2007-01-281-0/+4
* Initial implementation of OPCODE_IF/ELSE/ENDIF instructions.Brian2007-01-201-0/+3
* Added OPCODE_INT to convert 4 floats to 4 ints.Brian2007-01-171-0/+1
* Move some code from prog_print.c to prog_instruction.cBrian2006-12-141-0/+112
* Split the program.[ch] files into several new files.Brian2006-12-141-0/+99