glsl2: Give the path within src/mesa/ for headers instead of relying on -I.
[mesa.git] / src / glsl / ir_clone.cpp
2010-08-02 Aras Pranckeviciusglsl2: Give the path within src/mesa/ for headers inste...
2010-07-29 Eric Anholtglsl2: Fix spelling of "sentinel."
2010-07-28 Eric Anholtglsl2: Add support for redeclaring layout of gl_FragCoo...
2010-07-27 Eric AnholtMerge remote branch 'origin/master' into glsl2
2010-07-22 Eric Anholtglsl2: Set the type on cloned tex instructions.
2010-07-21 Kenneth Graunkeglsl2: Extend ir_constant to store constant arrays...
2010-07-21 Ian Romanickglsl2: Add and use new variable mode ir_var_temporary
2010-07-19 Eric Anholtglsl2: Remove the const disease from function signature...
2010-07-13 Ian Romanickglsl2: Remove unnecessary casts of clone return values
2010-07-13 Ian Romanicklinker: Implement first bits of intrastage linking
2010-07-12 Ian Romanickglsl2: Add utility function clone_ir_list
2010-07-12 Ian Romanickglsl2: Implement ir_function::clone and ir_function_sig...
2010-07-12 Ian Romanickglsl2: Add missing fields in ir_variable::clone
2010-07-07 Ian Romanickglsl2: Clone methods return the type of the thing being...
2010-06-30 Kenneth Graunkeglsl2: Define new ir_discard instruction.
2010-06-25 Eric Anholtglsl2: Wrap includes of C interfaces with extern "C".
2010-06-24 Eric AnholtMerge branch 'glsl2-head' into glsl2
2010-06-24 Eric Anholtglsl2: Move the compiler to the subdirectory it will...