glapi: Fix loading of old DRI drivers.
authorChia-I Wu <olv@lunarg.com>
Tue, 27 Apr 2010 15:19:27 +0000 (23:19 +0800)
committerChia-I Wu <olv@lunarg.com>
Tue, 27 Apr 2010 15:19:27 +0000 (23:19 +0800)
commitf1381880a8e0e0cdd96c4c725ff35a28b250b09d
tree2befc26f588b76cc81fffbcd59784f7615ffa4dd
parentea373df069aa734b4f59a5fbdbc304477a3613a0
glapi: Fix loading of old DRI drivers.

The removal of _glapi_noop_enable_warnings and _glapi_set_warning_func
in e4f168a6f4911a096be97d2e83ef8ad9c5862ec0 prevents DRI drivers built
before the commit from loading.  Add stub versions of the functions to
make them load again.
src/mesa/glapi/glapi_nop.c