Re: [Mesa-dev] [PATCH] dlist: fix save_SamplerParameteri

2013-06-09 Thread Vinson Lee
On Sun, Jun 9, 2013 at 9:03 AM, Brian Paul wrote: > On 06/09/2013 02:17 PM, Chris Forbes wrote: >> >> This was building the temporary array to pass to >> save_SamplerParameteriv, and then not passing it. >> >> Signed-off-by: Chris Forbes >> --- >> src/mesa/main/dlist.c | 2 +- >> 1 file change

Re: [Mesa-dev] [PATCH] dlist: fix save_SamplerParameteri

2013-06-09 Thread Brian Paul
On 06/09/2013 02:17 PM, Chris Forbes wrote: This was building the temporary array to pass to save_SamplerParameteriv, and then not passing it. Signed-off-by: Chris Forbes --- src/mesa/main/dlist.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mesa/main/dlist.c b/src

[Mesa-dev] [PATCH] dlist: fix save_SamplerParameteri

2013-06-09 Thread Chris Forbes
This was building the temporary array to pass to save_SamplerParameteriv, and then not passing it. Signed-off-by: Chris Forbes --- src/mesa/main/dlist.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mesa/main/dlist.c b/src/mesa/main/dlist.c index 8900c89..af2b468 100644