summaryrefslogtreecommitdiff
path: root/include/GL/glx.h
AgeCommit message (Collapse)Author
2005-02-26bring over structs from Xorg glx.h to make Mesa glx.h the one true glx.hDave Airlie
2005-02-26Add GLX_MESA_allocate_memory from Xorg glx.hDave Airlie
2005-01-04added GLX_NV_float_bufferBrian Paul
2004-09-27change include of glx_mangle.h to match other headersBrian Paul
2004-05-21remove duplicate GLX_DRAWABLE_TYPE token, sorted tokens by enum valueBrian Paul
2003-12-11Quash annoying compiler warningKeith Whitwell
2003-06-05Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.Ian Romanick
2003-01-14prototype render-to-textureBrian Paul
2002-10-14added missing GLX_TRANSPARENT_RGBBrian Paul
2002-10-08GLX_NV_vertex_array_range and GLX_MESA_agp_offset extensionsBrian Paul
2002-08-22added glXAllocate/FreeMemoryNV()Brian Paul
2001-12-14oops, wrong value for GLX_SAMPLESBrian Paul
2001-12-14added GLX_SAMPLE_BUFFERS, GLX_SAMPLESBrian Paul
2001-09-24removed duplicate GLX_AUX_BUFFERS_BIT definitionBrian Paul
2001-09-23bump versions to 4.0Brian Paul
2001-09-14more GL 1.3 and GLX 1.4 updatesBrian Paul
2001-09-01added GLX_RGBA_TYPE, fixed GLX_LARGEST_PBUFFER typoBrian Paul
2001-07-27added four missing GLX 1.3 tokensBrian Paul
2001-06-25added missing GLX_PBUFFER_WIDTH/HEIGHT tokensBrian Paul
2001-05-24change GLXContext and GLXFBConfig typedefsBrian Paul
2000-12-14updated glXSet3DfxModeMESA() prototype typesBrian Paul
2000-12-08include glxext.h unless GLX_GLXEXT_LEGACY is definedBrian Paul
2000-11-25fixed GLX_PBUFFER valueBrian 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-06-23added extension numbers for Mesa extensionsBrian Paul
2000-06-08clean-up in anticipation of glxext.hBrian Paul
2000-04-19added GLX_EXT_import_context, 1.3 misc clean-upBrian Paul
2000-04-10added missing 1.3 token values, added glXGetFBConfigs(), fixed ↵Brian Paul
glXChooseFBConfig()
2000-03-31fixed typo in GLX_SLOW_VISUAL_EXTBrian Paul
2000-03-31added GLX_EXT_visual_ratingBrian Paul
2000-03-20removed test for MESA symbolBrian Paul
2000-03-06 Committing in .Jouk Jansen
VMS : C++ & Xlib.h problems. Modified Files: Mesa/include/GL/glx.h ----------------------------------------------------------------------
2000-03-03removed GLX_VERSION_1_3 for nowBrian Paul
2000-02-27changed glXCopyContext() mask to unsigned long, per GLX specBrian Paul
2000-02-25 Committing in .Jouk Jansen
VMS & type-mismatch problems Modified Files: Mesa/include/GL/glext.h Mesa/include/GL/glx.h ----------------------------------------------------------------------
2000-02-23changed glXCopyContext()'s mask to unsigned longBrian Paul
1999-12-11added GLX_ARB_get_proc_addressBrian Paul
1999-11-24added a few more GLX 1.3 tokensBrian Paul
1999-11-23added GLX 1.3 tokens and functionsBrian Paul
1999-11-22bumped GLX version to 1.2, added glXGetCurrentDisplay()Brian Paul
1999-11-11first big check-in of new Mesa 3.3 codeBrian Paul
1999-10-27removed cvs history logs and old commentsBrian Paul
1999-10-27removed glXGetProcAddressEXTBrian Paul
1999-09-16added GLX_MESA_set_3dfx_mode. clean-up of glXGetProcAddressBrian Paul
1999-09-11added GLX_EXT_get_proc_addressBrian Paul
1999-08-19Initial revisionjtg