summaryrefslogtreecommitdiffstats
path: root/src/mesa/shader/prog_print.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'outputswritten64'Ian Romanick2009-11-171-3/+3
* mesa: don't print pointer in _mesa_fprint_parameter_list()Brian Paul2009-10-131-1/+2
* mesa: print program Id when printingBrian Paul2009-10-121-2/+2
* Merge branch 'mesa_7_5_branch'Brian Paul2009-08-271-8/+8
|\
| * mesa: direct program debug output to stderr instead of stdoutmarvin242009-08-271-9/+9
* | mesa: print some program fields in binary tooBrian Paul2009-08-251-2/+29
* | Merge branch 'master' into asm-shader-rework-1Ian Romanick2009-08-181-2/+34
|\ \
| * | mesa: also pass the GPU program to _mesa_append_uniforms_to_file()Brian Paul2009-08-141-2/+3
| * | mesa: new _mesa_append_uniforms_to_file() debug/logging functionBrian Paul2009-08-141-0/+31
| * | mesa: log the shader checksumBrian Paul2009-08-041-1/+1
| * | r300/compiler: Add rc_print_programNicolai Hähnle2009-07-271-1/+1
* | | ARB prog: _mesa_print_program output should go to same place as _mesa_printfIan Romanick2009-07-241-1/+1
|/ /
* | mesa: better handling/printing of driver-specific opcodes, register filesBrian Paul2009-05-111-2/+9
* | mesa: also print program params/constants when dumping shaders to diskBrian Paul2009-05-041-0/+4
|/
* mesa: print parameter list dirty state flag maskBrian Paul2009-04-211-0/+1
* mesa: merge the prog_src_register::NegateBase and NegateAbs fieldsBrian Paul2009-04-141-10/+10
* mesa: update/fix doxygen commentsVinson Lee2009-03-171-1/+1
* mesa: fix dumb sizeof() vs. strlen() mix-upBrian Paul2009-03-101-1/+1
* mesa: gl_register_file enum typedefBrian Paul2009-03-071-8/+8
* mesa: when printing src regs, use |reg| for absolute valueBrian Paul2009-03-051-7/+16
* mesa: update fragResults array in arb_output_attrib_string()Brian Paul2009-02-271-1/+12
* mesa: add TexShadow field to prog_instructionBrian Paul2009-02-201-0/+2
* mesa: when printing/dumping instruction, include relative addressing infoBrian Paul2009-02-171-13/+11
* mesa: Use the stdio wrappers.José Fonseca2009-02-111-22/+22
* mesa: merge gallium-0.2 into gallium-master-mergeBrian Paul2009-02-091-1/+16
|\
| * mesa: additional case in file_string()Brian Paul2009-01-091-0/+2
| * 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
| |\
| * \ Merge commit 'origin/master' into gallium-0.2Brian Paul2008-11-111-3/+3
| |\ \
| * | | 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
* | | | mesa: tweak output of _mesa_write_shader_to_file()Brian Paul2009-02-061-0/+2
* | | | mesa: make _mesa_fprint_program_opt() non-staticBrian Paul2009-02-021-1/+1
* | | | glsl: new _mesa_write_shader_to_file() functionBrian Paul2009-01-221-159/+252
* | | | mesa: additional case in file_string()Brian Paul2009-01-071-0/+2
* | | | 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
| |_|/ |/| |
* | | mesa: make writemask_string() non-staticBrian Paul2008-11-131-4/+4
* | | mesa: tweak program register printing for RelAddr caseBrian Paul2008-11-131-1/+1
| |/ |/|