glsl: Fix handling of function calls inside nested loops.
[mesa.git] / src / glsl / ir_validate.cpp
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
2010-09-15 Christoph BumillerMerge remote branch 'origin/nv50-compiler'
2010-09-14 Brian Paulglsl2: add case for ir_unop_noise
2010-09-14 Luca Barbieriglsl: introduce ir_binop_all_equal and ir_binop_any_equ...
2010-09-08 Kenneth Graunkeir_validate: Ensure ir_binop_dot is only used on vector...
2010-09-03 Ian Romanickir_validate: Validate loop control fields in ir_loop
2010-09-02 Christoph BumillerMerge remote branch 'origin/master' into nv50-compiler
2010-08-23 Eric Anholtmesa: Add new ir_unop_any() expression operation.
2010-08-17 Ian RomanickMerge branch 'glsl2'
2010-08-14 José FonsecaRevert "glsl2: Use stdint.h instead of inttypes.h"
2010-08-14 Ian RomanickMerge branch 'master' into glsl2
2010-08-13 Ian Romanickglsl2: Use stdint.h instead of inttypes.h
2010-08-11 Brian Paulglsl2: added casts to silence warnings
2010-08-05 Eric Anholtglsl2: Add a pass to convert exp and log to exp2 and...
2010-08-04 Ian Romanickglsl2: Additional validation of write masks
2010-08-03 Eric Anholtglsl2: Fix ir_validate validating null variable names.
2010-08-02 Ian Romanickglsl2: Clean-up two 'unused variable' warnings
2010-08-02 Eric Anholtglsl2: Add validation that talloc ownership of ir_...
2010-08-02 Eric Anholtglsl2: Fix validation for ir_unop_not.
2010-08-02 Aras Pranckeviciusglsl2: Give the path within src/mesa/ for headers inste...
2010-07-27 Eric Anholtir_validate: Check the types of expression operations.
2010-07-27 Eric Anholtglsl2: Fix missing visit_continue return in ir_validate.
2010-07-27 Eric AnholtMerge remote branch 'origin/master' into glsl2
2010-07-22 Eric Anholtglsl2: Validate that ir_if conditions are actually...
2010-07-21 Eric Anholtglsl2: Check that nodes in a valid tree aren't error...
2010-07-19 Eric Anholtglsl2: Give IR nodes a type field.
2010-07-12 Ian Romanickir_validate: Also perform usual checks on ir_dereferenc...
2010-07-12 Ian Romanickir_validate: Validate that varibles are declared before...
next