[Piglit] [PATCH] Add a test that measures primitive rate

2019-05-24 Thread Marek Olšák
From: Marek Olšák The output looks like this (from the initial version, the current version is slightly different): Measuring GPrims/second, , Number of primitives Draw Call , Cull Method ,2K,4K,8K, 16K, 32K, 64K, 256K

[Piglit] [PATCH] rendermode-feedback: fix a crash

2019-05-24 Thread Marek Olšák
From: Marek Olšák For some reason, the last element is uninitialized if I don't clear the structure like this. --- tests/spec/gl-1.0/rendermode-feedback.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/spec/gl-1.0/rendermode-feedback.c

Re: [Piglit] [PATCH] arb_texture_buffer_range: Fix buffer alignment in ranges-2 test

2019-05-24 Thread Anthony Pesch
I think I should have noted, I don't have commit access. Would someone mind pushing this on my behalf? - Anthony On 5/24/19 2:49 PM, Pelloux-prayer, Pierre-eric wrote: Looks good to me, thanks. Reviewed-by: Pierre-Eric Pelloux-Prayer From: Piglit

Re: [Piglit] [PATCH] arb_texture_buffer_range: Fix buffer alignment in ranges-2 test

2019-05-24 Thread Pelloux-prayer, Pierre-eric
Looks good to me, thanks. Reviewed-by: Pierre-Eric Pelloux-Prayer From: Piglit on behalf of Anthony Pesch Sent: Friday, May 24, 2019 8:21 PM To: Pierre-Eric Pelloux-Prayer; Anthony Pesch; piglit@lists.freedesktop.org Subject: Re: [Piglit] [PATCH]

Re: [Piglit] [PATCH] arb_texture_buffer_range: Fix buffer alignment in ranges-2 test

2019-05-24 Thread Anthony Pesch
Hi Pierre, Thanks! I've modifed the patch to cast data, and added an additional check to ensure unaligned offsets produce INVALID_VALUE. I'm not sure how to use git send-mail to update a review, so I've just inlined the updated patch here and attached it as well. - Anthony commit