Modify X11 driver and fake glx to store a GLcontext
authorKeith Whitwell <keith@tungstengraphics.com>
Mon, 8 Jan 2001 04:06:20 +0000 (04:06 +0000)
committerKeith Whitwell <keith@tungstengraphics.com>
Mon, 8 Jan 2001 04:06:20 +0000 (04:06 +0000)
commite9bf776711b22ce336cd462adf534ad3e2d61eec
tree6ab4e1d24947ffca108d1ada9710bb9563e93011
parent78477947de9c8a69bd4beec2ef24abd0d142d080
Modify X11 driver and fake glx to store a GLcontext
(ie a 'struct __GLcontextRec *') instead of an 'XMesaContext'.

This is to fix conflicts in XFree86 where both the indirect XMesaContext
and the GLcontext were calling themselves __GLcontextRec's.
src/mesa/drivers/x11/fakeglx.c
src/mesa/drivers/x11/glxheader.h
src/mesa/drivers/x11/xfonts.c
src/mesa/drivers/x11/xfonts.h
src/mesa/drivers/x11/xm_api.c
src/mesa/drivers/x11/xm_dd.c
src/mesa/drivers/x11/xm_span.c
src/mesa/drivers/x11/xmesaP.h