glsl: Don't print blank (function ...) headers for built-ins.
[mesa.git] / src / glsl / ir_print_visitor.cpp
2010-09-16 Kenneth Graunkeglsl: Don't print blank (function ...) headers for...
2010-09-15 Christoph BumillerMerge remote branch 'origin/nv50-compiler'
2010-09-08 Kenneth Graunkeglsl: Move is_builtin flag back to ir_function_signature.
2010-09-03 Ian Romanickir_print_visitor: Print empty else blocks more compactly
2010-09-02 Christoph BumillerMerge remote branch 'origin/master' into nv50-compiler
2010-08-26 Kenneth Graunkeglsl: Move is_built_in flag from ir_function_signature...
2010-08-17 Ian RomanickMerge branch 'glsl2'
2010-08-14 Ian RomanickMerge branch 'master' into glsl2
2010-08-11 Brian Paulglsl2: added casts to silence warnings
2010-08-04 Ian Romanickglsl2: Add ir_assignment::write_mask and associated...
2010-07-29 Eric Anholtglsl2: Allow use of _mesa_print_ir without a parse...
2010-07-29 Eric Anholtglsl2: When dumping IR for debug, indent nested blocks.
2010-07-29 Eric Anholtglsl2: When dumping IR for debug, skip all the empty...
2010-07-27 Eric AnholtMerge remote branch 'origin/master' into glsl2
2010-07-22 Kenneth Graunkeir_print_visitor: Add "temporary" to mode string printing.
2010-07-21 Kenneth Graunkeir_print_visitor: Print out constant arrays.
2010-07-21 Kenneth Graunkeir_print_visitor: Remove commas between ir_constant...
2010-06-30 Kenneth Graunkeglsl2: Define new ir_discard instruction.
2010-06-24 Eric AnholtMerge branch 'glsl2-head' into glsl2
2010-06-24 Eric Anholtglsl2: Move the compiler to the subdirectory it will...