gles: Fix glGet(GL_{NUM_,}COMPRESSED_TEXTURE_FORMATS_ARB)
authorAdam Jackson <ajax@redhat.com>
Thu, 8 Sep 2011 17:34:53 +0000 (13:34 -0400)
committerAdam Jackson <ajax@redhat.com>
Thu, 8 Sep 2011 17:40:06 +0000 (13:40 -0400)
commitfaf5d6584b9d75a10987c4460b376af7d1e4d496
treecc412ed796ccc85a73b42fa69e4b7e49a870a5c6
parentb453ba2c9f8ccb1d61a0ef50f0a40592df3366c3
gles: Fix glGet(GL_{NUM_,}COMPRESSED_TEXTURE_FORMATS_ARB)

We'd still accept the GL_PALETTE[48]_* formats in glCompressedTexImage2D,
but they wouldn't be listed if you queried whether they were supported.

Signed-off-by: Adam Jackson <ajax@redhat.com>
src/mesa/main/texcompress.c