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-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
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
next