glapi: Fix incorrect enum value.
authorPaul Berry <stereotype441@gmail.com>
Wed, 15 Feb 2012 18:35:10 +0000 (10:35 -0800)
committerPaul Berry <stereotype441@gmail.com>
Thu, 23 Feb 2012 17:35:44 +0000 (09:35 -0800)
commitbc39de8c0b6bb19e411cfa8606f189c4868a5f01
tree00dcc80ddb92b3c49aeec9a73682cae7acbeebb0
parent4a72d859b4f8d0444eb7f38606d59d7ddc9ea8fa
glapi: Fix incorrect enum value.

From http://www.opengl.org/registry/specs/ARB/seamless_cube_map.txt:

    Accepted by the <cap> parameter of Enable, Disable and IsEnabled,
    and by the <pname> parameter of GetBooleanv, GetIntegerv, GetFloatv
    and GetDoublev:

    TEXTURE_CUBE_MAP_SEAMLESS                   0x884F

This caused a change in enums.c, which is manually built from the .xml
files.

Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
src/mapi/glapi/gen/ARB_seamless_cube_map.xml
src/mesa/main/enums.c