Add vulkan driver for BDW
[mesa.git] / src / glsl / ir.h
2015-05-09 Kristian HøgsbergAdd vulkan driver for BDW
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...
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...
next