mesa.git
2010-03-23 Eric AnholtClean the built sources with make clean.
2010-03-23 Ian RomanickGenerate an error for variables declared with type...
2010-03-23 Ian RomanickAdd is_error and is_void type queries
2010-03-23 Ian RomanickSet the type of a function call to be the return type...
2010-03-23 Ian RomanickSet, and require, a return type for function signatures
2010-03-23 Ian RomanickAdd `void' type to table of available types
2010-03-23 Ian RomanickRename test GLSL sources from .txt to .glsl
2010-03-23 Ian RomanickAdd test for declaring variables of type void.
2010-03-20 Ian RomanickTrack the function that is currently being defined
2010-03-19 Ian RomanickInitial bits for converting AST return nodes to IR...
2010-03-19 Ian RomanickImplement IR return instructions
2010-03-19 Ian RomanickUse glsl_symbol_table::name_declared_this_scope
2010-03-19 Ian RomanickAdd query to determine whether a name was declared...
2010-03-19 Ian RomanickUse separate namespaces for types, variables, and functions
2010-03-19 Ian RomanickAdd function to determine the scope where a variable...
2010-03-19 Ian RomanickUse glsl_symbol_table instead of using _mesa_symbol_tab...
2010-03-19 Ian RomanickAdd a GLSL-specific facade to _mesa_symbol_table
2010-03-19 Ian RomanickDon't track new type names during pass-1 parsing
2010-03-15 Ian RomanickAdd multiple include protection to ir.h
2010-03-15 Ian RomanickTrivial clean-ups to ast_type_specifier(int) constructor
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-15 Ian RomanickFactor ast_type_specifier code out to ast_type.cpp
2010-03-15 Ian RomanickFactor guts of function matching code out to match_func...
2010-03-15 Ian RomanickMove ast_function_expression::hir to ast_function.cpp
2010-03-15 Ian RomanickRemove DOA hir_function.c file
2010-03-12 Ian RomanickChange type of function_identifier to silence bison...
2010-03-12 Ian RomanickAdd parameters to function declarations in the correct...
2010-03-11 Ian RomanickInitial pass at resolving function calls
2010-03-11 Ian RomanickDefault function parameters to 'in' instead of auto
2010-03-11 Ian RomanickAdd a handful of simple tests for function calls in...
2010-03-11 Ian RomanickAdd ir_call call to represent function calls.
2010-03-11 Ian RomanickFix broken constructor of ir_instruction base class
2010-03-11 Ian RomanickTrack generation of errors and halt compilation appropr...
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 RomanickIR variable: Initial work to support GLSL built-in...
2010-03-10 Ian RomanickInclude cstdlib to be sure size_t is available
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-10 Ian RomanickFix typeo in gl_FogParameters.scale (was scalre)
2010-03-10 Ian RomanickAST to IR: Mark 'varying' in a vertex shader as 'out'
2010-03-10 Ian Romanickir_variable: Initialize all attribute bits to reasonabl...
2010-03-10 Ian RomanickIR print visitor: Add some support for printing types...
2010-03-10 Ian RomanickIR print visitor: Print assignments
2010-03-10 Ian RomanickAdd assignment side-effect to the instruction stream
2010-03-10 Ian RomanickIR visitor: Add initial version of ir_visitor classes
2010-03-09 Ian RomanickConvert is_glsl_type_matrix to glsl_type::is_matrix
2010-03-09 Ian RomanickConvert is_glsl_type_vector to glsl_type::is_vector
2010-03-09 Ian RomanickConvert is_glsl_type_scalar to glsl_type::is_scalar
2010-03-09 Ian RomanickMake glsl_type a class
2010-03-09 Ian RomanickRemove unused function
2010-03-09 Ian RomanickConver IR structures to use exec_list instead of simple...
2010-03-09 Ian RomanickAdd yet-another linked list type
2010-03-09 Ian RomanickRemove prototypes for *_to_hir functions that no longer...
2010-03-08 Ian RomanickSet C++ indent too.
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-25 Ian RomanickConvert to new interfaces so that it will compile
2010-02-23 Ian RomanickAdd ast_expression_bin subclass of ast_expression
2010-02-23 Ian RomanickIgnore all build products
2010-02-23 Ian RomanickRename .cc files to .cpp
2010-02-22 Ian RomanickInitialize the node structure embedded in the ast_node
2010-02-22 Ian RomanickInitial commit. lol