Age | Commit message (Expand) | Author |
2009-01-06 | mesa: rename program parameter flags to match other Mesa conventions | Brian Paul |
2009-01-06 | mesa: added PROG_PARAM_ bits for invariant, flat/linear interpolation | Brian Paul |
2009-01-06 | mesa: fix merge conflict left-overs | Brian Paul |
2009-01-06 | mesa: make writemask_string() non-static | Brian Paul |
2009-01-06 | mesa: tweak program register printing for RelAddr case | Brian Paul |
2009-01-06 | mesa: allow relative indexing into all register files and indirect dst regist... | Brian Paul |
2008-09-04 | mesa: fix minor mem leak | Brian Paul |
2008-07-24 | mesa: Prefix main includes with dir to avoid conflicts. | José Fonseca |
2008-07-18 | mesa: glsl: various writemask/swizzle improvements and clean-ups | Brian Paul |
2008-07-15 | mesa: Silence compiler warnings on Windows. | Michal Krol |
2008-07-02 | mesa: added _mesa_print_swizzle() debugging helper | Brian Paul |
2008-06-12 | almost forgot - RelAddr is a boolean so use it here | Zack Rusin |
2008-06-12 | glsl: implement variable array indexes | Zack Rusin |
2008-05-18 | print vertex.attrib[n] (from master) | Brian Paul |
2008-01-16 | use NEGATE_X/Y/Z/W tokens | Brian |
2007-10-30 | special-case KIL/KIL_NV | Brian |
2007-10-30 | check for NULL ptr in _mesa_print_parameter_list() | Brian |
2007-10-26 | Re-implement GLSL texture sampler variables. | Brian |
2007-03-28 | Get rid of BRK0, BRK1, CONT0, CONT1 instructions. | Brian |
2007-03-28 | expose _mesa_condcode_string(), fix some printing | Brian |
2007-03-27 | fix some printing issues related to subroutines | Brian |
2007-03-26 | s/SUB/BGNSUB/ | Brian |
2007-03-26 | special case RET | Brian |
2007-03-23 | consolidate some code | Brian |
2007-03-23 | Add the ability to generate programs that doesn't use condition codes. | Brian |
2007-03-22 | print conditional writemask, if enabled | Brian |
2007-02-23 | re-expose _mesa_print_alu_instruction() | Brian |
2007-02-22 | expose _mesa_swizzle_string() | Brian |
2007-02-22 | fix negative indentation problem | Brian |
2007-02-17 | s/PROG_PRINT_ARB/PROG_PRINT_DEBUG/ | Brian |
2007-02-17 | Lots of changes to prog_print.c code. | Brian |
2007-02-07 | s/%f/%g/ | Brian |
2007-02-06 | Implement CONT, improve BRK. | Brian |
2007-02-05 | BRK instruction's BranchTarget field now used for efficiently breaking out of... | Brian |
2007-02-05 | Use IR node's BranchNode field for IF/ELSE/ENDIF instructions. | Brian |
2007-02-05 | minor formatting changes | Brian |
2007-02-05 | indentation for program instructions (if/else, loops) | Brian |
2007-01-31 | Overhaul handling of writemasks/swizzling. This fixes two problem cases: | Brian |
2007-01-20 | Initial implementation of OPCODE_IF/ELSE/ENDIF instructions. | Brian |
2007-01-05 | added PROGRAM_SAMPLER | Brian |
2007-01-04 | minor formatting fix | Brian |
2006-12-20 | added _mesa_print_parameter_list() | Brian |
2006-12-18 | Check for inst->CondUpdate, print .C suffix. | Brian |
2006-12-16 | print BRA instructions | Brian |
2006-12-15 | fix double-printing of comment info | Brian |
2006-12-14 | remove unneded includes | Brian |
2006-12-14 | Move some code from prog_print.c to prog_instruction.c | Brian |
2006-12-14 | Split the program.[ch] files into several new files. | Brian |