glsl2: Remove ir_program bong hits.
[mesa.git] / src / glsl / ir.h
2010-07-14 Kenneth Graunkeglsl2: Remove ir_program bong hits.
2010-07-13 Ian Romanickir_function: Make matching_signature not return const
2010-07-13 Ian Romanicklinker: Implement first bits of intrastage linking
2010-07-12 Ian Romanickir_function_signature: Add method to get the function...
2010-07-12 Ian Romanickglsl2: Add utility function clone_ir_list
2010-07-12 Ian Romanickir_call: Add method to set the function signature being...
2010-07-12 Eric Anholtglsl2: Add a new pass at the IR level to break down...
2010-07-07 Ian Romanickglsl2: Clone methods return the type of the thing being...
2010-07-01 Eric Anholtglsl2: Add a pass to convert mod(a, b) to b * fract...
2010-07-01 Eric Anholtglsl2: Add ir_unop_fract as an expression type.
2010-06-30 Kenneth Graunkeglsl2: Define new ir_discard instruction.
2010-06-30 Eric Anholtir_to_mesa: Start adding support for texture instructions.
2010-06-29 Ian Romanickir_swizzle: Add new constructor, refactor constructors
2010-06-24 Eric AnholtMerge branch 'glsl2-head' into glsl2
2010-06-24 Eric Anholtglsl2: Move the compiler to the subdirectory it will...