summaryrefslogtreecommitdiff
path: root/src/mesa/shader/prog_print.h
AgeCommit message (Expand)AuthorFilesLines
2009-08-14mesa: also pass the GPU program to _mesa_append_uniforms_to_file()Brian Paul1-1/+2
2009-08-14mesa: new _mesa_append_uniforms_to_file() debug/logging functionBrian Paul1-0/+3
2009-07-27r300/compiler: Add rc_print_programNicolai Hähnle1-0/+7
2009-02-09mesa: merge gallium-0.2 into gallium-master-mergeBrian Paul1-0/+3
2009-02-02mesa: make _mesa_fprint_program_opt() non-staticBrian Paul1-2/+3
2009-01-22glsl: new _mesa_write_shader_to_file() functionBrian Paul1-0/+4
2008-11-15Merge commit 'origin/master' into gallium-0.2Keith Whitwell1-0/+3
2008-11-13mesa: make writemask_string() non-staticBrian Paul1-0/+3
2008-07-02mesa: added _mesa_print_swizzle() debugging helperBrian Paul1-0/+3
2007-03-28expose _mesa_condcode_string(), fix some printingBrian1-0/+3
2007-02-23re-expose _mesa_print_alu_instruction()Brian1-0/+4
2007-02-22expose _mesa_swizzle_string()Brian1-0/+3
2007-02-17Lots of changes to prog_print.c code.Brian1-5/+19
2007-02-05indentation for program instructions (if/else, loops)Brian1-3/+3
2006-12-20added _mesa_print_parameter_list()Brian1-0/+3
2006-12-14Split the program.[ch] files into several new files.Brian1-0/+45