Re: [Mesa-dev] [PATCH 3/3] tgsi: fix sample_d emit for arrays

2013-03-13 Thread Jose Fonseca
Series looks good to me. Reviewed-by: Jose Fonseca - Original Message - > From: Roland Scheidegger > > Those cases were apparently forgotten. > --- > src/gallium/auxiliary/tgsi/tgsi_exec.c | 30 +++--- > 1 file changed, 11 insertions(+), 19 deletions(-) > __

[Mesa-dev] [PATCH 3/3] tgsi: fix sample_d emit for arrays

2013-03-13 Thread sroland
From: Roland Scheidegger Those cases were apparently forgotten. --- src/gallium/auxiliary/tgsi/tgsi_exec.c | 30 +++--- 1 file changed, 11 insertions(+), 19 deletions(-) diff --git a/src/gallium/auxiliary/tgsi/tgsi_exec.c b/src/gallium/auxiliary/tgsi/tgsi_exec.c index