glapi: Remove static dispatch for functions that didn't exist in 10.3
authorIan Romanick <ian.d.romanick@intel.com>
Tue, 12 May 2015 23:01:17 +0000 (16:01 -0700)
committerIan Romanick <ian.d.romanick@intel.com>
Sat, 16 May 2015 03:23:16 +0000 (20:23 -0700)
Comparing the output of

    nm libGL.so | grep ' T gl[^X]' | sed 's/.* T //'

between 10.3.7 and this commit, the only change is the removal of
glFramebufferTextureFaceARB.  This function was removed a couple commits
previously.

glClipControl was, at the time 10.3 shipped, a very new function.  It
was added by GL_ARB_clip_control.  That extension was ratified by the
Khronos Board of Promoters on August 7, 2014.  It's less than a year
old, and I don't think it's is likely that there are many applications
using that extension... much less statically linking with the function.

Signed-off-by: Ian Romanick <ian.d.romanick@intel.com>
Reviewed-by: Emil Velikov <emil.l.velikov@gmail.com>
src/mapi/glapi/gen/static_data.py

index 9623db2af61e554646fe00f4b41efc05b27cc808..ab9c605fe9e1587d3bec652566b72fbc0bcab7a0 100644 (file)
@@ -545,7 +545,6 @@ functions = [
    "ClientActiveTexture",
    "ClientActiveTextureARB",
    "ClientWaitSync",
-   "ClipControl",
    "ClipPlane",
    "ClipPlanef",
    "ClipPlanex",