ir_variable: Add method to get string representing interpolation qualifier
[mesa.git] / ast.h
2010-06-21 Kenneth GraunkeMerge Carl's preprocessor into the glcpp subdirectory.
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-04-29 Ian RomanickBegin converting structure definitions to IR
2010-04-07 Ian RomanickGenerate correct IR for do-while loops
2010-04-07 Ian RomanickProcess ast_iteration_statement into ir_loop
2010-04-02 Ian RomanickAdditional void parameter checks
2010-04-02 Ian RomanickRequire that function formal parameters have names
2010-04-02 Ian RomanickRemove ast_node::type
2010-04-01 Kenneth GraunkeSet source locations on AST nodes so error messages...
2010-04-01 Ian RomanickAdd ast_function::hir
2010-03-31 Ian RomanickMove type_specifier_to_glsl_type to ast_type_specifier...
2010-03-29 Ian RomanickAdd parser support for texture rectangle types
2010-03-29 Ian RomanickImplement ir_if (for if-statments) and conversion from AST
2010-03-26 Kenneth GraunkeAdd new abstract ir_rvalue class; rework accordingly.
2010-03-19 Ian RomanickInitial bits for converting AST return nodes to IR...
2010-03-15 Ian RomanickAdd new constructors for ast_type_specifier
2010-03-15 Ian RomanickEnsure that ast_type always has type_name set
2010-03-10 Ian RomanickDifferentiate in ast_function_expression between constr...
2010-03-10 Ian RomanickTell emacs that C++ .h files are C++
2010-03-10 Ian RomanickMake ast_function_expression subclass of ast_expression
2010-03-10 Ian RomanickSimplified constructor for identifier expressions
2010-03-10 Ian RomanickMove top-level AST to HIR conversion to _mesa_ast_to_hir
2010-03-09 Ian RomanickConver IR structures to use exec_list instead of simple...
2010-03-09 Ian RomanickRemove prototypes for *_to_hir functions that no longer...
2010-03-01 Ian RomanickMake AST->HIR conversion a method of ast_node, re-enable
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-22 Ian RomanickInitial commit. lol