r300g/compiler: Prevent regalloc from swizzling texture operands v2
authorTom Stellard <thomas.stellard@amd.com>
Mon, 20 May 2013 15:05:03 +0000 (08:05 -0700)
committerTom Stellard <thomas.stellard@amd.com>
Mon, 1 Jul 2013 04:38:57 +0000 (21:38 -0700)
commit24fa43675f32bc81c7252f3ddce4c80ed8c7737d
tree32103d649c090e1eb1821bb1c219348c010953bc
parente2c3640540dbe423d2c75d89615854aeb9f560f3
r300g/compiler: Prevent regalloc from swizzling texture operands v2

https://bugs.freedesktop.org/show_bug.cgi?id=63520

NOTE: This is a candidate for the stable branches.

Reviewed-by: Marek Olšák <maraeo@gmail.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
src/gallium/drivers/r300/Makefile.am
src/gallium/drivers/r300/compiler/radeon_pair_regalloc.c
src/gallium/drivers/r300/compiler/tests/r300_compiler_tests.c
src/gallium/drivers/r300/compiler/tests/radeon_compiler_regalloc_tests.c [new file with mode: 0644]
src/gallium/drivers/r300/compiler/tests/regalloc_tex_1d_swizzle.test [new file with mode: 0644]