summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Collapse)Author
2001-02-19added a bunch of extensions (Ray Tice)Brian Paul
2001-01-30Upgrade to (patched) version 7 of glext.hGareth Hughes
2001-01-29updates to the trace extensionBrian Paul
2001-01-24minor tweaksBrian Paul
2001-01-13Resync with new XFree version of this fileKeith Whitwell
2001-01-08Moved glcore.h to a location prefixed by 'GL/internal', for compatibilityKeith Whitwell
with XFree86 and the SI code there.
2001-01-06Implementation of GL_EXT_texture_env_dot3.Gareth Hughes
2000-12-24* demos/Makefile.am (INCLUDES): Added -I$(top_srcdir)/util.pesco
* demos/Makefile.X11, demos/Makefile.BeOS-R4, demos/Makefile.cygnus: Essentially the same. Program files updated to include "readtex.c", not "../util/readtex.c". * demos/reflect.c: Likewise for "showbuffer.c". * Makefile.am (EXTRA_DIST): Added top-level regular files. * include/GL/Makefile.am (INC_X11): Added glxext.h. * src/GGI/include/ggi/mesa/Makefile.am (EXTRA_HEADERS): Include Mesa GGI headers in dist even if HAVE_GGI is not given. * configure.in: Look for GLUT and demo source dirs in $srcdir. * src/swrast/Makefile.am (libMesaSwrast_la_SOURCES): Set to *.[ch]. More source list updates in various Makefile.am's. * Makefile.am (dist-hook): Remove CVS directory from distribution. (DIST_SUBDIRS): List all possible subdirs here. (SUBDIRS): Only list subdirs selected for build again. The above two applied to all subdir Makefile.am's also.
2000-12-21* include/GL/Makefile.am: ENABLE_GLUT_BUILD -> NEED_GLUTpesco
* bootstrap: Fixed stupid mistakes. * configure.in (LIBGL_VERSION): Include Mesa version as tiny number. (LIBGLU_VERSION): Likewise.
2000-12-14updated glXSet3DfxModeMESA() prototype typesBrian Paul
2000-12-11disabled GLX_SGIS_multisample (temporarily) since its tokens aren't definedBrian Paul
2000-12-11Added a new configure.in flag, --enable-glut-build.Jon Taylor
This defaults to "off", so GLUT is not built by default.
2000-12-09define GL_ARB_imagingBrian Paul
2000-12-08include glxext.h unless GLX_GLXEXT_LEGACY is definedBrian Paul
2000-12-08standardized GLX extensions headerBrian Paul
2000-12-08added LL_MESA_sprite_point extensionBrian Paul
2000-11-25fixed GLX_PBUFFER valueBrian Paul
2000-11-17 Committing in .Jouk Jansen
Patches to compile Mesa on VMS. -Updated for new directory tree -Now compile with PTHREADS on The patch in glthread.h is temporarily. The include file src/types.h conflicts with the system defined types.h. In future the mesa supplied one should be renamed. Modified Files: Mesa/include/GL/vms_x_fix.h Mesa/src/descrip.mms Mesa/src/glthread.h Mesa/src/mms_depend ----------------------------------------------------------------------
2000-11-03update to GL_MESA_trace extension enumsBrian Paul
2000-11-03added GL_MESA_packed_depth_stencil extensionBrian Paul
2000-10-26fixed value for GLU_NURBS_MODEBrian Paul
2000-09-15Added GL_MESA_trace extension (Loki)Brian Paul
2000-09-08added OSMesaCreateContextExt()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-07-31install glext.h tooBrian Paul
2000-07-13replaced GL_CLIENT_ALL_ATTRIB_BITS with GL_ALL_CLIENT_ATTRIB_BITSBrian Paul
2000-07-11reverted to old tessellator (GLU 1.1)Brian Paul
2000-06-23added extension numbers for Mesa extensionsBrian Paul
2000-06-15removed non-windows exit() prototypeBrian Paul
2000-06-15 ----------------------------------------------------------------------Jouk Jansen
Committing in . VMS : >31 character-external problem Modified Files: Mesa/include/GL/glext.h ----------------------------------------------------------------------
2000-06-13now using SGI's glext.h instead of original Mesa fileBrian Paul
2000-06-08clean-up in anticipation of glxext.hBrian Paul
2000-05-24always define GL_ARB_multitexture (OpenGL 1.2.1 feature)Brian Paul
2000-05-23changed glext.h includeBrian Paul
2000-05-22replaced __CYGWIN32__ with __CYGWIN__Brian Paul
2000-05-22include glext.h if GL_GLEXT_LEGACY not definedBrian Paul
2000-05-22moved a lot of Window-isms out of gl.h into other filesBrian Paul
2000-05-19changed internalFormat to GLenum in TexImage4DSGI and all compressed ↵Brian Paul
textimage calls
2000-05-19protect PFNGLCOLORSUBTABLEEXTPROC from multi-definedBrian Paul
2000-05-18updated to version 10Brian Paul
2000-05-18added glPointParameterf[v]SGIS()Brian Paul
2000-05-04removed GL_HAS_GLEXTBrian Paul
2000-05-04added a bunch of missing token valuesBrian Paul
2000-05-02removed all DRI-ismsBrian Paul
2000-04-19added GLX_EXT_import_context, 1.3 misc clean-upBrian Paul
2000-04-15added GL_NV_texgen_embossBrian Paul
2000-04-15added some missing NV token valuesBrian Paul
2000-04-15more clean-upBrian Paul
2000-04-15version 8, added GL_EXT_texture_cube_mapBrian Paul
2000-04-10removed bogus GL_ALLOW_DRAW_SPN_HINT_PGI tokenBrian Paul