summaryrefslogtreecommitdiffstats
path: root/src/mesa/shader/prog_print.c
Commit message (Expand)AuthorAgeFilesLines
* mesa: glsl: various writemask/swizzle improvements and clean-upsBrian Paul2008-07-291-1/+1
* almost forgot - RelAddr is a boolean so use it hereZack Rusin2008-06-121-1/+1
* glsl: implement variable array indexesZack Rusin2008-06-121-6/+11
* clean-ups / additions from gallium-0.1 branchBrian Paul2008-05-181-7/+35
* mesa: Add vertex.attrib 0-15 to arb_input_attrib_string.Markus Amsler2008-03-171-1/+17
* Get rid of BRK0, BRK1, CONT0, CONT1 instructions.Brian2007-03-281-11/+0
* expose _mesa_condcode_string(), fix some printingBrian2007-03-281-12/+11
* fix some printing issues related to subroutinesBrian2007-03-271-15/+29
* s/SUB/BGNSUB/Brian2007-03-261-1/+1
* special case RETBrian2007-03-261-0/+7
* consolidate some codeBrian2007-03-231-7/+2
* Add the ability to generate programs that doesn't use condition codes.Brian2007-03-231-4/+26
* print conditional writemask, if enabledBrian2007-03-221-0/+6
* re-expose _mesa_print_alu_instruction()Brian2007-02-231-1/+9
* expose _mesa_swizzle_string()Brian2007-02-221-14/+20
* fix negative indentation problemBrian2007-02-221-2/+1
* s/PROG_PRINT_ARB/PROG_PRINT_DEBUG/Brian2007-02-171-1/+1
* Lots of changes to prog_print.c code.Brian2007-02-171-38/+314
* s/%f/%g/Brian2007-02-071-1/+1
* Implement CONT, improve BRK.Brian2007-02-061-2/+8
* BRK instruction's BranchTarget field now used for efficiently breaking out of...Brian2007-02-051-4/+4
* Use IR node's BranchNode field for IF/ELSE/ENDIF instructions.Brian2007-02-051-3/+4
* minor formatting changesBrian2007-02-051-4/+4
* indentation for program instructions (if/else, loops)Brian2007-02-051-10/+46
* Overhaul handling of writemasks/swizzling. This fixes two problem cases:Brian2007-01-311-1/+1
* Initial implementation of OPCODE_IF/ELSE/ENDIF instructions.Brian2007-01-201-1/+13
* added PROGRAM_SAMPLERBrian2007-01-051-0/+2
* minor formatting fixBrian2007-01-041-1/+0
* added _mesa_print_parameter_list()Brian2006-12-201-8/+14
* Check for inst->CondUpdate, print .C suffix.Brian2006-12-181-4/+3
* print BRA instructionsBrian2006-12-161-1/+30
* fix double-printing of comment infoBrian2006-12-151-3/+0
* remove unneded includesBrian2006-12-141-2/+0
* Move some code from prog_print.c to prog_instruction.cBrian2006-12-141-112/+0
* Split the program.[ch] files into several new files.Brian2006-12-141-0/+464