index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Makefile.am
Commit message (
Expand
)
Author
Age
Files
Lines
*
Integrate generate_builtins.pl into the build process.
Kenneth Graunke
2010-05-14
1
-0
/
+2
*
ir_dead_code_local: Remove redundant assignments within basic blocks.
Eric Anholt
2010-05-05
1
-0
/
+3
*
ir_copy_propagation: New pass to rewrite dereferences to avoid copies.
Eric Anholt
2010-05-04
1
-1
/
+7
*
Add stub ir_reader and new 'i' mode for reading IR rather than GLSL.
Kenneth Graunke
2010-04-28
1
-1
/
+1
*
Add a simple S-Expression reader and printer.
Kenneth Graunke
2010-04-28
1
-1
/
+2
*
ir_function_inlining: Implement inlining in many more cases.
Eric Anholt
2010-04-23
1
-0
/
+1
*
Replace builtin_types.h generation with the generated output.
Eric Anholt
2010-04-23
1
-5
/
+4
*
Remove dead code assignments and variable declarations.
Eric Anholt
2010-04-19
1
-0
/
+1
*
Add support for inlining calls done inside of expressions.
Eric Anholt
2010-04-16
1
-0
/
+1
*
Add an ir_if simplification pass.
Eric Anholt
2010-04-14
1
-1
/
+2
*
Inline functions consisting of a return of an expression.
Eric Anholt
2010-04-08
1
-1
/
+2
*
Add a constant folding optimization pass.
Eric Anholt
2010-04-06
1
-1
/
+2
*
Initial bits of constant expression evaluator
Ian Romanick
2010-03-30
1
-1
/
+2
*
Implement the first builtin function: exp().
Eric Anholt
2010-03-29
1
-1
/
+1
*
Include other generated sources in BUILT_SOURCES.
Eric Anholt
2010-03-23
1
-2
/
+2
*
Use bash for the built file generation since builtin_types.sh requires it.
Eric Anholt
2010-03-23
1
-1
/
+1
*
Clean the built sources with make clean.
Eric Anholt
2010-03-23
1
-0
/
+1
*
Factor ast_type_specifier code out to ast_type.cpp
Ian Romanick
2010-03-15
1
-1
/
+1
*
Move ast_function_expression::hir to ast_function.cpp
Ian Romanick
2010-03-15
1
-1
/
+2
*
Initial pass at resolving function calls
Ian Romanick
2010-03-11
1
-1
/
+1
*
IR variable: Initial work to support GLSL built-in variables
Ian Romanick
2010-03-10
1
-1
/
+1
*
IR visitor: Add initial version of ir_visitor classes
Ian Romanick
2010-03-09
1
-1
/
+2
*
Make glsl_type a class
Ian Romanick
2010-03-09
1
-1
/
+1
*
Make AST->HIR conversion a method of ast_node, re-enable
Ian Romanick
2010-03-01
1
-2
/
+1
*
autoconf for the ...
Ian Romanick
2010-02-25
1
-0
/
+39