glapi: Remove static dispatch for functions that didn't exist in 10.5
authorIan Romanick <ian.d.romanick@intel.com>
Tue, 12 May 2015 22:24:03 +0000 (15:24 -0700)
committerIan Romanick <ian.d.romanick@intel.com>
Sat, 16 May 2015 03:23:13 +0000 (20:23 -0700)
commit832d43bbb6e5e04d71dd3d6e2de94a1c38b3485f
tree926c1dd2980c4523abdb5f1546395da7f7dc6771
parentea54b3ea1adb19b55d6aa55f9afaa0eba3f4e865
glapi: Remove static dispatch for functions that didn't exist in 10.5

Comparing the output of

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

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

None of these functions are particuarly new.  If applications were not
statically linking them with 10.5.5, there's approximately zero chance
they will for 10.6.

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