Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-04-13 | xmesa: export xmesa functions used by xfree86. | George Sapountzis | |
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-12 | bump version numbers to their real values | Daniel Borca | |
2003-06-05 | Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything. | Ian Romanick | |
2002-10-05 | added XMesaCreatePBuffer() | Brian Paul | |
2002-03-16 | added XMesaResizeBuffers() | Brian Paul | |
2001-09-23 | bump versions to 4.0 | Brian Paul | |
2001-06-20 | bumped version numbers | Brian Paul | |
2001-01-24 | minor tweaks | Brian Paul | |
2000-08-22 | Committing in . | Jouk Jansen | |
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-02 | removed all DRI-isms | Brian Paul | |
2000-04-05 | new arguments to XMesaCreateVisual() | Brian Paul | |
2000-03-31 | added XMesaCreateVisual2() | Brian Paul | |
2000-02-25 | added XMesaUnbindContext (for DRI) | Brian Paul | |
2000-01-13 | applied Daryll's patches for GLX_DIRECT_RENDERING | Brian Paul | |
1999-11-24 | removed version logging | Brian Paul | |
1999-11-24 | added XMesaMakeCurrent2(), XMesaGetCurrentReadBuffer(), bumped version to 3.3 | Brian Paul | |
1999-08-19 | Initial revision | jtg | |