mesa: fix emit_clamp() so that we don't use an output register as temporary
[mesa.git] / src / mesa / shader / prog_instruction.h
2007-03-30 Eric AnholtMerge branch 'crestline-qa', adding support for the...
2007-03-28 BrianGet rid of BRK0, BRK1, CONT0, CONT1 instructions.
2007-03-26 Brianmerge of glsl-compiler-1 branch
2007-03-23 BrianAdd the ability to generate programs that doesn't use...
2007-03-22 Brianupdated comment
2007-03-21 Brianadded SWIZZLE_XYZW
2007-03-21 Brianmerge from master
2007-03-10 BrianMerge branch 'master' of git+ssh://brianp@git.freedeskt...
2007-03-09 BrianMerge branch 'origin' into glsl-compiler-1
2007-02-22 BrianMerge branch 'origin' into glsl-compiler-1
2007-02-20 Brianadded SWIZZLE_XXXX, SWIZZLE_YYYY, etc
2007-02-20 BrianMerge branch 'glsl-compiler-1' of git+ssh://brianp...
2007-02-08 Brianchange BranchTarget to GLint
2007-02-06 Brianadditional comments for BranchTarget
2007-02-05 BrianInitial support of loop and subroutine instructions.
2007-01-31 BrianOverhaul handling of writemasks/swizzling. This fixes...
2007-01-29 Briannoise functions
2007-01-24 Brianupdated comment
2007-01-24 Brianindicate which opcodes are used by Mesa GLSL, updated...
2007-01-20 BrianInitial implementation of OPCODE_IF/ELSE/ENDIF instruct...
2007-01-17 BrianAdded OPCODE_INT to convert 4 floats to 4 ints.
2007-01-05 Brianadded Sampler field to prog_instruction struct
2006-12-14 BrianSplit the program.[ch] files into several new files.