mesa: Add gl_MESAFogParamsOptimized for our special pre-computed fog params.
[mesa.git] / src / glsl / ir_print_visitor.cpp
2011-02-21 Ian RomanickUse C-style system headers in C++ code to avoid issues...
2011-02-04 Vinson Leeglsl: Add using statements for standard library functions.
2011-01-31 Kenneth Graunkeglsl: Introduce a new "const_in" variable mode.
2011-01-31 Kenneth Graunkeglsl: Change texel offsets to a single vector rvalue.
2011-01-31 Kenneth Graunkeglsl: Re-synchronize ir_variable_mode and the printer...
2011-01-15 Brian PaulMerge branch 'draw-instanced'
2011-01-13 Kenneth Graunkeir_reader: Make assignment conditions optional.
2010-12-19 Christoph BumillerMerge remote branch 'origin/master' into nvc0-new
2010-12-03 Kenneth Graunkeir_print_visitor: Print out constant structure values.
2010-11-30 Kenneth Graunkeglsl: Remove anti-built-in hacks from the print visitor.
2010-11-22 Keith WhitwellMerge branch 'lp-offset-twoside'
2010-11-19 Ian Romanickglsl: Eliminate assumptions about size of ir_expression...
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...