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

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

2017-07-25 Thread Samuel Pitoiset
This test currently fails to return the correct 64-bit handle value with Mesa. This is because it ends up by performing the slower convert-and-copy process instead of just memcpy'ing the value. Signed-off-by: Samuel Pitoiset ---