summaryrefslogtreecommitdiffstats
path: root/src/glsl/ir_clone.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* glsl: Remove field array_lvalue from ir_variable.Paul Berry2011-09-141-1/+0
* glsl: Add a new ir_txs (textureSize) opcode to ir_texture.Kenneth Graunke2011-08-231-1/+3
* glsl: Calcluate Mesa state slots in front-end instead of back-endIan Romanick2011-03-291-0/+12
* glsl: Change texel offsets to a single vector rvalue.Kenneth Graunke2011-01-311-2/+2
* Convert everything from the talloc API to the ralloc API.Kenneth Graunke2011-01-311-1/+1
* glsl: Refactor out cloning of function prototypes.Kenneth Graunke2010-11-301-11/+21
* glsl: Add ir_quadop_vector expressionIan Romanick2010-11-191-1/+2
* glsl: Eliminate assumptions about size of ir_expression::operandsIan Romanick2010-11-191-1/+2
* glsl: Track explicit location in AST to IR translationIan Romanick2010-10-081-0/+3
* glsl2: Fixed cloning of ir_call error instructions.Tilman Sauerbeck2010-09-181-0/+3
* glsl: Move is_builtin flag back to ir_function_signature.Kenneth Graunke2010-09-071-2/+1
* glsl2: Add cmp field to ir_loopIan Romanick2010-09-031-0/+1
* glsl: Move is_built_in flag from ir_function_signature to ir_function.Kenneth Graunke2010-08-261-1/+2
* glsl: Silence gcc warning "control reaches end of non-void function".José Fonseca2010-08-141-1/+1
* glsl2: Remove the shader_in/shader_out tracking separate from var->mode.Eric Anholt2010-08-041-2/+0
* glsl2: Add ir_assignment::write_mask and associated methodsIan Romanick2010-08-041-1/+2
* glsl2: Make the clone() method take a talloc context.Eric Anholt2010-08-041-83/+67
* glsl2: Give the path within src/mesa/ for headers instead of relying on -I.Aras Pranckevicius2010-08-021-1/+1
* glsl2: Fix spelling of "sentinel."Eric Anholt2010-07-291-1/+1
* glsl2: Add support for redeclaring layout of gl_FragCoord for ARB_fcc.Eric Anholt2010-07-281-0/+2
* glsl2: Set the type on cloned tex instructions.Eric Anholt2010-07-221-0/+1
* glsl2: Extend ir_constant to store constant arrays, and generate them.Kenneth Graunke2010-07-211-0/+11
* glsl2: Add and use new variable mode ir_var_temporaryIan Romanick2010-07-201-2/+2
* glsl2: Remove the const disease from function signature's callee.Eric Anholt2010-07-181-1/+1
* glsl2: Remove unnecessary casts of clone return valuesIan Romanick2010-07-131-25/+22
* linker: Implement first bits of intrastage linkingIan Romanick2010-07-121-0/+1
* glsl2: Add utility function clone_ir_listIan Romanick2010-07-121-0/+60
* glsl2: Implement ir_function::clone and ir_function_signature::cloneIan Romanick2010-07-121-6/+43
* glsl2: Add missing fields in ir_variable::cloneIan Romanick2010-07-121-0/+8
* glsl2: Clone methods return the type of the thing being clonedIan Romanick2010-07-061-17/+17
* glsl2: Define new ir_discard instruction.Kenneth Graunke2010-06-301-0/+12
* glsl2: Wrap includes of C interfaces with extern "C".Eric Anholt2010-06-241-0/+2
* glsl2: Move the compiler to the subdirectory it will live in in Mesa.Eric Anholt2010-06-241-0/+287