summaryrefslogtreecommitdiffstats
path: root/src/glsl/ir_clone.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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