Re: [Piglit] [PATCH 3/3] arb_internalformat_query2: some formats are not compatible with TBOs

2018-01-29 Thread Marek Olšák
Reviewed-by: Marek Olšák Marek On Sat, Jan 27, 2018 at 10:44 AM, Alejandro Piñeiro wrote: > On those cases, the resource is not supported, so we should expect the > unsupported outcome. > --- > .../spec/arb_internalformat_query2/image-texture.c | 55

[Piglit] [PATCH 3/3] arb_internalformat_query2: some formats are not compatible with TBOs

2018-01-27 Thread Alejandro Piñeiro
On those cases, the resource is not supported, so we should expect the unsupported outcome. --- .../spec/arb_internalformat_query2/image-texture.c | 55 +- 1 file changed, 54 insertions(+), 1 deletion(-) diff --git a/tests/spec/arb_internalformat_query2/image-texture.c