glsl: Check for zero vectors in ir_binop_dot
[mesa.git] / src / glsl / opt_algebraic.cpp
2012-06-12 Matt Turnerglsl: Check for zero vectors in ir_binop_dot
2012-06-11 Eric Anholtglsl: Put a bunch of optimization visitors under anonym...
2011-02-24 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-01-31 Kenneth GraunkeConvert everything from the talloc API to the ralloc...
2011-01-15 Brian PaulMerge branch 'draw-instanced'
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-12-11 Christian KönigMerge remote branch 'origin/master' into pipe-video
2010-11-30 Aras Pranckeviciusglsl: fix matrix type check in ir_algebraic
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-17 Chad Versaceglsl: Fix Doxygen tag \file in recently renamed files
2010-11-16 Ian Romanickglsl: Refactor is_vec_{zero,one} to be methods of ir_co...
2010-11-16 Kenneth Graunkeglsl: Rename various ir_* files to lower_* and opt_*.