glsl: Delete the ir_binop_bfm and ir_triop_bfi opcodes.
[mesa.git] / src / glsl / ir_validate.cpp
2016-01-13 Kenneth Graunkeglsl: Delete the ir_binop_bfm and ir_triop_bfi opcodes.
2015-12-18 Matt Turnerglsl: Remove ir_unop_any.
2015-11-10 Kristian Høgsberg... glsl: Use array deref for access to vector components
2015-09-25 Samuel Iglesias... glsl: Add parser/compiler support for unsized array...
2015-07-23 Dave Airlieglsl/types: add new subroutine type (v3.2)
2015-07-11 Timothy Arceriglsl: use set rather than old hash table for ir_validate
2015-04-06 Matt Turnerglsl: Remove never used sin_reduced/cos_reduced.
2015-03-24 Matt Turnerglsl: Allow vector logic ops to be generated.
2015-02-24 Kenneth Graunkeglsl: Make ir_validate check the type of ir_discard...
2015-02-19 Dave Airlieglsl/ir: Add builtin function support for doubles
2015-01-05 Brian Paulglsl: use the is_gl_identifier() helper in a couple...
2014-09-30 Ian Romanickglsl: Add the possibility for ir_variable to have a...
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: Validate that built-in uniforms have backing...
2014-08-31 Abdiel Janulgueglsl: Add ir_unop_saturate
2014-08-15 Ilia Mirkinglsl: add ARB_derivative control support
2014-07-26 Chris Forbesglsl: No longer require ubo block index to be constant...
2014-07-15 Matt Turnerglsl: Add callback_leave to ir_hierarchical_visitor.
2014-07-11 Chris Forbesglsl: add new expression types for interpolateAt*
2014-07-01 Matt Turnerglsl: Use typed foreach_in_list instead of foreach_list.
2014-06-04 Matt Turnerglsl: Move ir_type_unset to end of enumeration.
2014-04-08 Kenneth Graunkeglsl: Validate that base types match for a number of...
2014-01-13 Kenneth Graunkeglsl: Convert piles of foreach_iter to the newer foreac...
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-09 Paul Berryglsl/loops: replace loop controls with a normative...
2013-11-30 Paul Berryglsl: In ir_validate, check that ir_loop::counter alway...
2013-10-11 Brian Paulglsl: fix signed/unsigned comparison warning
2013-10-09 Paul Berryglsl: Sanity check max_ifc_array_access in ir_validate...
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-09-23 Eric Anholtglsl: Hide many classes local to individual .cpp files...
2013-09-18 Matt Turnerglsl: Correctly validate fma()'s types.
2013-09-17 Matt Turnerglsl: Add support for ldexp.
2013-09-09 Matt Turnerglsl: Add conditional-select IR.
2013-08-27 Matt Turnerglsl: Add support for new fma built-in in ARB_gpu_shader5.
2013-05-13 Ian Romanickglsl: Death to array dereferences of vectors!
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-03-25 Eric Anholtmesa: Disable validate_ir_tree() on release builds.
2013-02-28 Kenneth Graunkeglsl: Convert mix() to use a new ir_triop_lrp opcode.
2013-01-25 Matt Turnerglsl: Extend ir_expression_operation for ARB_shading_la...
2013-01-25 Chad Versaceglsl: Extend ir_expression_operation for GLSL 3.00...
2013-01-25 Paul Berryglsl: Eliminate ambiguity between function ins/outs...
2012-12-01 Dave Airlieglsl: fix cut-n-paste error in error handling. (v2)
2012-08-07 Eric Anholtglsl: Add a "ubo_load" expression type for fetches...
2012-06-15 Paul Berryglsl: Add unary operation ir_unop_f2u.
2012-06-07 Olivier Galibertglsl: Bitwise conversion operator support in ir_validate.
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-03-25 Dave Airlieglsl: fix compiling warning from gcc 4.7
2011-12-02 Brian Paulglsl: return visit_stop in ir_validate::visit_enter...
2011-11-03 Ian Romanicklinker: Check that initializers for global variables...
2011-10-05 Stéphane Marchesinglsl: Remove unneeded headers.
2011-08-27 Stéphane MarchesinMerge branch 'master' of git://anongit.freedesktop...
2011-08-25 Brian PaulMerge branch 'kasanen-post-process-v2'
2011-08-22 Kenneth Graunkeglsl: Make ir_validate actually visit ir_if nodes.
2011-08-16 Paul Berryglsl: Add validations for ir_call.
2011-08-04 Bryan CainMerge branch 'glsl-to-tgsi'
2011-07-21 Brian PaulMerge branch 'gallium-polygon-stipple'
2011-07-04 Christian KönigMerge remote-tracking branch 'origin/master' into pipe...
2011-07-04 Thomas HellstromMerge branch 'xa_branch'
2011-06-29 Kenneth Graunkeglsl: Revert "fix conversions from uint to bool and...
2011-06-29 Bryan Cainglsl: Add ir_unop_i2u and ir_unop_u2i operations.
2011-04-23 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-04-19 Bryan Cainglsl: fix conversions from uint to bool and from float...
2011-03-25 Ian Romanickglsl: Add array access bounds checking to ir_validate
2011-03-19 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-03-10 Brian Paulglsl: silence warning in printf() with a cast
2011-03-08 Ian Romanickglsl: Add several function / call related validations
2011-03-08 Ian Romanickglsl: Function signatures cannot have NULL return type
2011-02-24 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-02-21 Ian RomanickUse C-style system headers in C++ code to avoid issues...
2011-02-04 Vinson Leeglsl: Add using statements for standard library functions.
2011-01-31 Kenneth GraunkeConvert everything from the talloc API to the ralloc...
2011-01-10 Christian KönigMerge remote branch 'vdpau/pipe-video' into pipe-video
2010-12-19 Christoph BumillerMerge remote branch 'origin/master' into nvc0-new
2010-11-22 Keith WhitwellMerge branch 'lp-offset-twoside'
2010-11-21 Christian KönigMerge remote branch 'origin/master' into pipe-video
2010-11-19 Ian Romanickglsl: Add ir_quadop_vector expression
2010-11-19 Ian Romanickglsl: Add ir_unop_sin_reduced and ir_unop_cos_reduced
2010-11-17 Kenneth Graunkeglsl: Remove the ir_binop_cross opcode.
2010-10-28 Christian KönigMerge branch 'master' of ssh://git.freedesktop.org...
2010-10-26 Thomas Balling Sør... Merge branch 'pipe-video' of git://anongit.freedesktop...
2010-10-26 Thomas Balling Sør... Merge branch 'master' into pipe-video
2010-10-20 Keith WhitwellMerge branch 'llvm-cliptest-viewport'
2010-10-18 Keith WhitwellMerge remote branch 'origin/master' into lp-setup-llvm
2010-10-15 Brian Paulglsl: add ir_unop_round_even case to silence unhandled...
2010-10-15 Chad Versaceglsl: Fix ir validation for bit logic ops
2010-10-15 Chad Versaceglsl: Implement ast-to-hir for binary shifts in GLSL...
2010-10-12 Christian KönigMerge branch 'master' of ssh://git.freedesktop.org...
2010-10-05 Thomas Balling Sør... Merge branch 'master' into pipe-video
2010-09-27 Eric Anholtglsl: Add validation that a swizzle only references...
2010-09-22 Eric Anholtglsl: Rework assignments with write_masks to have LHS...
2010-09-21 Brian PaulMerge branch 'sprite-coord'
2010-09-20 Brian Paulglsl2: silence compiler warnings in printf() calls
next