| Commit message (Expand) | Author | Age | Files | Lines |
* | mesa: update/fix doxygen comments | Vinson Lee | 2009-03-17 | 1 | -1/+1 |
* | mesa: fix dumb sizeof() vs. strlen() mix-up | Brian Paul | 2009-03-10 | 1 | -1/+1 |
* | mesa: gl_register_file enum typedef | Brian Paul | 2009-03-07 | 1 | -8/+8 |
* | mesa: when printing src regs, use |reg| for absolute value | Brian Paul | 2009-03-05 | 1 | -7/+16 |
* | mesa: update fragResults array in arb_output_attrib_string() | Brian Paul | 2009-02-27 | 1 | -1/+12 |
* | mesa: add TexShadow field to prog_instruction | Brian Paul | 2009-02-20 | 1 | -0/+2 |
* | mesa: when printing/dumping instruction, include relative addressing info | Brian Paul | 2009-02-17 | 1 | -13/+11 |
* | mesa: Use the stdio wrappers. | José Fonseca | 2009-02-11 | 1 | -22/+22 |
* | mesa: merge gallium-0.2 into gallium-master-merge | Brian Paul | 2009-02-09 | 1 | -1/+16 |
|\ |
|
| * | mesa: additional case in file_string() | Brian Paul | 2009-01-09 | 1 | -0/+2 |
| * | mesa: rename program parameter flags to match other Mesa conventions | Brian Paul | 2008-11-24 | 1 | -4/+4 |
| * | mesa: added PROG_PARAM_ bits for invariant, flat/linear interpolation | Brian Paul | 2008-11-24 | 1 | -1/+10 |
| * | Merge commit 'origin/master' into gallium-0.2 | Keith Whitwell | 2008-11-15 | 1 | -5/+5 |
| |\ |
|
| * \ | Merge commit 'origin/master' into gallium-0.2 | Brian Paul | 2008-11-11 | 1 | -3/+3 |
| |\ \ |
|
| * | | | mesa: fix minor mem leak | Brian Paul | 2008-09-04 | 1 | -1/+3 |
| * | | | mesa: Prefix main includes with dir to avoid conflicts. | José Fonseca | 2008-07-24 | 1 | -3/+3 |
| * | | | mesa: glsl: various writemask/swizzle improvements and clean-ups | Brian Paul | 2008-07-18 | 1 | -1/+1 |
| * | | | mesa: Silence compiler warnings on Windows. | Michal Krol | 2008-07-15 | 1 | -1/+1 |
| * | | | mesa: added _mesa_print_swizzle() debugging helper | Brian Paul | 2008-07-02 | 1 | -0/+13 |
| * | | | almost forgot - RelAddr is a boolean so use it here | Zack Rusin | 2008-06-12 | 1 | -1/+1 |
| * | | | glsl: implement variable array indexes | Zack Rusin | 2008-06-12 | 1 | -6/+11 |
| * | | | print vertex.attrib[n] (from master) | Brian Paul | 2008-05-18 | 1 | -3/+19 |
| * | | | use NEGATE_X/Y/Z/W tokens | Brian | 2008-01-16 | 1 | -4/+4 |
| * | | | special-case KIL/KIL_NV | Brian | 2007-10-30 | 1 | -1/+19 |
| * | | | check for NULL ptr in _mesa_print_parameter_list() | Brian | 2007-10-30 | 1 | -0/+3 |
| * | | | Re-implement GLSL texture sampler variables. | Brian | 2007-10-26 | 1 | -0/+7 |
* | | | | mesa: tweak output of _mesa_write_shader_to_file() | Brian Paul | 2009-02-06 | 1 | -0/+2 |
* | | | | mesa: make _mesa_fprint_program_opt() non-static | Brian Paul | 2009-02-02 | 1 | -1/+1 |
* | | | | glsl: new _mesa_write_shader_to_file() function | Brian Paul | 2009-01-22 | 1 | -159/+252 |
* | | | | mesa: additional case in file_string() | Brian Paul | 2009-01-07 | 1 | -0/+2 |
* | | | | mesa: rename program parameter flags to match other Mesa conventions | Brian Paul | 2008-11-24 | 1 | -4/+4 |
* | | | | mesa: added PROG_PARAM_ bits for invariant, flat/linear interpolation | Brian Paul | 2008-11-24 | 1 | -1/+10 |
| |_|/
|/| | |
|
* | | | mesa: make writemask_string() non-static | Brian Paul | 2008-11-13 | 1 | -4/+4 |
* | | | mesa: tweak program register printing for RelAddr case | Brian Paul | 2008-11-13 | 1 | -1/+1 |
| |/
|/| |
|
* | | mesa: allow relative indexing into all register files and indirect dst regist... | Brian Paul | 2008-11-11 | 1 | -3/+3 |
* | | mesa: prefix a bunch of #include lines with "main/". | Brian Paul | 2008-09-18 | 1 | -3/+3 |
* | | mesa: glsl: various writemask/swizzle improvements and clean-ups | Brian Paul | 2008-07-29 | 1 | -1/+1 |
* | | almost forgot - RelAddr is a boolean so use it here | Zack Rusin | 2008-06-12 | 1 | -1/+1 |
* | | glsl: implement variable array indexes | Zack Rusin | 2008-06-12 | 1 | -6/+11 |
* | | clean-ups / additions from gallium-0.1 branch | Brian Paul | 2008-05-18 | 1 | -7/+35 |
* | | mesa: Add vertex.attrib 0-15 to arb_input_attrib_string. | Markus Amsler | 2008-03-17 | 1 | -1/+17 |
|/ |
|
* | Get rid of BRK0, BRK1, CONT0, CONT1 instructions. | Brian | 2007-03-28 | 1 | -11/+0 |
* | expose _mesa_condcode_string(), fix some printing | Brian | 2007-03-28 | 1 | -12/+11 |
* | fix some printing issues related to subroutines | Brian | 2007-03-27 | 1 | -15/+29 |
* | s/SUB/BGNSUB/ | Brian | 2007-03-26 | 1 | -1/+1 |
* | special case RET | Brian | 2007-03-26 | 1 | -0/+7 |
* | consolidate some code | Brian | 2007-03-23 | 1 | -7/+2 |
* | Add the ability to generate programs that doesn't use condition codes. | Brian | 2007-03-23 | 1 | -4/+26 |
* | print conditional writemask, if enabled | Brian | 2007-03-22 | 1 | -0/+6 |
* | re-expose _mesa_print_alu_instruction() | Brian | 2007-02-23 | 1 | -1/+9 |