[Piglit] [Bug 99293] piglit test for render reordering

2017-12-31 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=99293 --- Comment #1 from Fabian Bieler --- Created attachment 136463 --> https://bugs.freedesktop.org/attachment.cgi?id=136463&action=edit new gles3 Test transform-feedback to uniform-buffer-object Would this test work for the tf-ubo-tiling-interac

[Piglit] [PATCH 1/2] textureSize: add ability to test tess eval stage

2017-12-31 Thread sroland
From: Roland Scheidegger This is a problem of all texturing tests, they cannot exercise the tesselation stages. (But I'm too lazy to fix the others, and too lazy to hack something up for tcs stage, I only need it to verify a bug/fix with r600 buffer textures.) --- tests/texturing/shaders/common.

[Piglit] [PATCH 2/2] arb_texture_buffer_object/max-size: skip if the buffer can't be allocated

2017-12-31 Thread sroland
From: Roland Scheidegger The max size reported by GL_MAX_TEXTURE_BUFFER_SIZE only guarantees that buffers which contain that many texels can be sampled from. It does not mean it is guaranteed the corresponding huge buffers can be allocated in the first place. (r600 for instance will report some h