Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mesa: also pass the GPU program to _mesa_append_uniforms_to_file() | Brian Paul | 2009-08-14 | 1 | -1/+2 |
| | | | | We want the post-link program at this points. | ||||
* | mesa: new _mesa_append_uniforms_to_file() debug/logging function | Brian Paul | 2009-08-14 | 1 | -0/+3 |
| | |||||
* | r300/compiler: Add rc_print_program | Nicolai Hähnle | 2009-07-27 | 1 | -0/+7 |
| | | | | Signed-off-by: Nicolai Hähnle <[email protected]> | ||||
* | mesa: merge gallium-0.2 into gallium-master-merge | Brian Paul | 2009-02-09 | 1 | -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.2 | Keith Whitwell | 2008-11-15 | 1 | -0/+3 |
| |\ | | | | | | | | | | | | | | | | Conflicts: src/mesa/shader/prog_print.c | ||||
| * | | mesa: added _mesa_print_swizzle() debugging helper | Brian Paul | 2008-07-02 | 1 | -0/+3 |
| | | | |||||
* | | | mesa: make _mesa_fprint_program_opt() non-static | Brian Paul | 2009-02-02 | 1 | -2/+3 |
| | | | |||||
* | | | glsl: new _mesa_write_shader_to_file() function | Brian Paul | 2009-01-22 | 1 | -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-static | Brian Paul | 2008-11-13 | 1 | -0/+3 |
|/ | |||||
* | expose _mesa_condcode_string(), fix some printing | Brian | 2007-03-28 | 1 | -0/+3 |
| | |||||
* | re-expose _mesa_print_alu_instruction() | Brian | 2007-02-23 | 1 | -0/+4 |
| | |||||
* | expose _mesa_swizzle_string() | Brian | 2007-02-22 | 1 | -0/+3 |
| | |||||
* | Lots of changes to prog_print.c code. | Brian | 2007-02-17 | 1 | -5/+19 |
| | | | | Mainly, allow printing programs in either ARB, NV or "debug" formats. | ||||
* | indentation for program instructions (if/else, loops) | Brian | 2007-02-05 | 1 | -3/+3 |
| | |||||
* | added _mesa_print_parameter_list() | Brian | 2006-12-20 | 1 | -0/+3 |
| | |||||
* | Split the program.[ch] files into several new files. | Brian | 2006-12-14 | 1 | -0/+45 |