glsl2: Add support for redeclaring layout of gl_FragCoord for ARB_fcc.
[mesa.git] / src / glsl / ir.h
2010-07-28 Eric Anholtglsl2: Add support for redeclaring layout of gl_FragCoo...
2010-07-27 Eric Anholtglsl2: Add optimization pass for algebraic simplifications.
2010-07-27 Eric AnholtMerge remote branch 'origin/master' into glsl2
2010-07-22 Kenneth Graunkeglsl2: Initialize ir_instruction::type and ir_rvalue...
2010-07-22 Kenneth Graunkeglsl2: Make ir_assignment derive from ir_instruction...
2010-07-21 Kenneth Graunkeglsl2: Extend ir_constant to store constant arrays...
2010-07-21 Ian Romanicklinker: Link built-in functions instead of including...
2010-07-21 Ian Romanickglsl2: Add function to import function prototypes from...
2010-07-21 Ian Romanickglsl2: Implement utility routine to talloc reparent...
2010-07-21 Ian Romanickglsl2: Add and use new variable mode ir_var_temporary
2010-07-21 Kenneth Graunkeir_constant_expression: Convert from a visitor to a...
2010-07-21 Kenneth Graunkeglsl2: Move constant_expression_value method to ir_rvalue.
2010-07-19 Ian Romanickglsl2: Explicitly walk lists in ir_function::parameter_...
2010-07-19 Ian Romanickir_function_signature: Make actual_parameters public
2010-07-19 Eric Anholtglsl2: Give IR nodes a type field.
2010-07-19 Eric Anholtglsl2: Remove the const disease from function signature...
2010-07-19 Eric Anholtglsl2: Make cross() be an expression operation.
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...