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
/
Makefile.am
Age
Commit message (
Expand
)
Author
2010-04-19
Remove dead code assignments and variable declarations.
Eric Anholt
2010-04-16
Add support for inlining calls done inside of expressions.
Eric Anholt
2010-04-14
Add an ir_if simplification pass.
Eric Anholt
2010-04-08
Inline functions consisting of a return of an expression.
Eric Anholt
2010-04-06
Add a constant folding optimization pass.
Eric Anholt
2010-03-30
Initial bits of constant expression evaluator
Ian Romanick
2010-03-29
Implement the first builtin function: exp().
Eric Anholt
2010-03-23
Include other generated sources in BUILT_SOURCES.
Eric Anholt
2010-03-23
Use bash for the built file generation since builtin_types.sh requires it.
Eric Anholt
2010-03-23
Clean the built sources with make clean.
Eric Anholt
2010-03-15
Factor ast_type_specifier code out to ast_type.cpp
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-10
IR variable: Initial work to support GLSL built-in variables
Ian Romanick
2010-03-09
IR visitor: Add initial version of ir_visitor classes
Ian Romanick
2010-03-09
Make glsl_type a class
Ian Romanick
2010-03-01
Make AST->HIR conversion a method of ast_node, re-enable
Ian Romanick
2010-02-25
autoconf for the ...
Ian Romanick