summaryrefslogtreecommitdiffstats
path: root/include/GL/glx.h
Commit message (Collapse)AuthorAgeFilesLines
* removed duplicate GLX_AUX_BUFFERS_BIT definitionBrian Paul2001-09-241-2/+1
|
* bump versions to 4.0Brian Paul2001-09-231-3/+3
|
* more GL 1.3 and GLX 1.4 updatesBrian Paul2001-09-141-1/+13
|
* added GLX_RGBA_TYPE, fixed GLX_LARGEST_PBUFFER typoBrian Paul2001-09-011-2/+3
|
* added four missing GLX 1.3 tokensBrian Paul2001-07-271-1/+5
|
* added missing GLX_PBUFFER_WIDTH/HEIGHT tokensBrian Paul2001-06-251-1/+3
|
* change GLXContext and GLXFBConfig typedefsBrian Paul2001-05-241-3/+3
|
* updated glXSet3DfxModeMESA() prototype typesBrian Paul2000-12-141-2/+2
|
* include glxext.h unless GLX_GLXEXT_LEGACY is definedBrian Paul2000-12-081-7/+7
|
* fixed GLX_PBUFFER valueBrian Paul2000-11-251-3/+3
|
* Committing in .Jouk Jansen2000-08-221-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | 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 ----------------------------------------------------------------------
* added extension numbers for Mesa extensionsBrian Paul2000-06-231-19/+22
|
* clean-up in anticipation of glxext.hBrian Paul2000-06-081-84/+134
|
* added GLX_EXT_import_context, 1.3 misc clean-upBrian Paul2000-04-191-3/+25
|
* added missing 1.3 token values, added glXGetFBConfigs(), fixed ↵Brian Paul2000-04-101-38/+41
| | | | glXChooseFBConfig()
* fixed typo in GLX_SLOW_VISUAL_EXTBrian Paul2000-03-311-2/+2
|
* added GLX_EXT_visual_ratingBrian Paul2000-03-311-7/+12
|
* removed test for MESA symbolBrian Paul2000-03-201-4/+1
|
* Committing in .Jouk Jansen2000-03-061-1/+13
| | | | | | | | VMS : C++ & Xlib.h problems. Modified Files: Mesa/include/GL/glx.h ----------------------------------------------------------------------
* removed GLX_VERSION_1_3 for nowBrian Paul2000-03-031-2/+1
|
* changed glXCopyContext() mask to unsigned long, per GLX specBrian Paul2000-02-271-2/+2
|
* Committing in .Jouk Jansen2000-02-251-2/+2
| | | | | | | | VMS & type-mismatch problems Modified Files: Mesa/include/GL/glext.h Mesa/include/GL/glx.h ----------------------------------------------------------------------
* changed glXCopyContext()'s mask to unsigned longBrian Paul2000-02-231-3/+3
|
* added GLX_ARB_get_proc_addressBrian Paul1999-12-111-2/+6
|
* added a few more GLX 1.3 tokensBrian Paul1999-11-241-1/+3
|
* added GLX 1.3 tokens and functionsBrian Paul1999-11-231-13/+122
|
* bumped GLX version to 1.2, added glXGetCurrentDisplay()Brian Paul1999-11-221-1/+7
|
* first big check-in of new Mesa 3.3 codeBrian Paul1999-11-111-30/+33
|
* removed cvs history logs and old commentsBrian Paul1999-10-271-43/+1
|
* removed glXGetProcAddressEXTBrian Paul1999-10-271-8/+4
|
* added GLX_MESA_set_3dfx_mode. clean-up of glXGetProcAddressBrian Paul1999-09-161-15/+22
|
* added GLX_EXT_get_proc_addressBrian Paul1999-09-111-5/+10
|
* Initial revisionjtg1999-08-191-0/+261