summaryrefslogtreecommitdiff
path: root/src/glsl/ir_print_visitor.cpp
AgeCommit message (Expand)Author
2011-03-14glsl: Explicitly specify a type when reading/printing ir_texture.Kenneth Graunke
2011-02-21Use C-style system headers in C++ code to avoid issues with std:: namespaceIan Romanick
2011-02-03glsl: Add using statements for standard library functions.Vinson Lee
2011-01-31glsl: Introduce a new "const_in" variable mode.Kenneth Graunke
2011-01-31glsl: Change texel offsets to a single vector rvalue.Kenneth Graunke
2011-01-31glsl: Re-synchronize ir_variable_mode and the printer's string array.Kenneth Graunke
2011-01-12ir_reader: Make assignment conditions optional.Kenneth Graunke
2010-12-03ir_print_visitor: Print out constant structure values.Kenneth Graunke
2010-11-30glsl: Remove anti-built-in hacks from the print visitor.Kenneth Graunke
2010-11-19glsl: Eliminate assumptions about size of ir_expression::operandsIan Romanick
2010-09-16glsl: Don't print blank (function ...) headers for built-ins.Kenneth Graunke
2010-09-07glsl: Move is_builtin flag back to ir_function_signature.Kenneth Graunke
2010-09-03ir_print_visitor: Print empty else blocks more compactlyIan Romanick
2010-08-26glsl: Move is_built_in flag from ir_function_signature to ir_function.Kenneth Graunke
2010-08-11glsl2: added casts to silence warningsBrian Paul
2010-08-04glsl2: Add ir_assignment::write_mask and associated methodsIan Romanick
2010-07-29glsl2: Allow use of _mesa_print_ir without a parse state on hand.Eric Anholt
2010-07-29glsl2: When dumping IR for debug, indent nested blocks.Eric Anholt
2010-07-29glsl2: When dumping IR for debug, skip all the empty builtin prototypes.Eric Anholt
2010-07-22ir_print_visitor: Add "temporary" to mode string printing.Kenneth Graunke
2010-07-21ir_print_visitor: Print out constant arrays.Kenneth Graunke
2010-07-21ir_print_visitor: Remove commas between ir_constant's components.Kenneth Graunke
2010-06-30glsl2: Define new ir_discard instruction.Kenneth Graunke
2010-06-24glsl2: Move the compiler to the subdirectory it will live in in Mesa.Eric Anholt