[Piglit] [PATCH 4/4] GL_ARB_texture_compression/invalid_formats: Mark BPTC formats as optional

2013-08-19 Thread Ian Romanick
From: Ian Romanick ian.d.roman...@intel.com NVIDIA's driver doesn't expose these formats, and nothing in the ARB_texture_compression_bptc extension spec or OpenGL 4.2 spec seem to require they be advertised. With this patch, NVIDIA is closer to passing this test. However, they also advertise

Re: [Piglit] [PATCH 4/4] GL_ARB_texture_compression/invalid_formats: Mark BPTC formats as optional

2013-08-19 Thread Anuj Phogat
On Mon, Aug 19, 2013 at 4:35 PM, Ian Romanick i...@freedesktop.org wrote: From: Ian Romanick ian.d.roman...@intel.com NVIDIA's driver doesn't expose these formats, and nothing in the ARB_texture_compression_bptc extension spec or OpenGL 4.2 spec seem to require they be advertised. With this