Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-11-05 | Fix GLX build of xserver master branch. | Michel Dänzer | |
The internal CreatePixmap API has been extended. | |||
2007-05-26 | add glxtokens.h to xmesa_xf86.h as discussed on mailing list | Dave Airlie | |
2007-05-22 | Fix xserver build after recent XMesa changes. | Michel Dänzer | |
Only build tested. | |||
2007-04-24 | add missing semicolon | Matthias Hopf | |
2007-04-13 | xmesa: 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-30 | Clean 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-30 | XMesaDrawLine macro, not currently used | Brian Paul | |
2004-03-04 | remove some unneeded macros | Brian Paul | |
2004-02-19 | Refactored several variables out of XMesaVisual in favor of identical | Ian Romanick | |
fields in __GLcontextModes (the base type). Removed the need to keep the XMesaVisualInfo pointer when building inside the X-server. | |||
2003-06-05 | Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything. | Ian Romanick | |
2000-04-05 | added some casts | Brian Paul | |
2000-02-25 | removed the GET_BITS_PER_PIXEL macro | Brian Paul | |
2000-01-17 | added do /while to multi-line macros | Brian Paul | |
2000-01-16 | use nplanes instead of bitsPerRGBValue in GET_BITS_PER_PIXEL macro | Brian Paul | |
1999-08-19 | Initial revision | jtg | |