From 5ed51e950f8b5850cada5aa6289215dbf254c1c7 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Sun, 21 Nov 2010 09:19:23 -0700 Subject: mesa: hook up GL 3.x entrypoints Fix up some details in the xml files and regenerate dispatch files. --- src/mapi/glapi/gen/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/mapi/glapi/gen/Makefile') diff --git a/src/mapi/glapi/gen/Makefile b/src/mapi/glapi/gen/Makefile index ed1e664b8a8..5a9b6ac4a87 100644 --- a/src/mapi/glapi/gen/Makefile +++ b/src/mapi/glapi/gen/Makefile @@ -93,7 +93,9 @@ API_XML = \ EXT_transform_feedback.xml \ NV_conditional_render.xml \ NV_primitive_restart.xml \ - OES_EGL_image.xml + OES_EGL_image.xml \ + GL3x.xml + COMMON = $(API_XML) gl_XML.py glX_XML.py license.py typeexpr.py -- cgit v1.2.3