Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-05-05 | updated GLX_EXT_texture_from_pixmap tokens (Dave Reveman) | Brian Paul | |
2006-05-01 | Update function signatures for EXT_tfp entrypoints. | Adam Jackson | |
2006-04-11 | Add attrib_list to glXBindTexImageEXT | David Reveman | |
2006-03-31 | bump version/date | Brian Paul | |
2006-03-26 | fix some PFNGL* typedefs | Brian Paul | |
2006-03-09 | Add prototypes for GLX_MESA_swap_frame_usage, GLX_MESA_swap_control, and | Brian Paul | |
GLX_EXT_texture_from_pixmap to silence warnings while compiling glxcmds.c XXX: Need to add the new tokens for GLX_EXT_texture_from_pixmap!!! | |||
2005-11-08 | remove a bunch of extension stuff that's in glxext.h | Brian Paul | |
2005-02-26 | bring over structs from Xorg glx.h to make Mesa glx.h the one true glx.h | Dave Airlie | |
2005-02-26 | Add GLX_MESA_allocate_memory from Xorg glx.h | Dave Airlie | |
2005-01-04 | added GLX_NV_float_buffer | Brian Paul | |
2004-09-27 | change include of glx_mangle.h to match other headers | Brian Paul | |
2004-05-21 | remove duplicate GLX_DRAWABLE_TYPE token, sorted tokens by enum value | Brian Paul | |
2003-12-11 | Quash annoying compiler warning | Keith Whitwell | |
2003-06-05 | Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything. | Ian Romanick | |
2003-01-14 | prototype render-to-texture | Brian Paul | |
2002-10-14 | added missing GLX_TRANSPARENT_RGB | Brian Paul | |
2002-10-08 | GLX_NV_vertex_array_range and GLX_MESA_agp_offset extensions | Brian Paul | |
2002-08-22 | added glXAllocate/FreeMemoryNV() | Brian Paul | |
2001-12-14 | oops, wrong value for GLX_SAMPLES | Brian Paul | |
2001-12-14 | added GLX_SAMPLE_BUFFERS, GLX_SAMPLES | Brian Paul | |
2001-09-24 | removed duplicate GLX_AUX_BUFFERS_BIT definition | Brian Paul | |
2001-09-23 | bump versions to 4.0 | Brian Paul | |
2001-09-14 | more GL 1.3 and GLX 1.4 updates | Brian Paul | |
2001-09-01 | added GLX_RGBA_TYPE, fixed GLX_LARGEST_PBUFFER typo | Brian Paul | |
2001-07-27 | added four missing GLX 1.3 tokens | Brian Paul | |
2001-06-25 | added missing GLX_PBUFFER_WIDTH/HEIGHT tokens | Brian Paul | |
2001-05-24 | change GLXContext and GLXFBConfig typedefs | Brian Paul | |
2000-12-14 | updated glXSet3DfxModeMESA() prototype types | Brian Paul | |
2000-12-08 | include glxext.h unless GLX_GLXEXT_LEGACY is defined | Brian Paul | |
2000-11-25 | fixed GLX_PBUFFER value | 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-06-23 | added extension numbers for Mesa extensions | Brian Paul | |
2000-06-08 | clean-up in anticipation of glxext.h | Brian Paul | |
2000-04-19 | added GLX_EXT_import_context, 1.3 misc clean-up | Brian Paul | |
2000-04-10 | added missing 1.3 token values, added glXGetFBConfigs(), fixed ↵ | Brian Paul | |
glXChooseFBConfig() | |||
2000-03-31 | fixed typo in GLX_SLOW_VISUAL_EXT | Brian Paul | |
2000-03-31 | added GLX_EXT_visual_rating | Brian Paul | |
2000-03-20 | removed test for MESA symbol | Brian Paul | |
2000-03-06 | Committing in . | Jouk Jansen | |
VMS : C++ & Xlib.h problems. Modified Files: Mesa/include/GL/glx.h ---------------------------------------------------------------------- | |||
2000-03-03 | removed GLX_VERSION_1_3 for now | Brian Paul | |
2000-02-27 | changed glXCopyContext() mask to unsigned long, per GLX spec | Brian 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-23 | changed glXCopyContext()'s mask to unsigned long | Brian Paul | |
1999-12-11 | added GLX_ARB_get_proc_address | Brian Paul | |
1999-11-24 | added a few more GLX 1.3 tokens | Brian Paul | |
1999-11-23 | added GLX 1.3 tokens and functions | Brian Paul | |
1999-11-22 | bumped GLX version to 1.2, added glXGetCurrentDisplay() | Brian Paul | |
1999-11-11 | first big check-in of new Mesa 3.3 code | Brian Paul | |
1999-10-27 | removed cvs history logs and old comments | Brian Paul | |
1999-10-27 | removed glXGetProcAddressEXT | Brian Paul | |