summaryrefslogtreecommitdiff
path: root/src/glsl/ir_clone.cpp
AgeCommit message (Expand)Author
2011-01-31glsl: Change texel offsets to a single vector rvalue.Kenneth Graunke
2011-01-31Convert everything from the talloc API to the ralloc API.Kenneth Graunke
2010-11-30glsl: Refactor out cloning of function prototypes.Kenneth Graunke
2010-11-19glsl: Add ir_quadop_vector expressionIan Romanick
2010-11-19glsl: Eliminate assumptions about size of ir_expression::operandsIan Romanick
2010-10-08glsl: Track explicit location in AST to IR translationIan Romanick
2010-09-18glsl2: Fixed cloning of ir_call error instructions.Tilman Sauerbeck
2010-09-07glsl: Move is_builtin flag back to ir_function_signature.Kenneth Graunke
2010-09-03glsl2: Add cmp field to ir_loopIan Romanick
2010-08-26glsl: Move is_built_in flag from ir_function_signature to ir_function.Kenneth Graunke
2010-08-14glsl: Silence gcc warning "control reaches end of non-void function".José Fonseca
2010-08-04glsl2: Remove the shader_in/shader_out tracking separate from var->mode.Eric Anholt
2010-08-04glsl2: Add ir_assignment::write_mask and associated methodsIan Romanick
2010-08-04glsl2: Make the clone() method take a talloc context.Eric Anholt
2010-08-02glsl2: Give the path within src/mesa/ for headers instead of relying on -I.Aras Pranckevicius
2010-07-29glsl2: Fix spelling of "sentinel."Eric Anholt
2010-07-28glsl2: Add support for redeclaring layout of gl_FragCoord for ARB_fcc.Eric Anholt
2010-07-22glsl2: Set the type on cloned tex instructions.Eric Anholt
2010-07-21glsl2: Extend ir_constant to store constant arrays, and generate them.Kenneth Graunke
2010-07-20glsl2: Add and use new variable mode ir_var_temporaryIan Romanick
2010-07-18glsl2: Remove the const disease from function signature's callee.Eric Anholt
2010-07-13glsl2: Remove unnecessary casts of clone return valuesIan Romanick
2010-07-12linker: Implement first bits of intrastage linkingIan Romanick
2010-07-12glsl2: Add utility function clone_ir_listIan Romanick
2010-07-12glsl2: Implement ir_function::clone and ir_function_signature::cloneIan Romanick
2010-07-12glsl2: Add missing fields in ir_variable::cloneIan Romanick
2010-07-06glsl2: Clone methods return the type of the thing being clonedIan Romanick
2010-06-30glsl2: Define new ir_discard instruction.Kenneth Graunke
2010-06-24glsl2: Wrap includes of C interfaces with extern "C".Eric Anholt
2010-06-24glsl2: Move the compiler to the subdirectory it will live in in Mesa.Eric Anholt