diff options
author | Ian Romanick <[email protected]> | 2014-04-02 14:48:24 -0700 |
---|---|---|
committer | Ian Romanick <[email protected]> | 2014-04-03 20:12:19 -0700 |
commit | 4fa58ae5c78c15287ad59950c3634017a39e28b6 (patch) | |
tree | 2ffbff906e140e6b3ce844f8026a891b0e15c25c /src/mapi/es1api | |
parent | 177c9be61535a66607e0de9b0ecf00c8d5d451ac (diff) |
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 <[email protected]>
Reviewed-by: Matt Turner <[email protected]>
Diffstat (limited to 'src/mapi/es1api')
-rwxr-xr-x | src/mapi/es1api/ABI-check | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mapi/es1api/ABI-check b/src/mapi/es1api/ABI-check index aecad5a6f5b..44654cde863 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 |