summaryrefslogtreecommitdiff
path: root/include/GL/xmesa_xf86.h
AgeCommit message (Collapse)Author
2007-05-26add glxtokens.h to xmesa_xf86.h as discussed on mailing listDave Airlie
2007-05-22Fix xserver build after recent XMesa changes.Michel Dänzer
Only build tested.
2007-04-24add missing semicolonMatthias Hopf
2007-04-13xmesa: drop unused XMesaPutImageHelper.George Sapountzis
It could only be called from XMesaCopySubBuffer but this function is not used by XFree86. It seems that XMesaPutImageHelper would handle sub-images but never got finished. Proper sub-image helpers should be written if need be.
2007-03-30Clean and update XMesa/XFree86 interface.George Sapountzis
Drop XMesaSetVisualDisplay(), XMesaReset(), no longer used. Add XMesaCopyContext() and move the GlxSetRenderTables() call for XGL within XMesaForceCurrent(). This is to make xserver/GL/mesa/X/xf86glx.c unaware of Mesa internals. Also, clean some ifdef's to make it clear that USE_XSHM and XFree86Server are mutually exclusive. Lastly, - move gcstruct.h from glxheader.h up to xmesa_xf86.h since it calls *gc->ops - drop GL/glxtokens.h from xm_api|dd.c, GLX tokens come from glcore.h and are used irrelevant of XFree86.
2006-03-30XMesaDrawLine macro, not currently usedBrian Paul
2004-03-04remove some unneeded macrosBrian Paul
2004-02-19Refactored several variables out of XMesaVisual in favor of identicalIan Romanick
fields in __GLcontextModes (the base type). Removed the need to keep the XMesaVisualInfo pointer when building inside the X-server.
2003-06-05Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.Ian Romanick
2000-04-05added some castsBrian Paul
2000-02-25removed the GET_BITS_PER_PIXEL macroBrian Paul
2000-01-17added do /while to multi-line macrosBrian Paul
2000-01-16use nplanes instead of bitsPerRGBValue in GET_BITS_PER_PIXEL macroBrian Paul
1999-08-19Initial revisionjtg