[Mesa-dev] [PATCH 1/7] ir_to_mesa: Don't assertion fail on remaining GLSL 1.30 ops.

2011-09-27 Thread Eric Anholt
For hardware drivers, we only have ir_to_mesa called for the purposes of potential swrast fallbacks (basically never on a 1.30 driver), which we don't really care about. This will allow 1.30 to be implemented without rewriting swrast for it. --- src/mesa/program/ir_to_mesa.cpp | 12

Re: [Mesa-dev] [PATCH 1/7] ir_to_mesa: Don't assertion fail on remaining GLSL 1.30 ops.

2011-09-27 Thread Chad Versace
For pathes 1-6: Reviewed-by: Chad Versace c...@chad-versace.us I have a minor comment on patch 7. -- Chad Versace c...@chad-versace.us On 09/27/2011 03:08 PM, Eric Anholt wrote: For hardware drivers, we only have ir_to_mesa called for the purposes of potential swrast fallbacks (basically