glsl: move variables in to ir_variable::data, part I
[mesa.git] / src / glsl / ir.h
2013-12-12 Tapani Pälliglsl: move variables in to ir_variable::data, part I
2013-12-12 Tapani Pälliglsl: introduce data section to ir_variable
2013-12-09 Paul Berryglsl/loops: Get rid of lower_bounded_loops and ir_loop...
2013-12-09 Paul Berryglsl/loops: replace loop controls with a normative...
2013-12-07 Chris Forbesglsl: Add ir support for `sample` qualifier; adjust...
2013-12-01 Kenneth Graunkeglsl: Create an accessor for the built-in function...
2013-11-30 Paul Berryglsl: Improve documentation of ir_loop counter/control...
2013-11-21 Paul Berryglsl: Prohibit illegal mixing of redeclarations inside...
2013-11-15 Eric Anholtglsl: Move the CSE equality functions to the ir class.
2013-11-01 Eric Anholtglsl: Add a CSE pass.
2013-10-30 Ian Romanickglsl: Make mode_string function globally available
2013-10-29 Francisco Jerezglsl: Basic support for built-in intrinsics.
2013-10-29 Francisco Jerezglsl: Add new atomic_uint built-in GLSL type.
2013-10-25 Paul Berryglsl: mark variables produced by lower_named_interface_...
2013-10-25 Paul Berryglsl: Pull interpolation_string() out of ir_variable.
2013-10-10 Paul Berryglsl: Add an ir_variable::reinit_interface_type() function.
2013-10-09 Paul Berryglsl: Modify array_sizing_visitor to handle unnamed...
2013-10-09 Paul Berryglsl/linker: Modify array_sizing_visitor to handle...
2013-10-09 Paul Berryglsl: Add an ir_variable::max_ifc_array_access field.
2013-10-09 Paul Berryglsl: Make accessor functions for ir_variable::interfac...
2013-10-07 Matt Turnerglsl: Implement [iu]mulExtended() built-ins for ARB_gpu...
2013-10-07 Matt Turnerglsl: Add ir_binop_carry and ir_binop_borrow.
2013-10-05 Chris Forbesglsl: Add support for specifying the component in textu...
2013-10-05 Chris Forbesglsl: add plumbing for GL_ARB_texture_query_levels
2013-10-02 Maxence Le Doreglsl: add texture gather changes
2013-09-17 Matt Turnerglsl: Allow vectors to be created from ir_constant().
2013-09-17 Matt Turnerglsl: Add support for ldexp.
2013-09-09 Matt Turnerglsl: Add conditional-select IR.
2013-09-09 Kenneth Graunkeglsl: Rename ir_function_signature::builtin_info to...
2013-09-09 Kenneth Graunkeglsl: Write a new built-in function module.
2013-09-09 Kenneth Graunkeglsl: Add an ir_expression triop constructor with type...
2013-09-09 Kenneth Graunkeglsl: Initialize lod_info in the ir_texture constructor.
2013-09-09 Kenneth Graunkeglsl: Pass _mesa_glsl_parse_state into matching_signatu...
2013-09-09 Kenneth Graunkeglsl: Add a method to tell whether a built-in is available.
2013-09-09 Kenneth Graunkeglsl: Convert ir_function_signature::is_builtin to...
2013-09-09 Kenneth Graunkeglsl: Store a predicate for whether a built-in signatur...
2013-08-27 Matt Turnerglsl: Add support for new fma built-in in ARB_gpu_shader5.
2013-08-02 Bryan Cainglsl: support compilation of geometry shaders
2013-08-02 Bryan Cainglsl: add ir_emit_vertex and ir_end_primitive instructi...
2013-08-02 Paul Berryglsl: Change do_set_program_inouts' is_fragment_shader...
2013-07-18 Kenneth Graunkeglsl: Add ir_variable fields for explicit bindings.
2013-06-21 Eric Anholtglsl: Make _mesa_print_ir() available from anything...
2013-06-21 Paul Berryglsl: Make some files safe to include from C
2013-05-13 Ian Romanickglsl: Add ir_triop_vector_insert
2013-05-13 Ian Romanickglsl: Add ir_binop_vector_extract
2013-05-06 Matt Turnerglsl: Add a pass to lower bitfield-insert into bfm...
2013-05-06 Matt Turnerglsl: Add support for new bit built-ins in ARB_gpu_shader5.
2013-04-24 Paul Berryglsl: Add virtual function ir_instruction::as_jump()
2013-04-09 Paul Berryglsl: Check the size of ir_print_visitor's mode[] array...
2013-03-29 Dave Airlieglsl: Implement ARB_texture_query_lod
2013-03-25 Jordan Justenglsl ir: add as_dereference_record
2013-03-15 Paul BerryReplace gl_frag_attrib enum with gl_varying_slot.
2013-03-15 Paul BerryReplace gl_vert_result enum with gl_varying_slot.
2013-03-01 Chris Forbesglsl: add support for ARB_texture_multisample
2013-02-28 Kenneth Graunkeglsl: Convert mix() to use a new ir_triop_lrp opcode.
2013-02-28 Kenneth Graunkeglsl: Consolidate ir_expression constructors that use...
2013-02-14 Vinson Leeglsl: Initialize ir_texture member variable.
2013-01-25 Matt Turnerglsl: Extend ir_expression_operation for ARB_shading_la...
2013-01-25 Ian Romanickglsl: Remove ir_variable::uniform_block
2013-01-25 Ian Romanickglsl: Add a predicate to determine whether a variable...
2013-01-25 Ian Romanickglsl: Add ir_variable::interface_type field
2013-01-25 Ian Romanickglsl: Add ir_variable::is_in_uniform_block predicate
2013-01-25 Chad Versaceglsl: Extend ir_expression_operation for GLSL 3.00...
2013-01-25 Chad Versaceglsl: Fix typo in comment
2013-01-25 Paul Berryglsl: Eliminate ambiguity between function ins/outs...
2012-12-14 Paul Berryglsl: Create a field to store fractional varying locations.
2012-12-14 Paul Berryglsl/linker: Make separate ir_variable field to mean...
2012-08-07 Eric Anholtglsl: Add a "ubo_load" expression type for fetches...
2012-07-30 Ian Romanickglsl: Fix ir_last_opcode value.
2012-07-20 Eric Anholtglsl: Translate the AST for uniform blocks into some...
2012-07-12 Kenneth Graunkeglsl: Initialize coordinate to NULL in ir_texture const...
2012-07-02 Kenneth Graunkeglsl: Remove unused ir_loop_jump::loop pointer.
2012-06-26 Brian Paulglsl: fix comment typo
2012-06-15 Paul Berryglsl: Add unary operation ir_unop_f2u.
2012-06-12 Matt Turnerglsl: Add is_basis function
2012-06-08 Eric Anholtglsl: Clean up warnings about deleting classes without...
2012-06-07 Olivier Galibertglsl: New unary opcodes for ARB_shader_bit_encoding...
2012-05-11 Marek OlšákMerge branch 'gallium-userbuf'
2012-05-08 Olivier Galibertglsl: Change built-in constant expression evaluation...
2012-05-08 Olivier Galibertglsl: Add an origin pointer in the function signature...
2012-05-08 Olivier Galibertglsl: Add methods to copy parts of one ir_constant...
2012-05-08 Olivier Galibertglsl: Add a constant_referenced method to ir_dereference*
2012-05-08 Olivier Galibertglsl: Add a variable context to constant_expression_val...
2012-04-19 Eric Anholtglsl: Track in each ir_variable whether it was ever...
2012-04-13 Dave Airlieglsl: add support for ARB_blend_func_extended (v3)
2012-04-13 Dave Airliemesa: add support for ARB_blend_func_extended (v4)
2012-04-02 Kenneth Graunkeglsl: Demote 'type' from ir_instruction to ir_rvalue...
2012-04-02 Kenneth Graunkeglsl: Remove ir_call::get_callee() and set_callee().
2012-04-02 Kenneth Graunkeglsl: Convert ir_call to be a statement rather than...
2012-04-02 Kenneth Graunkeglsl: Move constant expression handling from calls...
2012-04-02 Kenneth Graunkeglsl: Use ir_rvalue to represent generic error_type...
2011-11-15 Kenneth Graunkeglsl: Add a new matching_signature() variant that retur...
2011-11-03 Ian Romanicklinker: Check that initializers for global variables...
2011-11-03 Ian Romanickglsl: Put all bitfields in ir_variable together for...
2011-10-27 Paul Berryglsl: add ir_variable::determine_interpolation_mode...
2011-10-27 Paul Berryglsl: Distinguish between no interpolation qualifier...
2011-10-27 Paul Berrymesa: Expose GLSL interpolation qualifiers in gl_fragme...
2011-10-07 Ian Romanickglsl: Remove unused method ir_variable::component_slots
2011-09-14 Paul Berryglsl: Remove field array_lvalue from ir_variable.
2011-08-27 Stéphane MarchesinMerge branch 'master' of git://anongit.freedesktop...
next