[intel] intel_batchbuffer_flush using uninit 'used' to check for buffer empty
[mesa.git] / src / mesa / shader / prog_print.c
2008-03-29 Oliver McFaddenMerge branch 'r300-vertprog-branch' of ssh://people...
2008-03-17 Markus Amslermesa: Add vertex.attrib 0-15 to arb_input_attrib_string.
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-28 Brianexpose _mesa_condcode_string(), fix some printing
2007-03-27 Brianfix some printing issues related to subroutines
2007-03-27 Zou Nan haiMerge branch 'master' of git+ssh://znh@git.freedesktop...
2007-03-27 Brians/SUB/BGNSUB/
2007-03-26 Brianspecial case RET
2007-03-26 Brianmerge of glsl-compiler-1 branch
2007-03-23 Brianconsolidate some code
2007-03-23 BrianAdd the ability to generate programs that doesn't use...
2007-03-22 Brianprint conditional writemask, if enabled
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-23 Brianre-expose _mesa_print_alu_instruction()
2007-02-23 Brianexpose _mesa_swizzle_string()
2007-02-22 Brianfix negative indentation problem
2007-02-22 BrianMerge branch 'origin' into glsl-compiler-1
2007-02-20 BrianMerge branch 'glsl-compiler-1' of git+ssh://brianp...
2007-02-17 Brians/PROG_PRINT_ARB/PROG_PRINT_DEBUG/
2007-02-17 BrianLots of changes to prog_print.c code.
2007-02-07 Brians/%f/%g/
2007-02-07 BrianImplement CONT, improve BRK.
2007-02-06 BrianBRK instruction's BranchTarget field now used for effic...
2007-02-06 BrianUse IR node's BranchNode field for IF/ELSE/ENDIF instru...
2007-02-05 Brianminor formatting changes
2007-02-05 Brianindentation for program instructions (if/else, loops)
2007-01-31 BrianOverhaul handling of writemasks/swizzling. This fixes...
2007-01-20 BrianInitial implementation of OPCODE_IF/ELSE/ENDIF instruct...
2007-01-05 Brianadded PROGRAM_SAMPLER
2007-01-04 Brianminor formatting fix
2006-12-21 Brianadded _mesa_print_parameter_list()
2006-12-18 BrianCheck for inst->CondUpdate, print .C suffix.
2006-12-16 Brianprint BRA instructions
2006-12-15 Brianfix double-printing of comment info
2006-12-14 Brianremove unneded includes
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.