OSDN Git Service

android-x86/external-mesa.git
2010-03-29 Ian RomanickAdd glsl_type::is_array and glsl_type::is_float queries
2010-03-29 Ian RomanickAllow single-component constructors
2010-03-29 Ian RomanickAdd tests for :? operator
2010-03-29 Ian RomanickImplement HIR conversion for ?: operator
2010-03-29 Ian RomanickAdd generate_temporary to generate an anonymous temporary
2010-03-29 Ian RomanickImplement HIR conversion for ast_nequal and ast_equal
2010-03-29 Ian RomanickAdd missing break-statements in ast_expression::hir
2010-03-29 Ian RomanickImplement ir_if (for if-statments) and conversion from AST
2010-03-29 Ian RomanickAdd several simple if-statement tests
2010-03-29 Ian RomanickAdd a variable to the symbol table after processing...
2010-03-29 Ian RomanickTrivial code cleanup in ir_dereference::is_lvalue
2010-03-29 Eric AnholtAdd support for builtin radians() and degrees().
2010-03-29 Eric AnholtAdd definitions for 1.10 built-in uniforms for ff state.
2010-03-29 Eric AnholtDon't let swizzles with duplicated components be consid...
2010-03-29 Eric AnholtReject main() declarations with a non-void return value.
2010-03-29 Eric AnholtReject variables marked with attribute in the fragment...
2010-03-29 Eric AnholtAdd the instruction for the parameter variable declarat...
2010-03-29 Eric AnholtImplement dot() builtin.
2010-03-29 Eric AnholtImplement exp2() and log2(), and make ir_unop_exp and...
2010-03-29 Eric AnholtImplement builtin length() function.
2010-03-29 Eric AnholtAdd sqrt() builtin as an IR operation.
2010-03-29 Eric AnholtAdd builtin pow() function.
2010-03-29 Eric AnholtAdd support for builtin deprecated fs varyings.
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...
next