Re: [Mesa-dev] [PATCH] mesa: fix type comparison error in sub-texture error checking code

2013-04-17 Thread Brian Paul
On 04/17/2013 12:07 AM, Tapani Pälli wrote: patch fixes a crash that happens if glTexSubImage2D is called with a negative xoffset. Signed-off-by: Tapani Pällitapani.pa...@intel.com --- src/mesa/main/teximage.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

Re: [Mesa-dev] [PATCH] mesa: fix type comparison error in sub-texture error checking code

2013-04-17 Thread Ian Romanick
On 04/16/2013 11:07 PM, Tapani Pälli wrote: patch fixes a crash that happens if glTexSubImage2D is called with a negative xoffset. Signed-off-by: Tapani Pälli tapani.pa...@intel.com --- src/mesa/main/teximage.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git