summaryrefslogtreecommitdiff
path: root/src/mesa/shader/prog_print.c
AgeCommit message (Expand)AuthorFilesLines
2009-07-24ARB prog: _mesa_print_program output should go to same place as _mesa_printfIan Romanick1-1/+1
2009-05-11mesa: better handling/printing of driver-specific opcodes, register filesBrian Paul1-2/+9
2009-05-04mesa: also print program params/constants when dumping shaders to diskBrian Paul1-0/+4
2009-04-21mesa: print parameter list dirty state flag maskBrian Paul1-0/+1
2009-04-14mesa: merge the prog_src_register::NegateBase and NegateAbs fieldsBrian Paul1-10/+10
2009-03-17mesa: update/fix doxygen commentsVinson Lee1-1/+1
2009-03-10mesa: fix dumb sizeof() vs. strlen() mix-upBrian Paul1-1/+1
2009-03-07mesa: gl_register_file enum typedefBrian Paul1-8/+8
2009-03-05mesa: when printing src regs, use |reg| for absolute valueBrian Paul1-7/+16
2009-02-27mesa: update fragResults array in arb_output_attrib_string()Brian Paul1-1/+12
2009-02-20mesa: add TexShadow field to prog_instructionBrian Paul1-0/+2
2009-02-17mesa: when printing/dumping instruction, include relative addressing infoBrian Paul1-13/+11
2009-02-11mesa: Use the stdio wrappers.José Fonseca1-22/+22
2009-02-09mesa: merge gallium-0.2 into gallium-master-mergeBrian Paul1-1/+16
2009-02-06mesa: tweak output of _mesa_write_shader_to_file()Brian Paul1-0/+2
2009-02-02mesa: make _mesa_fprint_program_opt() non-staticBrian Paul1-1/+1
2009-01-22glsl: new _mesa_write_shader_to_file() functionBrian Paul1-159/+252
2009-01-09mesa: additional case in file_string()Brian Paul1-0/+2
2009-01-07mesa: additional case in file_string()Brian Paul1-0/+2
2008-11-24mesa: rename program parameter flags to match other Mesa conventionsBrian Paul1-4/+4
2008-11-24mesa: added PROG_PARAM_ bits for invariant, flat/linear interpolationBrian Paul1-1/+10
2008-11-24mesa: rename program parameter flags to match other Mesa conventionsBrian Paul1-4/+4
2008-11-24mesa: added PROG_PARAM_ bits for invariant, flat/linear interpolationBrian Paul1-1/+10
2008-11-15Merge commit 'origin/master' into gallium-0.2Keith Whitwell1-5/+5
2008-11-13mesa: make writemask_string() non-staticBrian Paul1-4/+4
2008-11-13mesa: tweak program register printing for RelAddr caseBrian Paul1-1/+1
2008-11-11Merge commit 'origin/master' into gallium-0.2Brian Paul1-3/+3
2008-11-11mesa: allow relative indexing into all register files and indirect dst regist...Brian Paul1-3/+3
2008-09-18mesa: prefix a bunch of #include lines with "main/".Brian Paul1-3/+3
2008-09-04mesa: fix minor mem leakBrian Paul1-1/+3
2008-07-29mesa: glsl: various writemask/swizzle improvements and clean-upsBrian Paul1-1/+1
2008-07-24mesa: Prefix main includes with dir to avoid conflicts.José Fonseca1-3/+3
2008-07-18mesa: glsl: various writemask/swizzle improvements and clean-upsBrian Paul1-1/+1
2008-07-15mesa: Silence compiler warnings on Windows.Michal Krol1-1/+1
2008-07-02mesa: added _mesa_print_swizzle() debugging helperBrian Paul1-0/+13
2008-06-12almost forgot - RelAddr is a boolean so use it hereZack Rusin1-1/+1
2008-06-12glsl: implement variable array indexesZack Rusin1-6/+11
2008-06-12almost forgot - RelAddr is a boolean so use it hereZack Rusin1-1/+1
2008-06-12glsl: implement variable array indexesZack Rusin1-6/+11
2008-05-18print vertex.attrib[n] (from master)Brian Paul1-3/+19
2008-05-18clean-ups / additions from gallium-0.1 branchBrian Paul1-7/+35
2008-03-17mesa: Add vertex.attrib 0-15 to arb_input_attrib_string.Markus Amsler1-1/+17
2008-01-16use NEGATE_X/Y/Z/W tokensBrian1-4/+4
2007-10-30special-case KIL/KIL_NVBrian1-1/+19
2007-10-30check for NULL ptr in _mesa_print_parameter_list()Brian1-0/+3
2007-10-26Re-implement GLSL texture sampler variables.Brian1-0/+7
2007-03-28Get rid of BRK0, BRK1, CONT0, CONT1 instructions.Brian1-11/+0
2007-03-28expose _mesa_condcode_string(), fix some printingBrian1-12/+11
2007-03-27fix some printing issues related to subroutinesBrian1-15/+29
2007-03-26s/SUB/BGNSUB/Brian1-1/+1