diff options
author | Ian Romanick <[email protected]> | 2015-05-12 15:24:03 -0700 |
---|---|---|
committer | Ian Romanick <[email protected]> | 2015-05-15 20:23:13 -0700 |
commit | 832d43bbb6e5e04d71dd3d6e2de94a1c38b3485f (patch) | |
tree | 926c1dd2980c4523abdb5f1546395da7f7dc6771 /include | |
parent | ea54b3ea1adb19b55d6aa55f9afaa0eba3f4e865 (diff) |
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 <[email protected]>
Reviewed-by: Emil Velikov <[email protected]>
Diffstat (limited to 'include')
0 files changed, 0 insertions, 0 deletions