glx: Stop relying on libGL ABI bugs for glGetCompressedTexImage().
authorEric Anholt <eric@anholt.net>
Mon, 27 Jan 2014 19:36:05 +0000 (11:36 -0800)
committerKeith Packard <keithp@keithp.com>
Sat, 8 Feb 2014 00:00:26 +0000 (16:00 -0800)
commit87c4551c9cc9e382e6cfb59df1759d27c776abc8
treea901a4b0aad054b74da83208f1e79ba525b39b61
parentbf4f02337c97ffc3f7fbba9dba8ab72fa6c4a5fd
glx: Stop relying on libGL ABI bugs for glGetCompressedTexImage().

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.

Signed-off-by: Eric Anholt <eric@anholt.net>
Reviewed-by: Adam Jackson <ajax@redhat.com>
Signed-off-by: Keith Packard <keithp@keithp.com>
glx/indirect_texture_compression.c