nir: move to compiler/
[mesa.git] / src / glsl / ir.h
2016-01-26 Emil Velikovnir: move glsl_types.{cpp,h} to compiler
2016-01-13 Kenneth Graunkeglsl, nir: Make ir_triop_bitfield_extract a vectorized...
2016-01-13 Kenneth Graunkeglsl, nir: Make ir_quadop_bitfield_insert a vectorized...
2016-01-13 Kenneth Graunkeglsl: Delete the ir_binop_bfm and ir_triop_bfi opcodes.
2016-01-09 Kenneth Graunkeglsl: Make bitfield_insert/extract and bfi/bfm non...
2016-01-07 Kenneth Graunkeglsl: Disallow vectorization of vector_insert/extract.
2015-12-30 Timothy Arceriglsl: tidy up struct with a single member
2015-12-18 Matt Turnerglsl: Remove ir_unop_any.
2015-12-01 Gregory Hainautglsl: add always_active_io attribute to ir_variable
2015-11-20 Timothy Arceriglsl: add subroutine index qualifier support
2015-11-20 Ian Romanickglsl: Add ir_samples_identical opcode
2015-11-12 Iago Toral Quirogaglsl: Add precision information to ir_variable
2015-11-10 Jordan Justenglsl: Add shared variable type
2015-11-10 Jordan Justenglsl: Align comments on variables types
2015-10-14 Iago Toral Quirogaglsl: Fix variable_referenced() for vector_{extract...
2015-09-25 Samuel Iglesias... glsl: Add parser/compiler support for unsized array...
2015-09-25 Samuel Iglesias... glsl: add support for unsized arrays in shader storage...
2015-09-17 Timothy Arceriglsl: store uniform slot id in var location field
2015-09-13 Jordan Justenglsl/cs: Initialize gl_GlobalInvocationID in main()
2015-09-13 Jordan Justenglsl: Move link_get_main_function_signature to a common...
2015-09-10 Ilia Mirkinglsl: add ir_texture_samples texture opcode
2015-09-10 Ian Romanickglsl: Silence unused parameter warnings
2015-07-23 Dave Airlieglsl/ir: allow ir_call to handle subroutine calling
2015-07-23 Dave Airlieglsl/ir: add subroutine information storage to ir_funct...
2015-07-23 Dave Airlieglsl/types: add new subroutine type (v3.2)
2015-07-22 Fabian Bielerglsl: add the patch in/out qualifier (v2)
2015-07-14 Iago Toral Quirogamesa: rename is_in_uniform_block to is_in_buffer_block
2015-07-14 Kristian Høgsbergglsl: Add ir_var_shader_storage
2015-06-12 Chris Forbesglsl: Add ir node for barrier
2015-04-06 Matt Turnerglsl: Remove never used sin_reduced/cos_reduced.
2015-03-25 Ian Romanickglsl: Constify ir_instruction::equals
2015-03-25 Ian Romanickglsl: Constify the as_foo functions
2015-03-25 Ian Romanickglsl: Implement remaining as_foo functions with macros
2015-03-25 Ian Romanickglsl: Add is_rvalue, is_dereference, and is_jump methods
2015-03-19 Ian Romanickglsl: Annotate as_foo functions that the this pointer...
2015-02-20 Timothy Arceriglsl: Use the without_array predicate
2015-02-19 Samuel Iglesias... glsl: A shader cannot redefine or overload built-in...
2015-02-19 Dave Airlieglsl/ir: Add builtin function support for doubles
2014-11-07 Kenneth Graunkeglsl: Add infrastructure for "hidden" uniforms.
2014-11-03 Matt Turnerglsl: Remove now useless dot optimization on basis...
2014-09-30 Ian Romanickglsl: Don't allocate a name for ir_var_temporary variables
2014-09-30 Ian Romanickglsl: Add the possibility for ir_variable to have a...
2014-09-30 Ian Romanickglsl: Store ir_variable_data::_num_state_slots and...
2014-09-30 Ian Romanickglsl: Squish ir_variable::max_ifc_array_access and...
2014-09-30 Ian Romanickglsl: Make ir_variable::num_state_slots and ir_variable...
2014-09-30 Ian Romanickglsl: Make ir_variable::max_ifc_array_access private
2014-09-30 Ian Romanickglsl: Store ir_variable::depth_layout using 3 bits
2014-09-30 Ian Romanickglsl: Replace ir_variable::warn_extension pointer with...
2014-09-30 Ian Romanickglsl: Use accessors for ir_variable::warn_extension
2014-08-31 Abdiel Janulgueglsl: Add ir_unop_saturate
2014-08-30 Ian Romanickglsl: Use bit-flags image attributes and uint16_t for...
2014-08-30 Ian Romanickglsl: Use a single bit for the dual-source blend index
2014-08-30 Ian Romanickglsl: Eliminate ir_variable::data.atomic.buffer_index
2014-08-15 Ilia Mirkinglsl: add ARB_derivative control support
2014-08-04 Kenneth Graunkeglsl: Make it possible to ignore built-ins when matchin...
2014-08-04 Ian Romanickglsl: Track matrix layout of variables using two bits
2014-08-04 Kenneth Graunkeutil: Move ralloc to a new src/util directory.
2014-07-11 Chris Forbesglsl: add new expression types for interpolateAt*
2014-07-11 Chris Forbesallow builtin functions to require parameters to be...
2014-06-30 Iago Toral Quirogaglsl: Modify ir_end_primitive to have a stream.
2014-06-30 Iago Toral Quirogaglsl: Modify ir_emit_vertex to have a stream.
2014-06-30 Samuel Iglesias... glsl: Add parsing support for multi-stream output in...
2014-06-04 Chris Forbesglsl: add support for `precise` in type_qualifier
2014-06-04 Matt Turnerglsl: Make most ir_instruction::as_subclass() functions...
2014-06-04 Matt Turnerglsl: Move ir_type_unset to end of enumeration.
2014-06-04 Matt Turnerglsl: Reorder ir_type_* enum for easier comparisons.
2014-06-04 Ian Romanickglsl: Set ir_instruction::ir_type in the base class...
2014-05-28 Brian Paulglsl: replace strncmp("gl_") calls with new is_gl_ident...
2014-05-15 Matt Turnerglsl: Add C-callable fprint_ir function.
2014-04-08 Kenneth Graunkeglsl: Make is_16bit_constant from i965 an ir_constant...
2014-03-28 Ian Romanickglsl: Move Doxygen block closing ot the correct place
2014-03-25 Ian Romanickglsl: Remove ir_dereference::constant_referenced
2014-02-28 Matt Turnerglsl: Add is_horizontal() method to ir_expression.
2014-02-23 Eric Anholtglsl: Add a file argument to the IR printer.
2014-02-12 Brian Paulglsl: rename _restrict to restrict_flag
2014-02-12 Francisco Jerezglsl: Add image memory and layout qualifiers to ir_vari...
2014-01-29 Emil Velikovglsl: s/_NDEBUG/NDEBUG/
2014-01-21 Matt Turnerglsl: Add parameter to .equals() to ignore an IR type.
2014-01-13 Kenneth Graunkeglsl: Remove exec_list iterators now that nothing uses...
2014-01-08 Paul Berryglsl: Make more use of gl_shader_stage enum in ir_set_p...
2014-01-07 Kenneth Graunkeglsl: Refactor is_zero/one/negative_one into an is_valu...
2013-12-12 Tapani Pälliglsl: move variables in to ir_variable::data, part II
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...
next