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-06-01
Eric Anholt
ir_constant_expression: Handle several floating point...
commit
|
commitdiff
|
tree
|
snapshot
2010-06-01
Eric Anholt
ir_constant_variable: New pass to mark constant-assigne...
commit
|
commitdiff
|
tree
|
snapshot
2010-06-01
Eric Anholt
ir_constant_folding: Look at instructions in functions.
commit
|
commitdiff
|
tree
|
snapshot
2010-06-01
Eric Anholt
ir_swizzle_swizzle: Reduce swizzle chains to a single...
commit
|
commitdiff
|
tree
|
snapshot
2010-06-01
Eric Anholt
ir_vec_index_to_swizzle: Pass to convert indexing of...
commit
|
commitdiff
|
tree
|
snapshot
2010-06-01
Eric Anholt
ir_expression_flattening: Handle flattening values...
commit
|
commitdiff
|
tree
|
snapshot
2010-06-01
Eric Anholt
ir_expression_flattening: Fix breakage from hierarchich...
commit
|
commitdiff
|
tree
|
snapshot
2010-05-27
Ian Romanick
Reimplement ir_function_inlining_visitor using ir_hiera...
commit
|
commitdiff
|
tree
|
snapshot
2010-05-27
Ian Romanick
Reimplement ir_copy_propagation_visitor using ir_hierar...
commit
|
commitdiff
|
tree
|
snapshot
2010-05-26
Ian Romanick
Reimplement ir_expression_flattening_visitor using...
commit
|
commitdiff
|
tree
|
snapshot
2010-05-26
Kenneth Graunke
ir_reader: Read record_refs.
commit
|
commitdiff
|
tree
|
snapshot
2010-05-26
Kenneth Graunke
ir_reader: Fix reading of array deferences and correct...
commit
|
commitdiff
|
tree
|
snapshot
2010-05-26
Ian Romanick
Fix setting the maximum accessed array element
commit
|
commitdiff
|
tree
|
snapshot
2010-05-26
Ian Romanick
ir_dereference::mode is no longer used, kill with fire
commit
|
commitdiff
|
tree
|
snapshot
2010-05-26
Ian Romanick
Refactor whole-variable assigment checking into member...
commit
|
commitdiff
|
tree
|
snapshot
2010-05-26
Ian Romanick
Refactor ir_dereference data fields to subclasses
commit
|
commitdiff
|
tree
|
snapshot
2010-05-26
Ian Romanick
Replace open coded deref navigation with hierarchical...
commit
|
commitdiff
|
tree
|
snapshot
2010-05-26
Ian Romanick
Refactor ir_dereference support for ir_visitor
commit
|
commitdiff
|
tree
|
snapshot
2010-05-26
Ian Romanick
Refactor ir_dereference support for ir_hierarchical_visitor
commit
|
commitdiff
|
tree
|
snapshot
2010-05-26
Ian Romanick
Begin refactoring ir_dereference
commit
|
commitdiff
|
tree
|
snapshot
2010-05-18
Ian Romanick
Use ir_rvalue::variable_referenced instead of open...
commit
|
commitdiff
|
tree
|
snapshot
2010-05-17
Ian Romanick
ir_visit_tree is no longer used, remove ir_visit_tree...
commit
|
commitdiff
|
tree
|
snapshot
2010-05-17
Ian Romanick
Reimplement kill_for_derefs using ir_hierarchical_vistor
commit
|
commitdiff
|
tree
|
snapshot
2010-05-17
Ian Romanick
Reimplement has_call_callback using ir_hierarchical_vistor
commit
|
commitdiff
|
tree
|
snapshot
2010-05-17
Ian Romanick
Reimplement ir_if_simplicifation_visitor using ir_hiera...
commit
|
commitdiff
|
tree
|
snapshot
2010-05-17
Ian Romanick
Make visit_list_elements safe against node removals
commit
|
commitdiff
|
tree
|
snapshot
2010-05-17
Ian Romanick
Reimplement ir_function_can_inline_visitor using ir_hie...
commit
|
commitdiff
|
tree
|
snapshot
2010-05-17
Ian Romanick
Reimplement ir_dead_code_visitor using ir_hierarchical_...
commit
|
commitdiff
|
tree
|
snapshot
2010-05-17
Ian Romanick
Add ir_hierarchical_visitor base class and associated...
commit
|
commitdiff
|
tree
|
snapshot
2010-05-17
Ian Romanick
Replace find_dead_code with visit_exec_list
commit
|
commitdiff
|
tree
|
snapshot
2010-05-15
Ian Romanick
Use ir_rvalue::variable_referenced instead of open...
commit
|
commitdiff
|
tree
|
snapshot
2010-05-15
Ian Romanick
Add ir_rvalue::variable_referenced
commit
|
commitdiff
|
tree
|
snapshot
2010-05-14
Kenneth Graunke
Refresh autogenerated builtin_function.cpp.
commit
|
commitdiff
|
tree
|
snapshot
2010-05-14
Kenneth Graunke
Implement "tan" builtin.
commit
|
commitdiff
|
tree
|
snapshot
2010-05-14
Kenneth Graunke
Implement "sin" and "cos" builtins via new expression...
commit
|
commitdiff
|
tree
|
snapshot
2010-05-14
Kenneth Graunke
Implement "cross" builtin.
commit
|
commitdiff
|
tree
|
snapshot
2010-05-14
Kenneth Graunke
Implement "fract" builtin.
commit
|
commitdiff
|
tree
|
snapshot
2010-05-14
Kenneth Graunke
Implement "sign" builtin via a new expression operator.
commit
|
commitdiff
|
tree
|
snapshot
2010-05-14
Kenneth Graunke
Implement "smoothstep" builtin.
commit
|
commitdiff
|
tree
|
snapshot
2010-05-14
Kenneth Graunke
Implement "step" builtin.
commit
|
commitdiff
|
tree
|
snapshot
2010-05-14
Kenneth Graunke
Integrate generate_builtins.pl into the build process.
commit
|
commitdiff
|
tree
|
snapshot
2010-05-14
Kenneth Graunke
Replace old builtin_function.cpp with new autogenerated...
commit
|
commitdiff
|
tree
|
snapshot
2010-05-14
Kenneth Graunke
Add a perl script to generate builtin_function.cpp.
commit
|
commitdiff
|
tree
|
snapshot
2010-05-14
Kenneth Graunke
Fix bogus expression typing in various builtins.
commit
|
commitdiff
|
tree
|
snapshot
2010-05-14
Kenneth Graunke
Initial commit of IR for builtins.
commit
|
commitdiff
|
tree
|
snapshot
2010-05-14
Kenneth Graunke
ir_reader: Set function signatures as defined.
commit
|
commitdiff
|
tree
|
snapshot
2010-05-14
Eric Anholt
FS gl_FragCoord and and gl_FrontFacing are FS ins,...
commit
|
commitdiff
|
tree
|
snapshot
2010-05-14
Ian Romanick
Fix function call parameter printer to omit extraneous...
commit
|
commitdiff
|
tree
|
snapshot
2010-05-11
Ian Romanick
Replace many uses of foreach_list with foreach_list_typed
commit
|
commitdiff
|
tree
|
snapshot
2010-05-11
Ian Romanick
exec_list: Add foreach_list_typed and foreach_list_type...
commit
|
commitdiff
|
tree
|
snapshot
2010-05-10
Ian Romanick
Convert ast_node use of simple_node to exec_list and...
commit
|
commitdiff
|
tree
|
snapshot
2010-05-10
Ian Romanick
exec_list: Add simpler exec_list for-each macros
commit
|
commitdiff
|
tree
|
snapshot
2010-05-10
Ian Romanick
exec_list: Add macros to get ptr to structure containin...
commit
|
commitdiff
|
tree
|
snapshot
2010-05-10
Ian Romanick
Loop bodies, then-statements, and else-statements are...
commit
|
commitdiff
|
tree
|
snapshot
2010-05-10
Ian Romanick
Remove unnecessary include of simple_list.h
commit
|
commitdiff
|
tree
|
snapshot
2010-05-10
Ian Romanick
Store AST function call parameters in expressions
commit
|
commitdiff
|
tree
|
snapshot
2010-05-05
Eric Anholt
Move optimization pass prototypes to a single header.
commit
|
commitdiff
|
tree
|
snapshot
2010-05-05
Eric Anholt
ir_dead_code_local: Remove redundant assignments within...
commit
|
commitdiff
|
tree
|
snapshot
2010-05-05
Eric Anholt
ir_visit_tree: Make sure we visit dereference targets...
commit
|
commitdiff
|
tree
|
snapshot
2010-05-05
Eric Anholt
ir_copy_propagation: Fix up the doxygen about the file.
commit
|
commitdiff
|
tree
|
snapshot
2010-05-05
Eric Anholt
ir_copy_propagation: Return true if we optimized out...
commit
|
commitdiff
|
tree
|
snapshot
2010-05-05
Eric Anholt
ir_copy_propagation: Handle swizzles and array derefs...
commit
|
commitdiff
|
tree
|
snapshot
2010-05-05
Eric Anholt
ir_copy_propagation: New pass to rewrite dereferences...
commit
|
commitdiff
|
tree
|
snapshot
2010-05-04
Eric Anholt
ir_to_mesa.cpp: Fix missing types on some ir_swizzles.
commit
|
commitdiff
|
tree
|
snapshot
2010-05-03
Eric Anholt
Remove the pedantic C junk.
commit
|
commitdiff
|
tree
|
snapshot
2010-05-03
Eric Anholt
Store warnings and errors in a parser state infolog.
commit
|
commitdiff
|
tree
|
snapshot
2010-05-03
Eric Anholt
Quiet warnings about ir_shader not being handled in...
commit
|
commitdiff
|
tree
|
snapshot
2010-05-03
Eric Anholt
Use the AM_SILENT_RULES when available.
commit
|
commitdiff
|
tree
|
snapshot
2010-05-03
Eric Anholt
glsl_lexer: Quiet warning about unused unput().
commit
|
commitdiff
|
tree
|
snapshot
2010-05-03
Ian Romanick
Merge branch 'fixes'
commit
|
commitdiff
|
tree
|
snapshot
2010-05-01
Kenneth Graunke
Use %p rather than %08x when printing pointers to fix...
commit
|
commitdiff
|
tree
|
snapshot
2010-05-01
Kenneth Graunke
Fix ir_return cloning to actually use the cloned subexp...
commit
|
commitdiff
|
tree
|
snapshot
2010-05-01
Kenneth Graunke
Fix incorrect comments in function inliner.
commit
|
commitdiff
|
tree
|
snapshot
2010-04-29
Eric Anholt
ir_dead_code: Fix segfault on handling a return stateme...
commit
|
commitdiff
|
tree
|
snapshot
2010-04-29
Ian Romanick
Track and print user defined structure types
commit
|
commitdiff
|
tree
|
snapshot
2010-04-29
Ian Romanick
IR print visitor: Move logic for printing the whole...
commit
|
commitdiff
|
tree
|
snapshot
2010-04-29
Ian Romanick
IR print visitor: Just print the name of structures
commit
|
commitdiff
|
tree
|
snapshot
2010-04-29
Eric Anholt
ir_function_inlining: Handle inlining of structure...
commit
|
commitdiff
|
tree
|
snapshot
2010-04-29
Eric Anholt
Correctly handle remapping of array dereferences if...
commit
|
commitdiff
|
tree
|
snapshot
2010-04-29
Ian Romanick
Begin handling some varieties of invalid declarations
commit
|
commitdiff
|
tree
|
snapshot
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
next