Re: [Piglit] [PATCH 1/2] Test luminance, rgba texture handling in glGetTexImage() with PBO

2015-06-02 Thread Anuj Phogat
On Tue, May 12, 2015 at 2:36 PM, Anuj Phogat wrote: > Testing with PBO currently fails on Mesa i965 driver. > > Signed-off-by: Anuj Phogat > --- > tests/texturing/getteximage-luminance.c | 66 > ++--- > 1 file changed, 60 insertions(+), 6 deletions(-) > > diff --git

[Piglit] [PATCH 1/2] Test luminance, rgba texture handling in glGetTexImage() with PBO

2015-05-12 Thread Anuj Phogat
Testing with PBO currently fails on Mesa i965 driver. Signed-off-by: Anuj Phogat --- tests/texturing/getteximage-luminance.c | 66 ++--- 1 file changed, 60 insertions(+), 6 deletions(-) diff --git a/tests/texturing/getteximage-luminance.c b/tests/texturing/gettexima