aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/shader/prog_instruction.c
Commit message (Collapse)AuthorAgeFilesLines
* Initial support of loop and subroutine instructions.Brian2007-02-051-0/+6
| | | | | New high-level flow-control instructions, both at IR level and GPU instructions for looping and subroutines.
* 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