OSDN Git Service

ir_vec_index_to_swizzle: Pass to convert indexing of vectors to swizzles.
[android-x86/external-mesa.git] / glsl_parser_extras.cpp
2010-06-01 Eric Anholtir_vec_index_to_swizzle: Pass to convert indexing of...
2010-05-14 Ian RomanickFix function call parameter printer to omit extraneous...
2010-05-10 Ian RomanickConvert ast_node use of simple_node to exec_list and...
2010-05-10 Ian RomanickStore AST function call parameters in expressions
2010-05-05 Eric AnholtMove optimization pass prototypes to a single header.
2010-05-05 Eric Anholtir_dead_code_local: Remove redundant assignments within...
2010-05-05 Eric Anholtir_copy_propagation: New pass to rewrite dereferences...
2010-05-03 Eric AnholtStore warnings and errors in a parser state infolog.
2010-05-03 Eric AnholtQuiet warnings about ir_shader not being handled in...
2010-04-29 Ian RomanickIR print visitor: Move logic for printing the whole...
2010-04-29 Kenneth GraunkeSet language_version to 130 (the max currently supporte...
2010-04-29 Kenneth GraunkeAdd stub ir_reader and new 'i' mode for reading IR...
2010-04-28 Kenneth GraunkeAdd parens around printed IR so it's an official list...
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