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
/
ast.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
ast_node: Remove empty destructor.
Carl Worth
2010-06-23
1
-1
/
+0
*
Convert ast_node use of simple_node to exec_list and exec_node
Ian Romanick
2010-05-10
1
-9
/
+10
*
Store AST function call parameters in expressions
Ian Romanick
2010-05-10
1
-1
/
+2
*
Begin converting structure definitions to IR
Ian Romanick
2010-04-28
1
-0
/
+5
*
Generate correct IR for do-while loops
Ian Romanick
2010-04-07
1
-0
/
+9
*
Process ast_iteration_statement into ir_loop
Ian Romanick
2010-04-07
1
-0
/
+2
*
Additional void parameter checks
Ian Romanick
2010-04-02
1
-0
/
+7
*
Require that function formal parameters have names
Ian Romanick
2010-04-02
1
-0
/
+8
*
Remove ast_node::type
Ian Romanick
2010-04-02
1
-3
/
+0
*
Set source locations on AST nodes so error messages print locations.
Kenneth Graunke
2010-03-31
1
-4
/
+4
*
Add ast_function::hir
Ian Romanick
2010-03-31
1
-0
/
+26
*
Move type_specifier_to_glsl_type to ast_type_specifier::glsl_type
Ian Romanick
2010-03-31
1
-0
/
+4
*
Add parser support for texture rectangle types
Ian Romanick
2010-03-29
1
-0
/
+2
*
Implement ir_if (for if-statments) and conversion from AST
Ian Romanick
2010-03-29
1
-0
/
+3
*
Add new abstract ir_rvalue class; rework accordingly.
Kenneth Graunke
2010-03-26
1
-19
/
+19
*
Initial bits for converting AST return nodes to IR return instructions
Ian Romanick
2010-03-19
1
-0
/
+3
*
Add new constructors for ast_type_specifier
Ian Romanick
2010-03-15
1
-0
/
+16
*
Ensure that ast_type always has type_name set
Ian Romanick
2010-03-15
1
-1
/
+1
*
Differentiate in ast_function_expression between constructors and func. calls
Ian Romanick
2010-03-10
1
-3
/
+22
*
Tell emacs that C++ .h files are C++
Ian Romanick
2010-03-10
1
-0
/
+1
*
Make ast_function_expression subclass of ast_expression
Ian Romanick
2010-03-10
1
-0
/
+17
*
Simplified constructor for identifier expressions
Ian Romanick
2010-03-10
1
-0
/
+9
*
Move top-level AST to HIR conversion to _mesa_ast_to_hir
Ian Romanick
2010-03-10
1
-0
/
+3
*
Conver IR structures to use exec_list instead of simple_node
Ian Romanick
2010-03-08
1
-8
/
+9
*
Remove prototypes for *_to_hir functions that no longer exist
Ian Romanick
2010-03-08
1
-30
/
+0
*
Make AST->HIR conversion a method of ast_node, re-enable
Ian Romanick
2010-03-01
1
-0
/
+20
*
Replace tacky wrapper macros with tacky in-line type-casts
Ian Romanick
2010-02-25
1
-12
/
+0
*
Add ast_expression_bin subclass of ast_expression
Ian Romanick
2010-02-22
1
-0
/
+10
*
Initial commit. lol
Ian Romanick
2010-02-22
1
-0
/
+511