summaryrefslogtreecommitdiffstats
path: root/src/mesa/shader/prog_print.c
Commit message (Expand)AuthorAgeFilesLines
* mesa: rename program parameter flags to match other Mesa conventionsBrian Paul2008-11-241-4/+4
* mesa: added PROG_PARAM_ bits for invariant, flat/linear interpolationBrian Paul2008-11-241-1/+10
* Merge commit 'origin/master' into gallium-0.2Keith Whitwell2008-11-151-5/+5
|\
| * mesa: make writemask_string() non-staticBrian Paul2008-11-131-4/+4
| * mesa: tweak program register printing for RelAddr caseBrian Paul2008-11-131-1/+1
* | Merge commit 'origin/master' into gallium-0.2Brian Paul2008-11-111-3/+3
|\|
| * mesa: allow relative indexing into all register files and indirect dst regist...Brian Paul2008-11-111-3/+3
| * mesa: prefix a bunch of #include lines with "main/".Brian Paul2008-09-181-3/+3
| * 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
* | mesa: fix minor mem leakBrian Paul2008-09-041-1/+3
* | mesa: Prefix main includes with dir to avoid conflicts.José Fonseca2008-07-241-3/+3
* | mesa: glsl: various writemask/swizzle improvements and clean-upsBrian Paul2008-07-181-1/+1
* | mesa: Silence compiler warnings on Windows.Michal Krol2008-07-151-1/+1
* | mesa: added _mesa_print_swizzle() debugging helperBrian Paul2008-07-021-0/+13
* | 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
* | print vertex.attrib[n] (from master)Brian Paul2008-05-181-3/+19
* | use NEGATE_X/Y/Z/W tokensBrian2008-01-161-4/+4
* | special-case KIL/KIL_NVBrian2007-10-301-1/+19
* | check for NULL ptr in _mesa_print_parameter_list()Brian2007-10-301-0/+3
* | Re-implement GLSL texture sampler variables.Brian2007-10-261-0/+7
|/
* 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