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_function.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Convert ast_node use of simple_node to exec_list and exec_node
Ian Romanick
2010-05-10
1
-11
/
+10
*
Store AST function call parameters in expressions
Ian Romanick
2010-05-10
1
-73
/
+65
*
glsl_type::generate_constructor_prototype now generates the function too
Ian Romanick
2010-04-28
1
-3
/
+2
*
Clarify the types of various exec_list in ir.h
Eric Anholt
2010-04-07
1
-5
/
+3
*
Use glsl_type::element_type to get the type of array elements
Ian Romanick
2010-04-02
1
-1
/
+1
*
Ensure that 'in' and 'inout' formal parameters are valid lvalues
Ian Romanick
2010-04-02
1
-0
/
+31
*
Add bool/int conversion as IR operations.
Eric Anholt
2010-04-02
1
-1
/
+1
*
Add conversion of bool to float as an IR operation to match int to float.
Eric Anholt
2010-04-02
1
-1
/
+1
*
Generate array constructor calls
Ian Romanick
2010-03-31
1
-1
/
+73
*
Refactor parts of match_function_by_name into process_parameters and process_...
Ian Romanick
2010-03-31
1
-22
/
+49
*
Reject array constructor calls in GLSL 1.10
Ian Romanick
2010-03-31
1
-0
/
+9
*
Use ast_type_specifier::glsl_type to get the type of a constructor
Ian Romanick
2010-03-31
1
-2
/
+2
*
Allow single-component constructors
Ian Romanick
2010-03-29
1
-1
/
+1
*
Initial implementation of constructor handling code
Ian Romanick
2010-03-26
1
-0
/
+240
*
Add new abstract ir_rvalue class; rework accordingly.
Kenneth Graunke
2010-03-26
1
-2
/
+2
*
Begin processing constructors
Ian Romanick
2010-03-23
1
-8
/
+25
*
Use glsl_symbol_table instead of using _mesa_symbol_table directly
Ian Romanick
2010-03-19
1
-3
/
+2
*
Factor guts of function matching code out to match_function_by_name
Ian Romanick
2010-03-15
1
-50
/
+56
*
Move ast_function_expression::hir to ast_function.cpp
Ian Romanick
2010-03-15
1
-0
/
+109