Mesa (master): glapi: Fix make check

Ian Romanick idr at kemper.freedesktop.org
Fri Apr 4 03:13:06 UTC 2014


Module: Mesa
Branch: master
Commit: 4fa58ae5c78c15287ad59950c3634017a39e28b6
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=4fa58ae5c78c15287ad59950c3634017a39e28b6

Author: Ian Romanick <ian.d.romanick at intel.com>
Date:   Wed Apr  2 14:48:24 2014 -0700

glapi: Fix make check

/me puts a paper bag on his head and sits in the corner.

This was supposed to be included in 5a68f731, which added
glPointSizePointerOES back to the list of functions exposed by
libGLESv1_CM.  It looks like it was an uncommitted change in my tree
when I sent the patch out.

Signed-off-by: Ian Romanick <ian.d.romanick at intel.com>
Reviewed-by: Matt Turner <mattst88 at gmail.com>

---

 src/mapi/es1api/ABI-check |    1 +
 1 file changed, 1 insertion(+)

diff --git a/src/mapi/es1api/ABI-check b/src/mapi/es1api/ABI-check
index aecad5a..44654cd 100755
--- a/src/mapi/es1api/ABI-check
+++ b/src/mapi/es1api/ABI-check
@@ -122,6 +122,7 @@ glPointParameterfv
 glPointParameterx
 glPointParameterxv
 glPointSize
+glPointSizePointerOES
 glPointSizex
 glPolygonOffset
 glPolygonOffsetx




More information about the mesa-commit mailing list