summaryrefslogtreecommitdiffstats
path: root/src/mesa/shader/prog_instruction.c
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | | ctx->Shader.EmitCondCodes determines if we use condition codes. If not, IF statement uses first operand's X component as the condition. Added OPCODE_BRK0, OPCODE_BRK1, OPCODE_CONT0, OPCODE_CONT1 to handle the common cases of conditional break/continue.
* merge from masterBrian2007-03-211-0/+14
|
* 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