Re: [PATCH 1/5] glx: Stop relying on libGL ABI bugs for glGetCompressedTexImage().

2014-02-07 Thread Keith Packard
Adam Jackson a...@nwnk.net writes: 1-4 of this series is: Reviewed-by: Adam Jackson a...@redhat.com Merged. bf4f023..76eedb0 master - master -- keith.pack...@intel.com pgpAy1uljNYQE.pgp Description: PGP signature ___ xorg-devel@lists.x.org:

Re: [PATCH 1/5] glx: Stop relying on libGL ABI bugs for glGetCompressedTexImage().

2014-02-03 Thread Adam Jackson
On Mon, 2014-01-27 at 11:36 -0800, Eric Anholt wrote: In theory, the linux libGL ABI exposes just GL 1.2 plus GLX 1.3. But, thanks to libglapi, we're letting glGetCompressedTexImageARB() be exposed too. The GLX code was inappropriately relying on it by using GL_GLEXT_PROTOTYPES. 1-4 of this

[PATCH 1/5] glx: Stop relying on libGL ABI bugs for glGetCompressedTexImage().

2014-01-27 Thread Eric Anholt
In theory, the linux libGL ABI exposes just GL 1.2 plus GLX 1.3. But, thanks to libglapi, we're letting glGetCompressedTexImageARB() be exposed too. The GLX code was inappropriately relying on it by using GL_GLEXT_PROTOTYPES. --- glx/indirect_texture_compression.c | 8 ++-- 1 file changed,