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
Age
Commit message (
Expand
)
Author
2010-05-14
Integrate generate_builtins.pl into the build process.
Kenneth Graunke
2010-05-14
Replace old builtin_function.cpp with new autogenerated one.
Kenneth Graunke
2010-05-14
Add a perl script to generate builtin_function.cpp.
Kenneth Graunke
2010-05-14
Fix bogus expression typing in various builtins.
Kenneth Graunke
2010-05-14
Initial commit of IR for builtins.
Kenneth Graunke
2010-05-14
ir_reader: Set function signatures as defined.
Kenneth Graunke
2010-05-14
FS gl_FragCoord and and gl_FrontFacing are FS ins, not outs.
Eric Anholt
2010-05-14
Fix function call parameter printer to omit extraneous leading comma
Ian Romanick
2010-05-10
Replace many uses of foreach_list with foreach_list_typed
Ian Romanick
2010-05-10
exec_list: Add foreach_list_typed and foreach_list_typed_const
Ian Romanick
2010-05-10
Convert ast_node use of simple_node to exec_list and exec_node
Ian Romanick
2010-05-10
exec_list: Add simpler exec_list for-each macros
Ian Romanick
2010-05-10
exec_list: Add macros to get ptr to structure containing a node
Ian Romanick
2010-05-10
Loop bodies, then-statements, and else-statements are not lists
Ian Romanick
2010-05-10
Remove unnecessary include of simple_list.h
Ian Romanick
2010-05-10
Store AST function call parameters in expressions
Ian Romanick
2010-05-05
Move optimization pass prototypes to a single header.
Eric Anholt
2010-05-05
ir_dead_code_local: Remove redundant assignments within basic blocks.
Eric Anholt
2010-05-05
ir_visit_tree: Make sure we visit dereference targets, too.
Eric Anholt
2010-05-05
ir_copy_propagation: Fix up the doxygen about the file.
Eric Anholt
2010-05-05
ir_copy_propagation: Return true if we optimized out any assignments.
Eric Anholt
2010-05-05
ir_copy_propagation: Handle swizzles and array derefs on LHS of assign.
Eric Anholt
2010-05-04
ir_copy_propagation: New pass to rewrite dereferences to avoid copies.
Eric Anholt
2010-05-03
ir_to_mesa.cpp: Fix missing types on some ir_swizzles.
Eric Anholt
2010-05-03
Remove the pedantic C junk.
Eric Anholt
2010-05-03
Store warnings and errors in a parser state infolog.
Eric Anholt
2010-05-03
Quiet warnings about ir_shader not being handled in places it's not needed.
Eric Anholt
2010-05-03
Use the AM_SILENT_RULES when available.
Eric Anholt
2010-05-03
glsl_lexer: Quiet warning about unused unput().
Eric Anholt
2010-05-03
Merge branch 'fixes'
Ian Romanick
2010-05-01
Use %p rather than %08x when printing pointers to fix compile.
Kenneth Graunke
2010-05-01
Fix ir_return cloning to actually use the cloned subexpression.
Kenneth Graunke
2010-04-30
Fix incorrect comments in function inliner.
Kenneth Graunke
2010-04-29
ir_dead_code: Fix segfault on handling a return statement with no value.
Eric Anholt
2010-04-28
Track and print user defined structure types
Ian Romanick
2010-04-28
IR print visitor: Move logic for printing the whole program to _mesa_print_ir
Ian Romanick
2010-04-28
IR print visitor: Just print the name of structures
Ian Romanick
2010-04-28
ir_function_inlining: Handle inlining of structure dereferences.
Eric Anholt
2010-04-28
Correctly handle remapping of array dereferences if ->var is a variable.
Eric Anholt
2010-04-28
Begin handling some varieties of invalid declarations
Ian Romanick
2010-04-28
Reject conflicting struct declarations, generate struct constructor
Ian Romanick
2010-04-28
glsl_type::generate_constructor_prototype now generates the function too
Ian Romanick
2010-04-28
Always return a value from ast_type_specifier::hir
Ian Romanick
2010-04-28
Support structures in glsl_type::generate_constructor_prototype
Ian Romanick
2010-04-28
Implement structures and arrays in ir_dereference::is_lvalue
Ian Romanick
2010-04-28
Ensure that structure fields have non-NULL types
Ian Romanick
2010-04-28
Ensure that anonymous structures have non-NULL names
Ian Romanick
2010-04-28
Convert structure field dereferences to HIR
Ian Romanick
2010-04-28
Add ir_dereference constructor for structure field dereferences
Ian Romanick
2010-04-28
Add glsl_type::field_type
Ian Romanick
[prev]
[next]