Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Convert everything from the talloc API to the ralloc API. | Kenneth Graunke | 2011-01-31 | 1 | -1/+1 |
* | glsl2: Move ir_expression_flattening to using the rvalue visitor class. | Eric Anholt | 2010-08-26 | 1 | -110/+14 |
* | glsl2: Replace insert_before/remove pairs with exec_node::replace_with. | Kenneth Graunke | 2010-07-21 | 1 | -2/+1 |
* | glsl2: Add and use new variable mode ir_var_temporary | Ian Romanick | 2010-07-20 | 1 | -1/+1 |
* | glsl2: Flatten expression that appear as the parameters of ir_call as well. | Eric Anholt | 2010-07-12 | 1 | -5/+12 |
* | glsl2: Flatten expressions that appear as the children of ir_return as well. | Eric Anholt | 2010-07-12 | 1 | -5/+3 |
* | glsl2: Use a better talloc context for ir_expression_flattening. | Eric Anholt | 2010-07-12 | 1 | -1/+1 |
* | glsl2: Flatten out expressions that are the child of an assignment rhs. | Eric Anholt | 2010-07-12 | 1 | -7/+19 |
* | glsl2: Move the compiler to the subdirectory it will live in in Mesa. | Eric Anholt | 2010-06-24 | 1 | -0/+172 |