Re: [Mesa-dev] [PATCH 1/8] mesa: fix the checks in _mesa_InvalidateBuffer(Sub)Data

2016-01-12 Thread Ian Romanick
This patch is Reviewed-by: Ian Romanick On 01/12/2016 08:06 AM, Nicolai Hähnle wrote: > From: Nicolai Hähnle > > Change the check to be in line with what the quoted spec fragment says. > > I have sent out a piglit test for this as well. > --- > src/mesa/main/bufferobj.c | 18 +++-

[Mesa-dev] [PATCH 1/8] mesa: fix the checks in _mesa_InvalidateBuffer(Sub)Data

2016-01-12 Thread Nicolai Hähnle
From: Nicolai Hähnle Change the check to be in line with what the quoted spec fragment says. I have sent out a piglit test for this as well. --- src/mesa/main/bufferobj.c | 18 +++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/src/mesa/main/bufferobj.c b/src/mesa