glapi: Remove static dispatch for functions that didn't exist in 10.4
authorIan Romanick <ian.d.romanick@intel.com>
Tue, 12 May 2015 22:47:41 +0000 (15:47 -0700)
committerIan Romanick <ian.d.romanick@intel.com>
Sat, 16 May 2015 03:23:15 +0000 (20:23 -0700)
commitc1ad2bac71fab362e397219d7274af842ef83878
tree7a420b0e09e208144f9494752723c72e2f422d39
parent832d43bbb6e5e04d71dd3d6e2de94a1c38b3485f
glapi: Remove static dispatch for functions that didn't exist in 10.4

Comparing the output of

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

between 10.4.7 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.4.7, there's approximately zero chance
they will for 10.6.

Almost all of these functions are for GL_ARB_direct_state_access.
Since the whole DSA API wasn't statically exported (and the extension
wasn't enabled!), I think there's exactly zero chance anyone linked
against these symbols.

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