aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/shader/prog_print.h
Commit message (Collapse)AuthorAgeFilesLines
* mesa: also pass the GPU program to _mesa_append_uniforms_to_file()Brian Paul2009-08-141-1/+2
| | | | We want the post-link program at this points.
* mesa: new _mesa_append_uniforms_to_file() debug/logging functionBrian Paul2009-08-141-0/+3
|
* r300/compiler: Add rc_print_programNicolai Hähnle2009-07-271-0/+7
| | | | Signed-off-by: Nicolai Hähnle <[email protected]>
* mesa: merge gallium-0.2 into gallium-master-mergeBrian Paul2009-02-091-0/+3
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge commit 'origin/gallium-0.2' into gallium-master-merge Conflicts: Makefile docs/relnotes-7.4.html docs/relnotes.html src/mesa/drivers/dri/i965/brw_wm.h src/mesa/main/imports.c src/mesa/main/mtypes.h src/mesa/main/texcompress.c src/mesa/main/texenvprogram.c src/mesa/main/version.h src/mesa/vbo/vbo_exec_api.c src/mesa/vbo/vbo_save_draw.c
| * Merge commit 'origin/master' into gallium-0.2Keith Whitwell2008-11-151-0/+3
| |\ | | | | | | | | | | | | | | | Conflicts: src/mesa/shader/prog_print.c
| * | mesa: added _mesa_print_swizzle() debugging helperBrian Paul2008-07-021-0/+3
| | |
* | | mesa: make _mesa_fprint_program_opt() non-staticBrian Paul2009-02-021-2/+3
| | |
* | | glsl: new _mesa_write_shader_to_file() functionBrian Paul2009-01-221-0/+4
| |/ |/| | | | | | | Used to log a shader to a file. Includes shader source code, the info log and generated GPU instructions.
* | mesa: make writemask_string() non-staticBrian Paul2008-11-131-0/+3
|/
* expose _mesa_condcode_string(), fix some printingBrian2007-03-281-0/+3
|
* re-expose _mesa_print_alu_instruction()Brian2007-02-231-0/+4
|
* expose _mesa_swizzle_string()Brian2007-02-221-0/+3
|
* Lots of changes to prog_print.c code.Brian2007-02-171-5/+19
| | | | Mainly, allow printing programs in either ARB, NV or "debug" formats.
* indentation for program instructions (if/else, loops)Brian2007-02-051-3/+3
|
* added _mesa_print_parameter_list()Brian2006-12-201-0/+3
|
* Split the program.[ch] files into several new files.Brian2006-12-141-0/+45