Re: [Mesa-dev] [PATCH 2/3] tgsi: emit code for SVIEWINFO and SAMPLE_I

2013-03-08 Thread Roland Scheidegger
Am 08.03.2013 21:11, schrieb Brian Paul: > On 03/08/2013 12:18 PM, srol...@vmware.com wrote: >> From: Roland Scheidegger >> >> Can handle them since the single sampler interface was introduced. >> --- >> src/gallium/auxiliary/tgsi/tgsi_exec.c | 18 +- >> 1 file changed, 13 inse

Re: [Mesa-dev] [PATCH 2/3] tgsi: emit code for SVIEWINFO and SAMPLE_I

2013-03-08 Thread Brian Paul
On 03/08/2013 12:18 PM, srol...@vmware.com wrote: From: Roland Scheidegger Can handle them since the single sampler interface was introduced. --- src/gallium/auxiliary/tgsi/tgsi_exec.c | 18 +- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/src/gallium/auxili

Re: [Mesa-dev] [PATCH 2/3] tgsi: emit code for SVIEWINFO and SAMPLE_I

2013-03-08 Thread Jose Fonseca
Patches 1-2 look good to me. Still going through patch 3. Jose - Original Message - > From: Roland Scheidegger > > Can handle them since the single sampler interface was introduced. > --- > src/gallium/auxiliary/tgsi/tgsi_exec.c | 18 +- > 1 file changed, 13 insertion

[Mesa-dev] [PATCH 2/3] tgsi: emit code for SVIEWINFO and SAMPLE_I

2013-03-08 Thread sroland
From: Roland Scheidegger Can handle them since the single sampler interface was introduced. --- src/gallium/auxiliary/tgsi/tgsi_exec.c | 18 +- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/src/gallium/auxiliary/tgsi/tgsi_exec.c b/src/gallium/auxiliary/tgsi/tg