Re: [Mesa-dev] [PATCH] tgsi: support parsing texture offsets from text tgsi shaders

2014-05-13 Thread Roland Scheidegger
Reviewed-by: Roland Scheidegger Am 13.05.2014 19:12, schrieb Ilia Mirkin: > ping? ran into this when trying to feed text shaders into > nouveau_compiler that had texture offsets... > > On Wed, May 7, 2014 at 9:25 PM, Ilia Mirkin wrote: >> Signed-off-by: Ilia Mirkin >> --- >> src/gallium/auxil

Re: [Mesa-dev] [PATCH] tgsi: support parsing texture offsets from text tgsi shaders

2014-05-13 Thread Ilia Mirkin
ping? ran into this when trying to feed text shaders into nouveau_compiler that had texture offsets... On Wed, May 7, 2014 at 9:25 PM, Ilia Mirkin wrote: > Signed-off-by: Ilia Mirkin > --- > src/gallium/auxiliary/tgsi/tgsi_text.c | 53 > ++ > 1 file changed, 48

[Mesa-dev] [PATCH] tgsi: support parsing texture offsets from text tgsi shaders

2014-05-07 Thread Ilia Mirkin
Signed-off-by: Ilia Mirkin --- src/gallium/auxiliary/tgsi/tgsi_text.c | 53 ++ 1 file changed, 48 insertions(+), 5 deletions(-) diff --git a/src/gallium/auxiliary/tgsi/tgsi_text.c b/src/gallium/auxiliary/tgsi/tgsi_text.c index 2b2e7d5..7e50d8d 100644 --- a/src/ga