summaryrefslogtreecommitdiffstats
path: root/src/mesa/shader/prog_instruction.h
Commit message (Expand)AuthorAgeFilesLines
* mesa: added _mesa_free_instructions()Brian2008-04-071-0/+3
* Re-implement GLSL texture sampler variables.Brian2007-10-261-0/+5
* Naive implementation of IF/ELSE/ENDIF.michal2007-08-071-0/+3
* 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-0/+4
* updated commentBrian2007-03-221-1/+1
* added SWIZZLE_XYZWBrian2007-03-211-0/+1
* merge from masterBrian2007-03-211-0/+4
* added SWIZZLE_XXXX, SWIZZLE_YYYY, etcBrian2007-02-201-0/+5
* Merge branch 'glsl-compiler-1' of git+ssh://brianp@git.freedesktop.org/git/me...Brian2007-02-201-1/+1
|\
| * change BranchTarget to GLintBrian2007-02-081-1/+1
* | additional comments for BranchTargetBrian2007-02-051-0/+4
|/
* Initial support of loop and subroutine instructions.Brian2007-02-051-3/+9
* Overhaul handling of writemasks/swizzling. This fixes two problem cases:Brian2007-01-311-0/+1
* noise functionsBrian2007-01-281-0/+4
* updated commentBrian2007-01-231-2/+1
* indicate which opcodes are used by Mesa GLSL, updated commentsBrian2007-01-231-92/+102
* 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
* added Sampler field to prog_instruction structBrian2007-01-051-0/+6
* Split the program.[ch] files into several new files.Brian2006-12-141-0/+403