[Piglit] [Bug 102090] New: Throwing "...does not recognize some tests" error when libraries are missing

2017-08-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=102090 Bug ID: 102090 Summary: [Piglit] Throwing "...does not recognize some tests" error when libraries are missing Product: piglit Version: unspecified Hardware: x86-64

[Piglit] [PATCH] glx: Fix glx-swap-exchange

2017-08-07 Thread Thomas Hellstrom
Fix the following problems with this test: 1) The spec is not referring to glXChooseVisual attributes, only to glXChooseFBConfig attributes. So use glXChooseFBConfig. 2) Make sure we have an alpha channel. 3) Call piglit_dispatch_default_init before issuing GL commands. 4) Restrict the test to

Re: [Piglit] [PATCH] arb_bindless_texture: add a test which sets mixed texture units/handles

2017-08-07 Thread Timothy Arceri
On 26/07/17 05:31, Samuel Pitoiset wrote: This test currently fails to return the correct 64-bit handle value with Mesa. This is because it ends up by performing the slower ^-- remove this :) Otherwise: Reviewed-by: Timothy Arceri

Re: [Piglit] [PATCHi V2] ext_memory_object: add some basic api error checks

2017-08-07 Thread Samuel Pitoiset
Reviewed-by: Samuel Pitoiset On 08/06/2017 06:48 AM, Timothy Arceri wrote: This only tests for errors when is 0, but its a start. v2: - make use of piglit_check_gl_error() - shorten spec quote Cc: Samuel Pitoiset --- Please note