[Piglit] [PATCH v2 2/3] arb_texture_storage: Update test requirements

2013-10-16 Thread Ian Romanick
From: Ian Romanick ian.d.roman...@intel.com The test uses 3D textures which were not part of OpenGL until 1.2. This doesn't matter much in practice because the Linux OpenGL ABI requires at least OpenGL 1.2. Change the minimum GL version from 1.0 to 1.2. Also, require GL_ARB_texture_cube_map

Re: [Piglit] [PATCH v2 2/3] arb_texture_storage: Update test requirements

2013-10-16 Thread Matt Turner
On Wed, Oct 16, 2013 at 3:51 PM, Ian Romanick i...@freedesktop.org wrote: From: Ian Romanick ian.d.roman...@intel.com The test uses 3D textures which were not part of OpenGL until 1.2. This doesn't matter much in practice because the Linux OpenGL ABI requires at least OpenGL 1.2. Change the

Re: [Piglit] [PATCH v2 2/3] arb_texture_storage: Update test requirements

2013-10-16 Thread Ian Romanick
On 10/16/2013 04:38 PM, Matt Turner wrote: On Wed, Oct 16, 2013 at 3:51 PM, Ian Romanick i...@freedesktop.org wrote: From: Ian Romanick ian.d.roman...@intel.com The test uses 3D textures which were not part of OpenGL until 1.2. This doesn't matter much in practice because the Linux OpenGL

Re: [Piglit] [PATCH v2 2/3] arb_texture_storage: Update test requirements

2013-10-16 Thread Matt Turner
On Wed, Oct 16, 2013 at 4:43 PM, Ian Romanick i...@freedesktop.org wrote: On 10/16/2013 04:38 PM, Matt Turner wrote: On Wed, Oct 16, 2013 at 3:51 PM, Ian Romanick i...@freedesktop.org wrote: From: Ian Romanick ian.d.roman...@intel.com The test uses 3D textures which were not part of OpenGL