projects
/
profile
/
ivi
/
mesa.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
profile/ivi/mesa.git
2010-03-31
Ian Romanick
Make ir_function::signatures private
commit
|
commitdiff
|
tree
|
snapshot
2010-03-31
Ian Romanick
Add ir_function::iterator to iterate over function...
commit
|
commitdiff
|
tree
|
snapshot
2010-03-31
Ian Romanick
Use ir_function::add_signature to create link between...
commit
|
commitdiff
|
tree
|
snapshot
2010-03-31
Ian Romanick
Add glsl_type::generate_constructor_prototype
commit
|
commitdiff
|
tree
|
snapshot
2010-03-31
Ian Romanick
Refactor parts of match_function_by_name into process_p...
commit
|
commitdiff
|
tree
|
snapshot
2010-03-31
Ian Romanick
Reject array constructor calls in GLSL 1.10
commit
|
commitdiff
|
tree
|
snapshot
2010-03-31
Ian Romanick
Use ast_type_specifier::glsl_type to get the type of...
commit
|
commitdiff
|
tree
|
snapshot
2010-03-31
Ian Romanick
Move type_specifier_to_glsl_type to ast_type_specifier...
commit
|
commitdiff
|
tree
|
snapshot
2010-03-31
Ian Romanick
More array declaration tests
commit
|
commitdiff
|
tree
|
snapshot
2010-03-31
Ian Romanick
Fix big dumbness in glsl_type::get_array_instance
commit
|
commitdiff
|
tree
|
snapshot
2010-03-31
Ian Romanick
glsl_type array constructor generate a real name for...
commit
|
commitdiff
|
tree
|
snapshot
2010-03-31
Eric Anholt
Test that const declarations include initializers.
commit
|
commitdiff
|
tree
|
snapshot
2010-03-31
Ian Romanick
Reject declarations with 'in' or 'out' qualifiers
commit
|
commitdiff
|
tree
|
snapshot
2010-03-31
Ian Romanick
Add 'in' to some parameters of the function
commit
|
commitdiff
|
tree
|
snapshot
2010-03-31
Ian Romanick
Add some variable declaration qualifier tests
commit
|
commitdiff
|
tree
|
snapshot
2010-03-31
Ian Romanick
Fix comment bug and printf bug in previous commit
commit
|
commitdiff
|
tree
|
snapshot
2010-03-31
Ian Romanick
Require that 'uniform' and 'varying' variables be decla...
commit
|
commitdiff
|
tree
|
snapshot
2010-03-31
Ian Romanick
Slightly refector checks for declarations that must...
commit
|
commitdiff
|
tree
|
snapshot
2010-03-31
Eric Anholt
Implement logical operators.
commit
|
commitdiff
|
tree
|
snapshot
2010-03-31
Eric Anholt
Test that variable names don't use the reserved gl_...
commit
|
commitdiff
|
tree
|
snapshot
2010-03-31
Eric Anholt
Test that discard only appears in the fragment shader.
commit
|
commitdiff
|
tree
|
snapshot
2010-03-31
Eric Anholt
Test that main doesn't take any parameters.
commit
|
commitdiff
|
tree
|
snapshot
2010-03-31
Eric Anholt
Test that a non-void function returns a value.
commit
|
commitdiff
|
tree
|
snapshot
2010-03-31
Eric Anholt
Test that a void function doesn't return a value.
commit
|
commitdiff
|
tree
|
snapshot
2010-03-31
Eric Anholt
Fix unused variable warning.
commit
|
commitdiff
|
tree
|
snapshot
2010-03-31
Ian Romanick
Forbid array comparisons in GLSL 1.10
commit
|
commitdiff
|
tree
|
snapshot
2010-03-30
Ian Romanick
Begin handling array declarations
commit
|
commitdiff
|
tree
|
snapshot
2010-03-30
Ian Romanick
Implement array type handling
commit
|
commitdiff
|
tree
|
snapshot
2010-03-30
Ian Romanick
Add proper wrappers so that C++ code can use hash_table...
commit
|
commitdiff
|
tree
|
snapshot
2010-03-30
Ian Romanick
Initial bits of constant expression evaluator
commit
|
commitdiff
|
tree
|
snapshot
2010-03-30
Ian Romanick
Add some array declaration tests
commit
|
commitdiff
|
tree
|
snapshot
2010-03-30
Ian Romanick
Arrays are not allowed as vertex shader inputs in GLSL...
commit
|
commitdiff
|
tree
|
snapshot
2010-03-30
Ian Romanick
Add several tests for vertex shader attributes
commit
|
commitdiff
|
tree
|
snapshot
2010-03-30
Ian Romanick
Add some checking for vertex shader inputs / attributes
commit
|
commitdiff
|
tree
|
snapshot
2010-03-29
Ian Romanick
Add parser support for texture rectangle types
commit
|
commitdiff
|
tree
|
snapshot
2010-03-29
Ian Romanick
Use call-by-reference for apply_implicit_conversion
commit
|
commitdiff
|
tree
|
snapshot
2010-03-29
Ian Romanick
Apply implicit conversions to ?: operator
commit
|
commitdiff
|
tree
|
snapshot
2010-03-29
Ian Romanick
Apply implicit conversions to equality operators
commit
|
commitdiff
|
tree
|
snapshot
2010-03-29
Ian Romanick
Apply implicit conversions to relational operators
commit
|
commitdiff
|
tree
|
snapshot
2010-03-29
Ian Romanick
Apply implicit conversions to arithmetic operators
commit
|
commitdiff
|
tree
|
snapshot
2010-03-29
Ian Romanick
Add glsl_type::is_array and glsl_type::is_float queries
commit
|
commitdiff
|
tree
|
snapshot
2010-03-29
Ian Romanick
Allow single-component constructors
commit
|
commitdiff
|
tree
|
snapshot
2010-03-29
Ian Romanick
Add tests for :? operator
commit
|
commitdiff
|
tree
|
snapshot
2010-03-29
Ian Romanick
Implement HIR conversion for ?: operator
commit
|
commitdiff
|
tree
|
snapshot
2010-03-29
Ian Romanick
Add generate_temporary to generate an anonymous temporary
commit
|
commitdiff
|
tree
|
snapshot
2010-03-29
Ian Romanick
Implement HIR conversion for ast_nequal and ast_equal
commit
|
commitdiff
|
tree
|
snapshot
2010-03-29
Ian Romanick
Add missing break-statements in ast_expression::hir
commit
|
commitdiff
|
tree
|
snapshot
2010-03-29
Ian Romanick
Implement ir_if (for if-statments) and conversion from AST
commit
|
commitdiff
|
tree
|
snapshot
2010-03-29
Ian Romanick
Add several simple if-statement tests
commit
|
commitdiff
|
tree
|
snapshot
2010-03-29
Ian Romanick
Add a variable to the symbol table after processing...
commit
|
commitdiff
|
tree
|
snapshot
2010-03-29
Ian Romanick
Trivial code cleanup in ir_dereference::is_lvalue
commit
|
commitdiff
|
tree
|
snapshot
2010-03-29
Eric Anholt
Add support for builtin radians() and degrees().
commit
|
commitdiff
|
tree
|
snapshot
2010-03-29
Eric Anholt
Add definitions for 1.10 built-in uniforms for ff state.
commit
|
commitdiff
|
tree
|
snapshot
2010-03-29
Eric Anholt
Don't let swizzles with duplicated components be consid...
commit
|
commitdiff
|
tree
|
snapshot
2010-03-29
Eric Anholt
Reject main() declarations with a non-void return value.
commit
|
commitdiff
|
tree
|
snapshot
2010-03-29
Eric Anholt
Reject variables marked with attribute in the fragment...
commit
|
commitdiff
|
tree
|
snapshot
2010-03-29
Eric Anholt
Add the instruction for the parameter variable declarat...
commit
|
commitdiff
|
tree
|
snapshot
2010-03-29
Eric Anholt
Implement dot() builtin.
commit
|
commitdiff
|
tree
|
snapshot
2010-03-29
Eric Anholt
Implement exp2() and log2(), and make ir_unop_exp and...
commit
|
commitdiff
|
tree
|
snapshot
2010-03-29
Eric Anholt
Implement builtin length() function.
commit
|
commitdiff
|
tree
|
snapshot
2010-03-29
Eric Anholt
Add sqrt() builtin as an IR operation.
commit
|
commitdiff
|
tree
|
snapshot
2010-03-29
Eric Anholt
Add builtin pow() function.
commit
|
commitdiff
|
tree
|
snapshot
2010-03-29
Eric Anholt
Add support for builtin deprecated fs varyings.
commit
|
commitdiff
|
tree
|
snapshot
2010-03-29
Eric Anholt
Implement some binary gentype builtin functions.
commit
|
commitdiff
|
tree
|
snapshot
2010-03-29
Eric Anholt
Implement additional unary gentype builtins.
commit
|
commitdiff
|
tree
|
snapshot
2010-03-29
Eric Anholt
Implement the first builtin function: exp().
commit
|
commitdiff
|
tree
|
snapshot
2010-03-29
Ian Romanick
Generate more correctly diagnostics from some invalid...
commit
|
commitdiff
|
tree
|
snapshot
2010-03-28
Ian Romanick
Initial bits to process initializers in variable declar...
commit
|
commitdiff
|
tree
|
snapshot
2010-03-27
Ian Romanick
Reject uniform initializers in GLSL 1.10 mode
commit
|
commitdiff
|
tree
|
snapshot
2010-03-27
Eric Anholt
Set variables with the sampler base type to read only.
commit
|
commitdiff
|
tree
|
snapshot
2010-03-27
Eric Anholt
Set the var_type for arrays to error_type until it...
commit
|
commitdiff
|
tree
|
snapshot
2010-03-27
Eric Anholt
Add support for ast_to_hir of pre inc/dec.
commit
|
commitdiff
|
tree
|
snapshot
2010-03-27
Eric Anholt
Add support for ast_to_hir of post inc/dec.
commit
|
commitdiff
|
tree
|
snapshot
2010-03-27
Eric Anholt
Make read-only variables not be considered lvalues.
commit
|
commitdiff
|
tree
|
snapshot
2010-03-27
Eric Anholt
Add constructors for immediate hir constants.
commit
|
commitdiff
|
tree
|
snapshot
2010-03-27
Eric Anholt
Add support for %= in ast_to_hir.
commit
|
commitdiff
|
tree
|
snapshot
2010-03-27
Eric Anholt
Factor out assignment setup in ast_to_hir.
commit
|
commitdiff
|
tree
|
snapshot
2010-03-27
Eric Anholt
IR print visitor: Print out something for the operator.
commit
|
commitdiff
|
tree
|
snapshot
2010-03-27
Ian Romanick
IR print visitor: Print expressions a little better
commit
|
commitdiff
|
tree
|
snapshot
2010-03-27
Ian Romanick
Initial implementation of constructor handling code
commit
|
commitdiff
|
tree
|
snapshot
2010-03-27
Ian Romanick
IR print visitor: print function calls
commit
|
commitdiff
|
tree
|
snapshot
2010-03-27
Ian Romanick
Add hack ir_call::callee_name to get the name of the...
commit
|
commitdiff
|
tree
|
snapshot
2010-03-27
Ian Romanick
Be sure to set ir_function_signature::definition for...
commit
|
commitdiff
|
tree
|
snapshot
2010-03-27
Ian Romanick
Add ir_call::iterator to iterate over actual parameters
commit
|
commitdiff
|
tree
|
snapshot
2010-03-27
Ian Romanick
Add missing parenthesis in foreach_iter
commit
|
commitdiff
|
tree
|
snapshot
2010-03-26
Ian Romanick
Add some simple constructor tests
commit
|
commitdiff
|
tree
|
snapshot
2010-03-26
Ian Romanick
Add unary operator to convert unsigned integer to float
commit
|
commitdiff
|
tree
|
snapshot
2010-03-26
Ian Romanick
Slightly change the representation of numeric types
commit
|
commitdiff
|
tree
|
snapshot
2010-03-26
Ian Romanick
Add glsl_type::components to query total number of...
commit
|
commitdiff
|
tree
|
snapshot
2010-03-26
Ian Romanick
Replace remaining use of is_error_type with glsl_type...
commit
|
commitdiff
|
tree
|
snapshot
2010-03-26
Ian Romanick
Replace remaining uses of is_numeric_base_type with...
commit
|
commitdiff
|
tree
|
snapshot
2010-03-26
Ian Romanick
Replace is_integer_base_type macro with glsl_type:...
commit
|
commitdiff
|
tree
|
snapshot
2010-03-26
Ian Romanick
Make glsl_*_type glsl_type class static data
commit
|
commitdiff
|
tree
|
snapshot
2010-03-26
Ian Romanick
Use glsl_type::is_error instead of comparison with...
commit
|
commitdiff
|
tree
|
snapshot
2010-03-26
Kenneth Graunke
Move swizzles out of ir_dereference and into their...
commit
|
commitdiff
|
tree
|
snapshot
2010-03-26
Kenneth Graunke
Add new abstract ir_rvalue class; rework accordingly.
commit
|
commitdiff
|
tree
|
snapshot
2010-03-26
Kenneth Graunke
Replace "mode" type tag with virtual as_foo() downcasti...
commit
|
commitdiff
|
tree
|
snapshot
2010-03-26
Ian Romanick
Merge branch 'anholt'
commit
|
commitdiff
|
tree
|
snapshot
2010-03-26
Ian Romanick
IR print visitor: Finish printing constants
commit
|
commitdiff
|
tree
|
snapshot
2010-03-26
Ian Romanick
IR print visitor: Remove most of the newlines from...
commit
|
commitdiff
|
tree
|
snapshot
next