Module Name: xsrc Committed By: snj Date: Sat Jan 30 19:09:15 UTC 2010
Modified Files: xsrc/external/mit/MesaLib/dist/src/mesa/glapi [netbsd-5]: glapi.c glapi_getproc.c glthread.c Log Message: Pull up following revision(s) (requested by rafal in ticket #1270): external/mit/MesaLib/dist/src/mesa/glapi/glapi.c: revision 1.2 external/mit/MesaLib/dist/src/mesa/glapi/glapi_getproc.c: revision 1.2 external/mit/MesaLib/dist/src/mesa/glapi/glthread.c: revision 1.2 Decorate some GL APIs with PUBLIC so they're available to link against; otherwise e.g. the swrast DRI module can't find _glapi_check_multithread. >From http://people.freedesktop.org/~krh/glapi.patch with some tweaks. ok phone@ To generate a diff of this commit: cvs rdiff -u -r1.1.1.1.2.1 -r1.1.1.1.2.2 \ xsrc/external/mit/MesaLib/dist/src/mesa/glapi/glapi.c \ xsrc/external/mit/MesaLib/dist/src/mesa/glapi/glthread.c cvs rdiff -u -r1.1.1.1.2.2 -r1.1.1.1.2.3 \ xsrc/external/mit/MesaLib/dist/src/mesa/glapi/glapi_getproc.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.