Fix the swizzling of vector constructors from scalars.
[mesa.git] / glsl_parser_extras.cpp
2010-04-23 Ian RomanickZero-out the entire parser state structure at initializ...
2010-04-23 Ian RomanickAdd missing 'else's to fix extension processing
2010-04-19 Eric AnholtRemove dead code assignments and variable declarations.
2010-04-15 Eric AnholtAdd an ir_if simplification pass.
2010-04-08 Eric AnholtRepeat the optimization passes until we stop making...
2010-04-08 Eric AnholtInline functions consisting of a return of an expression.
2010-04-08 Ian RomanickTreat texture rectangles as an extension that is enable...
2010-04-07 Ian RomanickAdd support for GL_ARB_draw_buffers extension
2010-04-07 Ian RomanickClean up error reporting in _mesa_glsl_process_extension
2010-04-07 Ian RomanickEmit a warning when an unknown extension is used with...
2010-04-07 Ian RomanickAdd _mesa_glsl_warning to emit warnings to the shader log
2010-04-07 Ian RomanickBegin processing #extension directive
2010-04-07 Ian RomanickAdd utility function to get the name of a shader target
2010-04-07 Ian RomanickBegin tracking the nesting of loops and switch-statements
2010-04-06 Eric AnholtMake constant folding descend into if statements.
2010-04-06 Eric AnholtAdd a constant folding optimization pass.
2010-04-02 Ian RomanickRemove ast_node::type
2010-04-01 Ian RomanickAdd ast_function::hir
2010-03-29 Ian RomanickAdd generate_temporary to generate an anonymous temporary
2010-03-26 Ian RomanickMerge branch 'anholt'
2010-03-26 Ian RomanickIR print visitor: Remove most of the newlines from...
2010-03-25 Ian RomanickMerge branch 'anholt'
2010-03-25 Eric AnholtMake the standalone parser return an exit code so we...
2010-03-24 Ian RomanickMerge branch 'anholt'
2010-03-23 Ian RomanickDisallow passing NULL for state to _mesa_glsl_error
2010-03-19 Ian RomanickUse glsl_symbol_table instead of using _mesa_symbol_tab...
2010-03-15 Ian RomanickFactor ast_type_specifier code out to ast_type.cpp
2010-03-11 Ian RomanickTrack generation of errors and halt compilation appropr...
2010-03-10 Ian RomanickMove top-level AST to HIR conversion to _mesa_ast_to_hir
2010-03-10 Ian RomanickRequire the shader target be specified to the driver...
2010-03-10 Ian RomanickUse ir_print_visitor to dump IR tree
2010-03-09 Ian RomanickConver IR structures to use exec_list instead of simple...
2010-03-01 Ian RomanickMake AST->HIR conversion a method of ast_node, re-enable
2010-02-26 Ian Romanickautoconf for the ...
2010-02-25 Ian RomanickReplace tacky wrapper macros with tacky in-line type...
2010-02-23 Ian RomanickAdd ast_expression_bin subclass of ast_expression
2010-02-23 Ian RomanickRename .cc files to .cpp