glapi: Remove static dispatch for functions that didn't exist in NVIDIA
authorIan Romanick <ian.d.romanick@intel.com>
Wed, 13 May 2015 00:27:26 +0000 (17:27 -0700)
committerIan Romanick <ian.d.romanick@intel.com>
Sat, 16 May 2015 03:23:19 +0000 (20:23 -0700)
commitd2ee60cd5286695f738117c87c24b04b08340c6b
tree76a322dc9a25c4fde58d537c641adc2f2170a4ec
parent4adfc6ed31983bcf52e106469f22bb121a56532b
glapi: Remove static dispatch for functions that didn't exist in NVIDIA

Comparing the output of

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

between Catalyst NVIDIA 349.16 and this commit, the only change is a bunch
of functions that NVIDIA exports that Mesa does not.

If a function is not statically exported by either of the major binary
drivers on Linux, there is almost zero chance that any application
statically links with it.

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