Merge branch 'master' into gallium-0.2
[mesa.git] / src / mesa / shader / prog_instruction.c
2008-09-18 Brian Paulmesa: prefix a bunch of #include lines with "main/".
2008-09-18 Keith WhitwellMerge commit 'origin/master' into gallium-0.2
2008-09-11 Alan HourihaneMerge branch 'master' of git+ssh://git.freedesktop...
2008-09-11 Keith WhitwellMerge branch 'gallium-0.1' into gallium-0.2
2008-07-24 José Fonsecamesa: Prefix main includes with dir to avoid conflicts.
2008-06-04 Keith PackardMerge commit 'origin/master' into drm-gem
2008-05-28 Dave AirlieMerge branch 'r500-support'
2008-05-23 Jakob BornecrantzMerge branch 'gallium-i915-current' into gallium-0.1
2008-05-14 Brian Paulsync up with gallium-0.1 changes
2008-05-14 Brian Paulmesa: added _mesa_free_instructions()
2008-04-07 Brianmesa: added _mesa_free_instructions()
2007-10-27 BrianRe-implement GLSL texture sampler variables.
2007-08-07 michalNaive implementation of IF/ELSE/ENDIF.
2007-07-04 Zou Nan haiMerge branch 'master' of git+ssh://znh@git.freedesktop...
2007-05-18 Eric AnholtMerge branch 'master' into i915-unification
2007-04-21 Brianfix instruction comment code
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-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-05 BrianInitial support of loop and subroutine instructions.
2007-01-29 Briannoise functions
2007-01-20 BrianInitial implementation of OPCODE_IF/ELSE/ENDIF instruct...
2007-01-17 BrianAdded OPCODE_INT to convert 4 floats to 4 ints.
2006-12-14 BrianMove some code from prog_print.c to prog_instruction.c
2006-12-14 BrianSplit the program.[ch] files into several new files.