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-04-29
Ian Romanick
Reject conflicting struct declarations, generate struct...
commit
|
commitdiff
|
tree
|
snapshot
2010-04-29
Ian Romanick
glsl_type::generate_constructor_prototype now generates...
commit
|
commitdiff
|
tree
|
snapshot
2010-04-29
Ian Romanick
Always return a value from ast_type_specifier::hir
commit
|
commitdiff
|
tree
|
snapshot
2010-04-29
Ian Romanick
Support structures in glsl_type::generate_constructor_p...
commit
|
commitdiff
|
tree
|
snapshot
2010-04-29
Ian Romanick
Implement structures and arrays in ir_dereference:...
commit
|
commitdiff
|
tree
|
snapshot
2010-04-29
Ian Romanick
Ensure that structure fields have non-NULL types
commit
|
commitdiff
|
tree
|
snapshot
2010-04-29
Ian Romanick
Ensure that anonymous structures have non-NULL names
commit
|
commitdiff
|
tree
|
snapshot
2010-04-29
Ian Romanick
Convert structure field dereferences to HIR
commit
|
commitdiff
|
tree
|
snapshot
2010-04-29
Ian Romanick
Add ir_dereference constructor for structure field...
commit
|
commitdiff
|
tree
|
snapshot
2010-04-29
Ian Romanick
Add glsl_type::field_type
commit
|
commitdiff
|
tree
|
snapshot
2010-04-29
Ian Romanick
Begin converting structure definitions to IR
commit
|
commitdiff
|
tree
|
snapshot
2010-04-29
Ian Romanick
Use IDENTIFIER instead of TYPE_NAME for structure names
commit
|
commitdiff
|
tree
|
snapshot
2010-04-29
Kenneth Graunke
ir_reader: Slightly better error message when failing...
commit
|
commitdiff
|
tree
|
snapshot
2010-04-29
Kenneth Graunke
ir_reader: Don't print out the S-Expression.
commit
|
commitdiff
|
tree
|
snapshot
2010-04-29
Kenneth Graunke
ir_reader: Read function calls.
commit
|
commitdiff
|
tree
|
snapshot
2010-04-29
Kenneth Graunke
ir_reader: Replace function prototypes with the definition.
commit
|
commitdiff
|
tree
|
snapshot
2010-04-29
Kenneth Graunke
ir_reader: Fix incorrect error message for expressions.
commit
|
commitdiff
|
tree
|
snapshot
2010-04-29
Kenneth Graunke
Make ir_read_error print out the given S-Expression...
commit
|
commitdiff
|
tree
|
snapshot
2010-04-29
Kenneth Graunke
ir_reader: Fix for swizzles.
commit
|
commitdiff
|
tree
|
snapshot
2010-04-29
Kenneth Graunke
ir_reader: Preliminary work toward reading functions.
commit
|
commitdiff
|
tree
|
snapshot
2010-04-29
Kenneth Graunke
ir_reader: Perform a preliminary pass to scan for funct...
commit
|
commitdiff
|
tree
|
snapshot
2010-04-29
Kenneth Graunke
ir_reader: Don't initialize globals, builtins, or const...
commit
|
commitdiff
|
tree
|
snapshot
2010-04-29
Kenneth Graunke
Make ir_read_error set state->error.
commit
|
commitdiff
|
tree
|
snapshot
2010-04-29
Kenneth Graunke
ir_reader: Add support for "break" and "continue" in...
commit
|
commitdiff
|
tree
|
snapshot
2010-04-29
Kenneth Graunke
ir_reader: Add initial loop support; doesn't yet suppor...
commit
|
commitdiff
|
tree
|
snapshot
2010-04-29
Kenneth Graunke
ir_reader: Add support for reading (var_ref ...) and...
commit
|
commitdiff
|
tree
|
snapshot
2010-04-29
Kenneth Graunke
ir_reader: rvalues are instructions too!
commit
|
commitdiff
|
tree
|
snapshot
2010-04-29
Kenneth Graunke
ir_reader: Add support for reading conditionals: (if...
commit
|
commitdiff
|
tree
|
snapshot
2010-04-29
Kenneth Graunke
ir_reader: Add support for reading array types.
commit
|
commitdiff
|
tree
|
snapshot
2010-04-29
Kenneth Graunke
ir_reader: Add support for reading (return ...)
commit
|
commitdiff
|
tree
|
snapshot
2010-04-29
Kenneth Graunke
ir_reader: Add support for reading variable declarations.
commit
|
commitdiff
|
tree
|
snapshot
2010-04-29
Kenneth Graunke
Partial IR reader.
commit
|
commitdiff
|
tree
|
snapshot
2010-04-29
Kenneth Graunke
Set language_version to 130 (the max currently supporte...
commit
|
commitdiff
|
tree
|
snapshot
2010-04-29
Kenneth Graunke
Add stub ir_reader and new 'i' mode for reading IR...
commit
|
commitdiff
|
tree
|
snapshot
2010-04-29
Kenneth Graunke
Add a simple S-Expression reader and printer.
commit
|
commitdiff
|
tree
|
snapshot
2010-04-28
Kenneth Graunke
Use "neg" when printing/reading unary negation rather...
commit
|
commitdiff
|
tree
|
snapshot
2010-04-28
Kenneth Graunke
Move array of operator strings out of ir_print_visitor...
commit
|
commitdiff
|
tree
|
snapshot
2010-04-28
Kenneth Graunke
Factor out parameter list replacement for later reuse.
commit
|
commitdiff
|
tree
|
snapshot
2010-04-28
Kenneth Graunke
Factor out parameter list matching from ast_function...
commit
|
commitdiff
|
tree
|
snapshot
2010-04-28
Kenneth Graunke
Factor out qualifier checking code for later reuse.
commit
|
commitdiff
|
tree
|
snapshot
2010-04-28
Kenneth Graunke
ir_print_visitor: Re-parenthesize ir_call output.
commit
|
commitdiff
|
tree
|
snapshot
2010-04-28
Kenneth Graunke
ir_print_visitor: Print return type of ir_function_sign...
commit
|
commitdiff
|
tree
|
snapshot
2010-04-28
Kenneth Graunke
ir_print_visitor: Print (constant bool (1)) instead...
commit
|
commitdiff
|
tree
|
snapshot
2010-04-28
Kenneth Graunke
ir_print_visitor: Remove unnecessary parens around...
commit
|
commitdiff
|
tree
|
snapshot
2010-04-28
Kenneth Graunke
ir_print_visitor: Remove unnecessary parens around...
commit
|
commitdiff
|
tree
|
snapshot
2010-04-28
Kenneth Graunke
ir_print_visitor: Fix unclosed parenthesis in (call...
commit
|
commitdiff
|
tree
|
snapshot
2010-04-28
Kenneth Graunke
ir_print_visitor: Fix unclosed parenthesis in (assign ...
commit
|
commitdiff
|
tree
|
snapshot
2010-04-28
Kenneth Graunke
Add parens around printed IR so it's an official list...
commit
|
commitdiff
|
tree
|
snapshot
2010-04-28
Kenneth Graunke
ir_print_visitor: Remove unnecessary parenthesis around...
commit
|
commitdiff
|
tree
|
snapshot
2010-04-28
Kenneth Graunke
Refactor ir_expression::get_num_operands.
commit
|
commitdiff
|
tree
|
snapshot
2010-04-28
Kenneth Graunke
ir_print_visitor: print the type of expressions.
commit
|
commitdiff
|
tree
|
snapshot
2010-04-28
Kenneth Graunke
ir_print_visitor: Remove unnecessary parenthesis around...
commit
|
commitdiff
|
tree
|
snapshot
2010-04-28
Kenneth Graunke
Print full type for ir_constant instead of base and...
commit
|
commitdiff
|
tree
|
snapshot
2010-04-26
Ian Romanick
Implement gl_TextureMatrix built-in uniform
commit
|
commitdiff
|
tree
|
snapshot
2010-04-26
Ian Romanick
Make private glsl_type singletons public
commit
|
commitdiff
|
tree
|
snapshot
2010-04-26
Ian Romanick
Initial implementation of #line
commit
|
commitdiff
|
tree
|
snapshot
2010-04-23
Eric Anholt
builtin_functions: Clean up compiler warning about...
commit
|
commitdiff
|
tree
|
snapshot
2010-04-23
Eric Anholt
De-obfuscate some of builtin_types.h.
commit
|
commitdiff
|
tree
|
snapshot
2010-04-23
Eric Anholt
ir_function_inlining: Implement inlining in many more...
commit
|
commitdiff
|
tree
|
snapshot
2010-04-23
Eric Anholt
Put static pointers to vec[234]_types along with the...
commit
|
commitdiff
|
tree
|
snapshot
2010-04-23
Eric Anholt
Replace builtin_types.h generation with the generated...
commit
|
commitdiff
|
tree
|
snapshot
2010-04-23
Eric Anholt
Fix the swizzling of vector constructors from scalars.
commit
|
commitdiff
|
tree
|
snapshot
2010-04-23
Eric Anholt
ir_function_inlining: Avoid NULL dereference on assignm...
commit
|
commitdiff
|
tree
|
snapshot
2010-04-23
Ian Romanick
Zero-out the entire parser state structure at initializ...
commit
|
commitdiff
|
tree
|
snapshot
2010-04-23
Ian Romanick
Add missing 'else's to fix extension processing
commit
|
commitdiff
|
tree
|
snapshot
2010-04-22
Kenneth Graunke
Fix illegal (var_ref (array_ref ...)) in matrix constru...
commit
|
commitdiff
|
tree
|
snapshot
2010-04-22
Kenneth Graunke
Actually emit temp declaration in vector comparison...
commit
|
commitdiff
|
tree
|
snapshot
2010-04-21
Kenneth Graunke
Fix ir_dead_code for function refactoring.
commit
|
commitdiff
|
tree
|
snapshot
2010-04-21
Kenneth Graunke
Emit body for constructors in the right place.
commit
|
commitdiff
|
tree
|
snapshot
2010-04-21
Kenneth Graunke
Remove ir_label since it is no longer used.
commit
|
commitdiff
|
tree
|
snapshot
2010-04-21
Kenneth Graunke
Refactor IR function representation.
commit
|
commitdiff
|
tree
|
snapshot
2010-04-21
Kenneth Graunke
Use ir_function_signature::function_name() rather than...
commit
|
commitdiff
|
tree
|
snapshot
2010-04-21
Kenneth Graunke
Ensure that both parameter lists are the same length...
commit
|
commitdiff
|
tree
|
snapshot
2010-04-21
Ian Romanick
Add missing break statement
commit
|
commitdiff
|
tree
|
snapshot
2010-04-19
Eric Anholt
Remove dead code assignments and variable declarations.
commit
|
commitdiff
|
tree
|
snapshot
2010-04-19
Eric Anholt
Mark some variables as having usage beyond the shader...
commit
|
commitdiff
|
tree
|
snapshot
2010-04-16
Ian Romanick
While-loops also start a new scope.
commit
|
commitdiff
|
tree
|
snapshot
2010-04-16
Eric Anholt
Avoid generating ir_if for &&, || short-circuiting...
commit
|
commitdiff
|
tree
|
snapshot
2010-04-16
Eric Anholt
Add support for inlining calls done inside of expressions.
commit
|
commitdiff
|
tree
|
snapshot
2010-04-16
Eric Anholt
Make && and || only evaluate the RHS when the LHS requi...
commit
|
commitdiff
|
tree
|
snapshot
2010-04-15
Eric Anholt
Add an ir_if simplification pass.
commit
|
commitdiff
|
tree
|
snapshot
2010-04-14
Eric Anholt
Check that the return type of function definition match...
commit
|
commitdiff
|
tree
|
snapshot
2010-04-14
Eric Anholt
Check that function definition parameter qualifiers...
commit
|
commitdiff
|
tree
|
snapshot
2010-04-14
Eric Anholt
Return the rvalue of a variable decl to fix while ...
commit
|
commitdiff
|
tree
|
snapshot
2010-04-14
Eric Anholt
Fix the type of gl_FogFragCoord.
commit
|
commitdiff
|
tree
|
snapshot
2010-04-08
Eric Anholt
Add an implementation of gentype-only clamp().
commit
|
commitdiff
|
tree
|
snapshot
2010-04-08
Eric Anholt
Add builtin implementations of vector comparison functions.
commit
|
commitdiff
|
tree
|
snapshot
2010-04-08
Eric Anholt
Add support for builtin gentype mix(gentype a, gentype b)
commit
|
commitdiff
|
tree
|
snapshot
2010-04-08
Eric Anholt
Add buitlin functions for any(), all(), not().
commit
|
commitdiff
|
tree
|
snapshot
2010-04-08
Eric Anholt
Add builtin normalize() functions.
commit
|
commitdiff
|
tree
|
snapshot
2010-04-08
Eric Anholt
Repeat the optimization passes until we stop making...
commit
|
commitdiff
|
tree
|
snapshot
2010-04-08
Eric Anholt
Add inlining support for array dereferences.
commit
|
commitdiff
|
tree
|
snapshot
2010-04-08
Eric Anholt
Inline functions consisting of a return of an expression.
commit
|
commitdiff
|
tree
|
snapshot
2010-04-08
Ian Romanick
Remove extraneous base-class constructor calls
commit
|
commitdiff
|
tree
|
snapshot
2010-04-08
Eric Anholt
Make function bodies rely on the parameter variable...
commit
|
commitdiff
|
tree
|
snapshot
2010-04-08
Eric Anholt
Make dot() take the right number of args.
commit
|
commitdiff
|
tree
|
snapshot
2010-04-08
Eric Anholt
Fix the returns of builtin functions to actually return.
commit
|
commitdiff
|
tree
|
snapshot
2010-04-08
Eric Anholt
Put function bodies under function signatures, instead...
commit
|
commitdiff
|
tree
|
snapshot
2010-04-08
Eric Anholt
Clarify the types of various exec_list in ir.h
commit
|
commitdiff
|
tree
|
snapshot
2010-04-08
Ian Romanick
Treat texture rectangles as an extension that is enable...
commit
|
commitdiff
|
tree
|
snapshot
next