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
path:
root
/
ast_to_hir.cpp
Age
Commit message (
Expand
)
Author
2010-03-29
Add a variable to the symbol table after processing the initializer
Ian Romanick
2010-03-29
Reject main() declarations with a non-void return value.
Eric Anholt
2010-03-29
Reject variables marked with attribute in the fragment shader.
Eric Anholt
2010-03-29
Implement the first builtin function: exp().
Eric Anholt
2010-03-28
Generate more correctly diagnostics from some invalid initializers
Ian Romanick
2010-03-27
Initial bits to process initializers in variable declarations
Ian Romanick
2010-03-26
Reject uniform initializers in GLSL 1.10 mode
Ian Romanick
2010-03-26
Set the var_type for arrays to error_type until it's implemented.
Eric Anholt
2010-03-26
Add support for ast_to_hir of pre inc/dec.
Eric Anholt
2010-03-26
Add support for ast_to_hir of post inc/dec.
Eric Anholt
2010-03-26
Add support for %= in ast_to_hir.
Eric Anholt
2010-03-26
Factor out assignment setup in ast_to_hir.
Eric Anholt
2010-03-26
Replace remaining use of is_error_type with glsl_type::is_error
Ian Romanick
2010-03-26
Replace remaining uses of is_numeric_base_type with glsl_type::is_numeric
Ian Romanick
2010-03-26
Replace is_integer_base_type macro with glsl_type::is_integer method
Ian Romanick
2010-03-26
Make glsl_*_type glsl_type class static data
Ian Romanick
2010-03-26
Use glsl_type::is_error instead of comparison with glsl_error_type pointer
Ian Romanick
2010-03-26
Move swizzles out of ir_dereference and into their own class.
Kenneth Graunke
2010-03-26
Add new abstract ir_rvalue class; rework accordingly.
Kenneth Graunke
2010-03-26
Replace "mode" type tag with virtual as_foo() downcasting functions.
Kenneth Graunke
2010-03-25
Merge branch 'anholt'
Ian Romanick
2010-03-25
Fix assignment operators: *=, /=, +=, -=.
Eric Anholt
2010-03-25
Before generating HIR for user code, generate constructors for built-in types
Ian Romanick
2010-03-25
Use glsl_type::row_type and glsl_type::column type in arithmetic_result_type
Ian Romanick
2010-03-24
Replace several field comparisons with a single pointer comparison
Ian Romanick
2010-03-24
Use glsl_type::get_instance instead of symbol table look-up
Ian Romanick
2010-03-24
Replace accesses to glsl_type data with query functions
Ian Romanick
2010-03-23
ir_function constructor now takes the function name as a parameter
Ian Romanick
2010-03-23
Add *some* type checking for assignments
Ian Romanick
2010-03-23
Disallow passing NULL for state to _mesa_glsl_error
Ian Romanick
2010-03-23
Fix typographical errors of "FINISHME"
Ian Romanick
2010-03-23
Generate an error for variables declared with type void
Ian Romanick
2010-03-23
Set, and require, a return type for function signatures
Ian Romanick
2010-03-19
Track the function that is currently being defined
Ian Romanick
2010-03-19
Initial bits for converting AST return nodes to IR return instructions
Ian Romanick
2010-03-19
Use glsl_symbol_table::name_declared_this_scope
Ian Romanick
2010-03-19
Use glsl_symbol_table instead of using _mesa_symbol_table directly
Ian Romanick
2010-03-15
Ensure that ast_type always has type_name set
Ian Romanick
2010-03-15
Move ast_function_expression::hir to ast_function.cpp
Ian Romanick
2010-03-11
Initial pass at resolving function calls
Ian Romanick
2010-03-11
Default function parameters to 'in' instead of auto
Ian Romanick
2010-03-11
Add ir_call call to represent function calls.
Ian Romanick
2010-03-10
Make ast_function_expression subclass of ast_expression
Ian Romanick
2010-03-10
IR variable: Initial work to support GLSL built-in variables
Ian Romanick
2010-03-10
Move top-level AST to HIR conversion to _mesa_ast_to_hir
Ian Romanick
2010-03-10
AST to IR: Mark 'varying' in a vertex shader as 'out'
Ian Romanick
2010-03-09
Add assignment side-effect to the instruction stream
Ian Romanick
2010-03-09
Convert is_glsl_type_matrix to glsl_type::is_matrix
Ian Romanick
2010-03-09
Convert is_glsl_type_vector to glsl_type::is_vector
Ian Romanick
2010-03-09
Convert is_glsl_type_scalar to glsl_type::is_scalar
Ian Romanick
[next]