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