Merge branch 'lp-offset-twoside'
[mesa.git] / src / glsl / ir_clone.cpp
2010-11-22 Keith WhitwellMerge branch 'lp-offset-twoside'
2010-11-19 Ian Romanickglsl: Add ir_quadop_vector expression
2010-11-19 Ian Romanickglsl: Eliminate assumptions about size of ir_expression...
2010-10-20 Keith WhitwellMerge branch 'llvm-cliptest-viewport'
2010-10-18 Keith WhitwellMerge remote branch 'origin/master' into lp-setup-llvm
2010-10-08 Ian Romanickglsl: Track explicit location in AST to IR translation
2010-09-21 Brian PaulMerge branch 'sprite-coord'
2010-09-18 Tilman Sauerbeckglsl2: Fixed cloning of ir_call error instructions.
2010-09-15 Christoph BumillerMerge remote branch 'origin/nv50-compiler'
2010-09-08 Kenneth Graunkeglsl: Move is_builtin flag back to ir_function_signature.
2010-09-03 Ian Romanickglsl2: Add cmp field to ir_loop
2010-09-02 Christoph BumillerMerge remote branch 'origin/master' into nv50-compiler
2010-08-26 Kenneth Graunkeglsl: Move is_built_in flag from ir_function_signature...
2010-08-17 Ian RomanickMerge branch 'glsl2'
2010-08-14 José Fonsecaglsl: Silence gcc warning "control reaches end of non...
2010-08-14 Ian RomanickMerge branch 'master' into glsl2
2010-08-05 Eric Anholtglsl2: Remove the shader_in/shader_out tracking separat...
2010-08-04 Ian Romanickglsl2: Add ir_assignment::write_mask and associated...
2010-08-04 Eric Anholtglsl2: Make the clone() method take a talloc context.
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...