profile/ivi/mesa.git
2010-03-29 Eric AnholtImplement some binary gentype builtin functions.
2010-03-29 Eric AnholtImplement additional unary gentype builtins.
2010-03-29 Eric AnholtImplement the first builtin function: exp().
2010-03-29 Ian RomanickGenerate more correctly diagnostics from some invalid...
2010-03-28 Ian RomanickInitial bits to process initializers in variable declar...
2010-03-27 Ian RomanickReject uniform initializers in GLSL 1.10 mode
2010-03-27 Eric AnholtSet variables with the sampler base type to read only.
2010-03-27 Eric AnholtSet the var_type for arrays to error_type until it...
2010-03-27 Eric AnholtAdd support for ast_to_hir of pre inc/dec.
2010-03-27 Eric AnholtAdd support for ast_to_hir of post inc/dec.
2010-03-27 Eric AnholtMake read-only variables not be considered lvalues.
2010-03-27 Eric AnholtAdd constructors for immediate hir constants.
2010-03-27 Eric AnholtAdd support for %= in ast_to_hir.
2010-03-27 Eric AnholtFactor out assignment setup in ast_to_hir.
2010-03-27 Eric AnholtIR print visitor: Print out something for the operator.
2010-03-27 Ian RomanickIR print visitor: Print expressions a little better
2010-03-27 Ian RomanickInitial implementation of constructor handling code
2010-03-27 Ian RomanickIR print visitor: print function calls
2010-03-27 Ian RomanickAdd hack ir_call::callee_name to get the name of the...
2010-03-27 Ian RomanickBe sure to set ir_function_signature::definition for...
2010-03-27 Ian RomanickAdd ir_call::iterator to iterate over actual parameters
2010-03-27 Ian RomanickAdd missing parenthesis in foreach_iter
2010-03-26 Ian RomanickAdd some simple constructor tests
2010-03-26 Ian RomanickAdd unary operator to convert unsigned integer to float
2010-03-26 Ian RomanickSlightly change the representation of numeric types
2010-03-26 Ian RomanickAdd glsl_type::components to query total number of...
2010-03-26 Ian RomanickReplace remaining use of is_error_type with glsl_type...
2010-03-26 Ian RomanickReplace remaining uses of is_numeric_base_type with...
2010-03-26 Ian RomanickReplace is_integer_base_type macro with glsl_type:...
2010-03-26 Ian RomanickMake glsl_*_type glsl_type class static data
2010-03-26 Ian RomanickUse glsl_type::is_error instead of comparison with...
2010-03-26 Kenneth GraunkeMove swizzles out of ir_dereference and into their...
2010-03-26 Kenneth GraunkeAdd new abstract ir_rvalue class; rework accordingly.
2010-03-26 Kenneth GraunkeReplace "mode" type tag with virtual as_foo() downcasti...
2010-03-26 Ian RomanickMerge branch 'anholt'
2010-03-26 Ian RomanickIR print visitor: Finish printing constants
2010-03-26 Ian RomanickIR print visitor: Remove most of the newlines from...
2010-03-26 Ian RomanickIR print visitor: print expressions
2010-03-26 Ian RomanickIR print visitor: print ir_dereference instructions
2010-03-26 Ian RomanickIR print visitor: Less newlines when printing ir_variables
2010-03-26 Eric AnholtFix assignment operators: *=, /=, +=, -=.
2010-03-26 Ian RomanickBefore generating HIR for user code, generate construct...
2010-03-26 Ian RomanickAdd dereference constructor for array element dereferences
2010-03-25 Ian RomanickAdd functions to generate constructors for built-in...
2010-03-25 Eric AnholtFix up the operator printing for the logic or and beyon...
2010-03-25 Ian RomanickMerge branch 'anholt'
2010-03-25 Eric AnholtSet up fragment shader builtin variables.
2010-03-25 Eric AnholtMake the standalone parser return an exit code so we...
2010-03-25 Ian RomanickMore matrix compilation tests
2010-03-25 Ian RomanickMerge branch 'kwg'
2010-03-25 Ian RomanickFix matrix dimensioning
2010-03-25 Ian RomanickUse glsl_type::row_type and glsl_type::column type...
2010-03-25 Ian RomanickReplace several glsl_type field comparisons with a...
2010-03-25 Ian RomanickAdd queries to get the glsl_type of a row or column...
2010-03-25 Kenneth GraunkeWiden num_components to handle vec4 correctly.
2010-03-25 Kenneth GraunkeTypo fixes: de/re/ference.
2010-03-25 Ian RomanickReplace several field comparisons with a single pointer...
2010-03-25 Ian RomanickRemove unused _mesa_glsl_get_vector_type
2010-03-25 Ian RomanickUse glsl_type::get_instance instead of _mesa_glsl_get_v...
2010-03-25 Ian RomanickUse glsl_type::get_instance instead of symbol table...
2010-03-25 Ian RomanickAdd some matrix math tests
2010-03-25 Ian RomanickAdd glsl_type::get_instance method
2010-03-25 Ian RomanickReplace accesses to glsl_type data with query functions
2010-03-25 Ian RomanickAdd class-private handles to matrix types in glsl_type
2010-03-24 Ian RomanickFix typo in swizzle processing loop
2010-03-24 Ian RomanickTrivial cleanups in generate_swizzle
2010-03-24 Ian RomanickUse ir_dereference::set_swizzle
2010-03-24 Ian RomanickAdd method to set the swizzle of an ir_dereference
2010-03-24 Ian RomanickAllow duplicate symbols at the same scope that are...
2010-03-24 Ian RomanickMerge branch 'anholt'
2010-03-24 Ian RomanickAdd (negative) test for constructing samplers
2010-03-24 Ian Romanickir_function constructor now takes the function name...
2010-03-24 Ian RomanickAdd glsl_type::get_base_type query
2010-03-24 Ian RomanickAdd glsl_type::is_numeric and glsl_type::is_boolean...
2010-03-23 Ian RomanickBegin processing constructors
2010-03-23 Ian RomanickAdd query to determine whether a type is a sampler
2010-03-23 Ian RomanickAdd test for invalid assignment of function return...
2010-03-23 Ian RomanickAdd *some* type checking for assignments
2010-03-23 Ian RomanickDisallow passing NULL for state to _mesa_glsl_error
2010-03-23 Ian RomanickFix typographical errors of "FINISHME"
2010-03-23 Eric AnholtInclude other generated sources in BUILT_SOURCES.
2010-03-23 Eric AnholtUse bash for the built file generation since builtin_ty...
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
next