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

Kenneth Graunke kenneth at whitecape.org
Wed Sep 28 01:24:16 PDT 2011


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 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 ++++++++++--
>  1 files changed, 10 insertions(+), 2 deletions(-)

Patches 1, 2, 4, and 6 are
Reviewed-by: Kenneth Graunke <kenneth at whitecape.org>

Though my suggestion for 2 might solve my paranoia in patches 3 and 5.


More information about the mesa-dev mailing list