glsl: Delete the ir_binop_bfm and ir_triop_bfi opcodes.
[mesa.git] / src / glsl / ir_constant_expression.cpp
2016-01-13 Kenneth Graunkeglsl: Delete the ir_binop_bfm and ir_triop_bfi opcodes.
2016-01-07 Timothy Arceriglsl: replace null check with assert
2015-12-18 Matt Turnerglsl: Remove ir_unop_any.
2015-12-02 Jose FonsecaRemove Sun CC specific code.
2015-10-16 Rob Clarkglsl: move half<->float convertion to util
2015-08-04 Matt Turnermesa: Use _mesa_lroundevenf() in some more places.
2015-07-29 Matt Turnerglsl: Avoid double promotion.
2015-07-29 Matt Turnerglsl: Remove MSVC implementations of copysign and isnormal.
2015-04-06 Matt Turnerglsl: Remove never used sin_reduced/cos_reduced.
2015-03-19 Matt Turnermesa: Replace _mesa_round_to_even() with _mesa_roundeven().
2015-03-02 Brian Paulglsl: replace Elements() with ARRAY_SIZE()
2015-02-19 Dave Airlieglsl/ir: Add builtin constant function support for...
2015-02-18 Alan CoopersmithAvoid fighting with Solaris headers over isnormal()
2014-08-31 Abdiel Janulgueglsl: Add constant evaluation of ir_unop_saturate
2014-08-15 Ilia Mirkinglsl: add ARB_derivative control support
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-10 Thomas Hellandglsl: Remove unused include from ir_constant_expression.cpp
2014-03-25 Ian Romanickglsl: Clean up "unused parameter" warnings
2014-03-25 Ian Romanickglsl: Minor clean ups in constant_referenced
2014-03-25 Ian Romanickglsl: Remove ir_dereference::constant_referenced
2014-03-25 Ian Romanickglsl: Fold implementation of ir_dereference_array:...
2014-03-25 Ian Romanickglsl: Fold implementation of ir_dereference_record...
2014-03-25 Ian Romanickglsl: Fold implementation of ir_dereference_variable...
2014-03-25 Ian Romanickglsl: Add wrapper function that calls ir_dereference...
2014-03-25 Ian Romanickglsl: Group all of the constant_referenced functions...
2014-01-28 Matt Turnerglsl: Add constant evaluation of ir_binop_bfm.
2014-01-09 Thomas Sondergaardmesa: Fix compile error with MSVC 2013
2013-12-12 Tapani Pälliglsl: move variables in to ir_variable::data, part I
2013-10-04 Vinson Leeglsl: Define isnormal for Oracle Solaris Studio.
2013-09-22 Vinson Leeglsl: Define isnormal and copysign for MSVC to fix...
2013-09-17 Matt Turnerglsl: Add support for ldexp.
2013-09-09 Matt Turnerglsl: Add conditional-select IR.
2013-09-09 Kenneth Graunkeglsl: Convert ir_function_signature::is_builtin to...
2013-08-27 Matt Turnerglsl: Add support for new fma built-in in ARB_gpu_shader5.
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 constant evaluation of bit built-ins.
2013-04-02 Paul Berryglsl: Fix array indexing when constant folding built...
2013-02-28 Kenneth Graunkeglsl: Convert mix() to use a new ir_triop_lrp opcode.
2013-01-25 Matt Turnerglsl: Evaluate constant pack/unpack 4x8 expressions
2013-01-25 Chad Versaceglsl: Evaluate constant GLSL ES 3.00 pack/unpack expres...
2013-01-25 Chad Versacemesa,glsl: Move round_to_even() from glsl to mesa/main...
2012-06-15 Paul Berryglsl: Add support for ir_unop_f2u to constant folding.
2012-06-08 Marcin Slusarzglsl: fix deref_hash memory leak in constant_expression...
2012-06-07 Olivier Galibertglsl: Bitwise conversion operator support in ir_constan...
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 a constant_referenced method to ir_dereference*
2012-05-08 Olivier Galibertglsl: Add a variable context to constant_expression_val...
2012-05-08 Kenneth Graunkeglsl: Fix broken constant expression handling for ...
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-11 Kenneth Graunkeglsl: Handle constant expressions involving ir_binop_eq...
2011-10-31 Paul Berryglsl: Fix copy-paste error in constant_expression_value...
2011-10-23 Eric Anholtglsl: Add support for constant expression evaluation...
2011-09-28 Eric Anholtglsl: Add support for constant expression evaluation...
2011-09-28 Eric Anholtglsl: Fix assertion checking types of constant bitshift...
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 Bryan Cainglsl: Add ir_unop_i2u and ir_unop_u2i operations.
2011-02-24 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-02-15 Chad Versaceglsl: Reinstate constant-folding for division by zero
2011-02-15 Chad VersaceRevert "glsl: Fix constant-folding for reciprocal expre...
2011-02-02 Chad Versaceglsl: Avoid division-by-zero during constant-folding
2011-02-02 Chad Versaceglsl: Fix constant-folding for reciprocal expressions
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: Eliminate assumptions about size of ir_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-11-17 Kenneth Graunkeglsl: Fix constant expression handling for <, >, <...
2010-11-16 Brian Paulglsl: fix assorted MSVC warnings
2010-11-15 Kenneth Graunkeglsl: Add constant expression handling for asinh, acosh...
2010-11-11 Christian KönigMerge remote branch 'origin/master' into pipe-video
2010-11-09 Chad Versaceglsl: Fix ir_expression::constant_expression_value()
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 Chad Versaceglsl: Implement constant expr evaluation for bitwise...
2010-10-15 Chad Versaceglsl: Implement constant expr evaluation for bit-shift ops
2010-10-15 Chad Versaceglsl: Implement constant expr evaluation for bitwise-not
2010-10-13 Vinson Leeglsl: Initialize variable in ir_derefence_array::consta...
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-21 Brian PaulMerge branch 'sprite-coord'
2010-09-20 Kenneth Graunkeglsl: Fix broken handling of ir_binop_equal and ir_bino...
2010-09-15 Christoph BumillerMerge remote branch 'origin/nv50-compiler'
2010-09-14 Luca Barbieriglsl: introduce ir_binop_all_equal and ir_binop_any_equ...
2010-09-08 Kenneth Graunkeglsl: Move is_builtin flag back to ir_function_signature.
2010-09-02 Christoph BumillerMerge remote branch 'origin/master' into nv50-compiler
next