summaryrefslogtreecommitdiffstats
path: root/include/GL/xmesa_xf86.h
Commit message (Collapse)AuthorAgeFilesLines
* xmesa: deprecate the "XMesa" interfaceBrian Paul2009-01-101-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änzer2007-11-051-0/+5
| | | | The internal CreatePixmap API has been extended.
* add glxtokens.h to xmesa_xf86.h as discussed on mailing listDave Airlie2007-05-261-0/+1
|
* Fix xserver build after recent XMesa changes.Michel Dänzer2007-05-221-1/+28
| | | | Only build tested.
* add missing semicolonMatthias Hopf2007-04-241-1/+1
|
* xmesa: drop unused XMesaPutImageHelper.George Sapountzis2007-04-131-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 Sapountzis2007-03-301-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 usedBrian Paul2006-03-301-0/+12
|
* remove some unneeded macrosBrian Paul2004-03-041-38/+5
|
* Refactored several variables out of XMesaVisual in favor of identicalIan Romanick2004-02-191-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 Romanick2003-06-051-1/+0
|
* added some castsBrian Paul2000-04-051-3/+3
|
* removed the GET_BITS_PER_PIXEL macroBrian Paul2000-02-251-8/+1
|
* added do /while to multi-line macrosBrian Paul2000-01-171-25/+25
|
* use nplanes instead of bitsPerRGBValue in GET_BITS_PER_PIXEL macroBrian Paul2000-01-161-2/+8
|
* Initial revisionjtg1999-08-191-0/+189