mapi: Move GL_NV_draw_buffers extension to es_EXT.xml
authorKristian Høgsberg <krh@bitplanet.net>
Wed, 11 Jul 2012 03:15:28 +0000 (23:15 -0400)
committerKristian Høgsberg <krh@bitplanet.net>
Wed, 11 Jul 2012 19:28:36 +0000 (15:28 -0400)
commit2adfce4a18c8f97b9f3fc4568c5a4e10ce18a8f8
tree2d770dcd6cc5d018eb070962411d7af3d5ebbefa
parente6a33570b73aa56c87818d7f67a122d4427b7841
mapi: Move GL_NV_draw_buffers extension to es_EXT.xml

We don't generate public entrypoints for GLES extensions, so move the
GL_NV_draw_buffers definition from ARB_draw_buffers.xml to es_EXT.xml.
When the extension is defined in ARB_draw_buffers.xml, we end up with a
public entry point for it, but no prototype, which gives an error when
compiled with --disable-asm and --disable-shared-glapi.

Instead, just move the GLES extension to es_EXT.xml so this doesn't happen.

Signed-off-by: Kristian Høgsberg <krh@bitplanet.net>
src/mapi/glapi/gen/ARB_draw_buffers.xml
src/mapi/glapi/gen/es_EXT.xml