Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | xmesa: deprecate the "XMesa" interface | Brian Paul | 2009-01-10 | 1 | -198/+0 |
| | | | | | Move the include/GL/xmesa*.h files to src/mesa/drivers/x11/ so they're no longer considered public. | ||||
* | Fix GLX build of xserver master branch. | Michel Dänzer | 2007-11-05 | 1 | -0/+5 |
| | | | | The internal CreatePixmap API has been extended. | ||||
* | add glxtokens.h to xmesa_xf86.h as discussed on mailing list | Dave Airlie | 2007-05-26 | 1 | -0/+1 |
| | |||||
* | Fix xserver build after recent XMesa changes. | Michel Dänzer | 2007-05-22 | 1 | -1/+28 |
| | | | | Only build tested. | ||||
* | add missing semicolon | Matthias Hopf | 2007-04-24 | 1 | -1/+1 |
| | |||||
* | xmesa: drop unused XMesaPutImageHelper. | George Sapountzis | 2007-04-13 | 1 | -2/+1 |
| | | | | | | | | 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. | ||||
* | Clean and update XMesa/XFree86 interface. | George Sapountzis | 2007-03-30 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | 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. | ||||
* | XMesaDrawLine macro, not currently used | Brian Paul | 2006-03-30 | 1 | -0/+12 |
| | |||||
* | remove some unneeded macros | Brian Paul | 2004-03-04 | 1 | -38/+5 |
| | |||||
* | Refactored several variables out of XMesaVisual in favor of identical | Ian Romanick | 2004-02-19 | 1 | -6/+5 |
| | | | | | fields in __GLcontextModes (the base type). Removed the need to keep the XMesaVisualInfo pointer when building inside the X-server. | ||||
* | Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything. | Ian Romanick | 2003-06-05 | 1 | -1/+0 |
| | |||||
* | added some casts | Brian Paul | 2000-04-05 | 1 | -3/+3 |
| | |||||
* | removed the GET_BITS_PER_PIXEL macro | Brian Paul | 2000-02-25 | 1 | -8/+1 |
| | |||||
* | added do /while to multi-line macros | Brian Paul | 2000-01-17 | 1 | -25/+25 |
| | |||||
* | use nplanes instead of bitsPerRGBValue in GET_BITS_PER_PIXEL macro | Brian Paul | 2000-01-16 | 1 | -2/+8 |
| | |||||
* | Initial revision | jtg | 1999-08-19 | 1 | -0/+189 |