summaryrefslogtreecommitdiff
path: root/include/GL/xmesa.h
AgeCommit message (Collapse)AuthorFilesLines
2007-05-22Fix xserver build after recent XMesa changes.Michel Dänzer1-2/+2
Only build tested.
2007-05-19added texture_from_pixmap functionsBrian1-2/+21
2007-04-13xmesa: export xmesa functions used by xfree86.George Sapountzis1-0/+15
This uses xmesa.h as the GLcore interface and avoids adding an explicit GLcore inteface which would not be a proper interface anyway. It puts the declarations of the three functions specific for XMesa/XFree86 in xmesa.h, we can push them down to xmesa_xf86.h if hiding behind XFree86Server ifdef's is not enough.
2004-10-12bump version numbers to their real valuesDaniel Borca1-2/+2
2003-06-05Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.Ian Romanick1-2/+0
2002-10-05added XMesaCreatePBuffer()Brian Paul1-3/+13
2002-03-16added XMesaResizeBuffers()Brian Paul1-3/+12
2001-09-23bump versions to 4.0Brian Paul1-4/+4
2001-06-20bumped version numbersBrian Paul1-3/+3
2001-01-24minor tweaksBrian Paul1-3/+2
2000-08-22 Committing in .Jouk Jansen1-2/+4
Modified Files: Mesa/include/GL/glx.h Mesa/include/GL/xmesa.h Mesa/src/descrip.mms Mesa/src/X/glxheader.h Mesa/src/X/xfonts.c Mesa/src/X/xfonts.h Mesa/src-glu/descrip.mms Mesa/src-glut/capturexfont.c Mesa/src-glut/descrip.mms Mesa/src-glut/glut_cmap.c Mesa/src-glut/glut_event.c Mesa/src-glut/glut_fullscrn.c Mesa/src-glut/glut_gamemode.c Mesa/src-glut/glut_init.c Mesa/src-glut/glut_input.c Mesa/src-glut/glut_menu.c Mesa/src-glut/glut_menu2.c Mesa/src-glut/glut_overlay.c Mesa/src-glut/glut_win.c Mesa/src-glut/glut_winmisc.c Mesa/src-glut/glutint.h Mesa/src-glut/layerutil.h Mesa/vms/analyze_map.com Added Files: Mesa/include/GL/vms_x_fix.h Patches effective on VMS only. This allows for compiling with /name=(as_is,short). This breaks the binary compatibility with previous versions for VMS, but is the only way to combine Mesa with GTK for VMS. Jouk ----------------------------------------------------------------------
2000-05-02removed all DRI-ismsBrian Paul1-32/+4
2000-04-05new arguments to XMesaCreateVisual()Brian Paul1-31/+25
2000-03-31added XMesaCreateVisual2()Brian Paul1-1/+18
2000-02-25added XMesaUnbindContext (for DRI)Brian Paul1-1/+7
2000-01-13applied Daryll's patches for GLX_DIRECT_RENDERINGBrian Paul1-5/+31
1999-11-24removed version loggingBrian Paul1-21/+1
1999-11-24added XMesaMakeCurrent2(), XMesaGetCurrentReadBuffer(), bumped version to 3.3Brian Paul1-6/+26
1999-08-19Initial revisionjtg1-0/+357