index
:
android-x86-mesa.git
envsa_r300
froyo-x86
r300
Androïd/x86 port of Mesa drivers
Hugues Hiegel
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2010-04-02
Additional void parameter checks
Ian Romanick
2010-04-02
Require that function formal parameters have names
Ian Romanick
2010-04-02
Make built-in gl_TexCoord available in vertex and fragment shaders
Ian Romanick
2010-04-02
Fix matching of integer function parameters
Ian Romanick
2010-04-02
Add bool/int conversion as IR operations.
Eric Anholt
2010-04-02
Add conversion of bool to float as an IR operation to match int to float.
Eric Anholt
2010-04-02
Add PASS / FAIL annotations to tests missing them.
Eric Anholt
2010-04-02
Test that invalid quailfiers aren't used on variables in GLSL 1.10.
Eric Anholt
2010-04-02
Allow array dereferences to be considered as lvalues.
Eric Anholt
2010-04-02
Test for the type being different in parameter_lists_match.
Eric Anholt
2010-04-02
Add some more operations to ir_constant_expression.cpp.
Eric Anholt
2010-04-02
Make ir_constant_expression.cpp support multi-component types.
Eric Anholt
2010-04-02
Simplify ir_constant_expression.cpp by factoring operand computation out.
Eric Anholt
2010-04-02
Reject non-float varyings.
Eric Anholt
2010-04-02
Remove fake ir_binop_logic_not. I think you meant ir_unop_logic_not.
Eric Anholt
2010-04-02
Handle logic not in constant expression evaluation.
Eric Anholt
2010-04-02
Fix error handling of logic operators.
Eric Anholt
2010-04-02
Emit errors for unfinished ast_to_hir expression operations.
Eric Anholt
2010-04-02
Fix ast_logic_not handling to be unary, not binary.
Eric Anholt
2010-04-02
Add errors for type results of other expressions.
Eric Anholt
2010-04-02
Emit errors from failure in arithmetic_result_type.
Eric Anholt
2010-04-02
Start trying to fill in a few bits of ir_constant_expression.cpp
Eric Anholt
2010-04-02
Compute the constant value of a constant initializer.
Eric Anholt
2010-04-02
Allow initializers of constant values to succeed.
Eric Anholt
2010-04-02
Don't create a parameter declaration for a (void) parameter.
Eric Anholt
2010-04-02
Remove ast_node::type
Ian Romanick
2010-04-01
Track max accessed array element, reject additional out-of-bounds accesses
Ian Romanick
2010-04-01
Begin processing ast_array_index nodes
Ian Romanick
2010-04-01
Fix type handling in ir_dereference array dereference constructor
Ian Romanick
2010-04-01
Allow unsized arrays to be redeclared with a size
Ian Romanick
2010-04-01
Add glsl_type::element_type and glsl_type::array_size queries
Ian Romanick
2010-03-31
Set source locations on AST nodes so error messages print locations.
Kenneth Graunke
2010-03-31
Add ast_function::hir
Ian Romanick
2010-03-31
Fix exec_list::move_nodes_to when the source list is empty
Ian Romanick
2010-03-31
Use ir_variable::clone to copy parameters to the function body
Ian Romanick
2010-03-31
Add ir_variable::clone
Ian Romanick
2010-03-31
Minor cleanups in ast_function_definition::hir
Ian Romanick
2010-03-31
Generate array constructor calls
Ian Romanick
2010-03-31
Add ir_function_signature::function_name
Ian Romanick
2010-03-31
Make ir_function::signatures private
Ian Romanick
2010-03-31
Add ir_function::iterator to iterate over function signatures
Ian Romanick
2010-03-31
Use ir_function::add_signature to create link between function and signature
Ian Romanick
2010-03-31
Add glsl_type::generate_constructor_prototype
Ian Romanick
2010-03-31
Refactor parts of match_function_by_name into process_parameters and process_...
Ian Romanick
2010-03-31
Reject array constructor calls in GLSL 1.10
Ian Romanick
2010-03-31
Use ast_type_specifier::glsl_type to get the type of a constructor
Ian Romanick
2010-03-31
Move type_specifier_to_glsl_type to ast_type_specifier::glsl_type
Ian Romanick
2010-03-31
More array declaration tests
Ian Romanick
2010-03-31
Fix big dumbness in glsl_type::get_array_instance
Ian Romanick
2010-03-31
glsl_type array constructor generate a real name for the type
Ian Romanick
[prev]
[next]