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

2018-01-03 Thread Roland Scheidegger
Thanks for the review, I've added the tests to all.py. And good thing I did, because from the ~40 tests the 3 with bufferSamplers didn't actually work on my newest r600 patch version in a test run :-). Roland Am 03.01.2018 um 23:08 schrieb Fabian Bieler: > I think the new tes-texture-size test

[Piglit] [PATCH] arb_texture_buffer_object/indexed: test indexed samplers with tbo

2018-01-03 Thread sroland
From: Roland Scheidegger This just verifies that sampler arrays indexed with a uniform work with TBOs. (Broken on r600 evergreen pending a fix.) v2: fix compiler warnings, directly assign index uniform in shader --- tests/all.py | 1 +

Re: [Piglit] [PATCH 0/3] cleanups for ATI_fs tests

2018-01-03 Thread Eric Anholt
Miklós Máté writes: > Please do so. These are nice cleanups. > > MM I finally got around to pushing these. Once again, thanks for your work on this! signature.asc Description: PGP signature ___ Piglit mailing list

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

2018-01-03 Thread Fabian Bieler
I think the new tes-texture-size test should be added to all.py (in multiple places). Other than that, series is Reviewed-by: Fabian Bieler On 2018-01-01 06:41, srol...@vmware.com wrote: > From: Roland Scheidegger > > This is a problem of all