xmesa: export xmesa functions used by xfree86.
authorGeorge Sapountzis <gsap7@yahoo.gr>
Fri, 13 Apr 2007 15:12:37 +0000 (18:12 +0300)
committerGeorge Sapountzis <gsap7@yahoo.gr>
Fri, 13 Apr 2007 15:12:37 +0000 (18:12 +0300)
commit50aaabc248c9823106ff772873cbf2631d4dadcd
tree4b9f2b6aab47961b7e75be7484f27a719db42a71
parent30b6f11de1f2f3b9198388451b8a1f73f012c964
xmesa: export xmesa functions used by xfree86.

This uses xmesa.h as the GLcore interface and avoids adding an explicit GLcore
inteface which would not be a proper interface anyway.

It puts the declarations of the three functions specific for XMesa/XFree86 in
xmesa.h, we can push them down to xmesa_xf86.h if hiding behind XFree86Server
ifdef's is not enough.
include/GL/xmesa.h
src/mesa/drivers/x11/xm_api.c
src/mesa/drivers/x11/xmesaP.h