nir: move to compiler/
[mesa.git] / src / glsl / opt_vectorize.cpp
2016-01-26 Emil Velikovnir: move glsl_types.{cpp,h} to compiler
2014-08-14 Aras Pranckeviciusglsl: Fixed vectorize pass vs. texture lookups.
2014-07-01 Matt Turnermesa: Make unreachable macro take a string argument.
2014-04-11 Kenneth Graunkeglsl: Try vectorizing when seeing a repeated assignment...
2014-03-28 Ian Romanickglsl: Clean up "unused parameter" warnings
2014-02-28 Matt Turnerglsl: Don't vectorize horizontal expressions.
2014-02-12 Matt Turnerglsl: Do not vectorize vector array dereferences.
2014-01-31 Matt Turnerglsl: Expand non-expr & non-swizzle scalar rvalues...
2014-01-28 Matt Turnerglsl: Avoid combining statements from different basic...
2014-01-28 Matt Turnerglsl: Set proper swizzle when a channel is missing...
2014-01-21 Matt Turnerglsl: Vectorize multiple scalar assignments