glsl: Put `sample`-qualified varyings in their own packing classes
[mesa.git] / src / glsl / ir_rvalue_visitor.cpp
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-06-21 Eric Anholtglsl: Remove ir_print_visitor.h includes and usage
2013-03-29 Dave Airlieglsl: Implement ARB_texture_query_lod
2013-03-01 Chris Forbesglsl: add support for ARB_texture_multisample
2012-08-07 Eric Anholtglsl: Add a variant of the rvalue visitor for handle_rv...
2011-08-27 Stéphane MarchesinMerge branch 'master' of git://anongit.freedesktop...
2011-08-25 Brian PaulMerge branch 'kasanen-post-process-v2'
2011-08-23 Kenneth Graunkeglsl: Add a new ir_txs (textureSize) opcode to ir_texture.
2011-02-24 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-01-31 Kenneth Graunkeglsl: Change texel offsets to a single vector rvalue.
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-15 Christoph BumillerMerge remote branch 'origin/nv50-compiler'
2010-09-03 Ian Romanickglsl2: Set a flag when visiting the assignee of an...
2010-09-02 Christoph BumillerMerge remote branch 'origin/master' into nv50-compiler
2010-08-17 Ian RomanickMerge branch 'glsl2'
2010-08-14 Ian RomanickMerge branch 'master' into glsl2
2010-08-14 Eric Anholtglsl2: Add a generic visitor class to call back with...