aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/x11/xmesa.h
Commit message (Collapse)AuthorAgeFilesLines
* Remove an AmiWin leftoverAdam Jackson2011-09-061-6/+0
| | | | Signed-off-by: Adam Jackson <[email protected]>
* xlib: pass Display pointer to XMesaGarbageCollect()Andy Skinner2011-02-221-1/+1
| | | | | | Fixes an issue when different displays are used on different threads. Signed-off-by: Brian Paul <[email protected]>
* drivers/x11: unifdef XFree86ServerAdam Jackson2010-11-291-17/+0
| | | | | | | This code was for the old GLcore build of the software rasteriser. The X server switched to a DRI driver for software indirect GLX long ago. Signed-off-by: Adam Jackson <[email protected]>
* Grammar and spelling fixesJeff Smith2010-03-121-1/+1
| | | | | Signed-off-by: Jeff Smith <[email protected]> Signed-off-by: Brian Paul <[email protected]>
* xmesa: deprecate the "XMesa" interfaceBrian Paul2009-01-101-0/+424
Move the include/GL/xmesa*.h files to src/mesa/drivers/x11/ so they're no longer considered public.