Re: [Piglit] [PATCH 8/8] rude hack: use smaller formats in texturing tests.

2013-01-07 Thread Paul Berry
On 5 January 2013 01:07, Chris Forbes wrote: > RGBA32I, RGBA32UI, and RGBA32F are huge and > unsupported for multisample textures on at least Gen6 i965. > > This shouldn't be committed as-is, but it allowed for testing of > multisample samplers with the generic textureSize() test. > > Signed-off-

[Piglit] [PATCH 8/8] rude hack: use smaller formats in texturing tests.

2013-01-05 Thread Chris Forbes
RGBA32I, RGBA32UI, and RGBA32F are huge and unsupported for multisample textures on at least Gen6 i965. This shouldn't be committed as-is, but it allowed for testing of multisample samplers with the generic textureSize() test. Signed-off-by: Chris Forbes --- tests/texturing/shaders/common.c | 6