summaryrefslogtreecommitdiff
path: root/src/mesa/program/prog_print.c
AgeCommit message (Expand)Author
2010-12-08mesa: program printing for PROGRAM_SYSTEM_VALUEBrian Paul
2010-11-23mesa: rename, make _mesa_register_file_name() non-staticBrian Paul
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg
2010-08-13Merge branch 'master' into glsl2Ian Romanick
2010-08-12mesa: check for null shader->InfoLog before printingBrian Paul
2010-08-04i965: Settle on printing our program debug to stdout.Eric Anholt
2010-08-04mesa: Don't null deref looking for Mesa IR code at compile time.Eric Anholt
2010-07-30mesa: added gl_program::IndirectRegisterFiles fieldBrian Paul
2010-07-13mesa: add comments and change Index2D to just Index2Zack Rusin
2010-07-09mesa: add basic support for 2D register arrays to mesaZack Rusin
2010-07-02mesa: Silence warning.José Fonseca
2010-06-28mesa: initial support for ARB_geometry_shader4Zack Rusin
2010-06-10mesa: rename src/mesa/shader/ to src/mesa/program/Brian Paul