Re: [Mesa-dev] [PATCH 3/3] r300g/compiler: Prevent the regalloc from swizzling texture operands v2

2013-06-27 Thread Marek Olšák
Reviewed-by: Marek Olšák Marek On Thu, Jun 27, 2013 at 6:57 AM, Tom Stellard wrote: > From: Tom Stellard > > https://bugs.freedesktop.org/show_bug.cgi?id=63520 > > NOTE: This is a candidate for the stable branches. > --- > src/gallium/drivers/r300/Makefile.am |1 + > .../dri

[Mesa-dev] [PATCH 3/3] r300g/compiler: Prevent the regalloc from swizzling texture operands v2

2013-06-26 Thread Tom Stellard
From: Tom Stellard https://bugs.freedesktop.org/show_bug.cgi?id=63520 NOTE: This is a candidate for the stable branches. --- src/gallium/drivers/r300/Makefile.am |1 + .../drivers/r300/compiler/radeon_pair_regalloc.c |8 ++ .../r300/compiler/tests/r300_compiler_tests.c