summaryrefslogtreecommitdiffstats
path: root/include/GL
Commit message (Collapse)AuthorAgeFilesLines
* change glTexImage3D() internalFormat to GLenum to match other OpenGLsBrian Paul2001-03-261-2/+2
|
* minor comment updateBrian Paul2001-03-221-2/+2
|
* sync'd with the latest changes in XFree86 (cygwin stuff)Brian Paul2001-03-211-4/+4
|
* * common_rules.make: Created to hold the conditional build rulepesco2001-03-201-0/+1
| | | | override. All Makefile.am's updated.
* SGI SI GLU 1.3 headerBrian Paul2001-03-171-517/+306
|
* added a bunch of extensions (Ray Tice)Brian Paul2001-02-191-3/+126
|
* Upgrade to (patched) version 7 of glext.hGareth Hughes2001-01-301-15/+138
|
* updates to the trace extensionBrian Paul2001-01-291-17/+18
|
* minor tweaksBrian Paul2001-01-241-3/+2
|
* Resync with new XFree version of this fileKeith Whitwell2001-01-131-30/+51
|
* Moved glcore.h to a location prefixed by 'GL/internal', for compatibilityKeith Whitwell2001-01-082-0/+821
| | | | with XFree86 and the SI code there.
* Implementation of GL_EXT_texture_env_dot3.Gareth Hughes2001-01-062-5/+23
|
* * demos/Makefile.am (INCLUDES): Added -I$(top_srcdir)/util.pesco2000-12-241-10/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | * 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.
* * include/GL/Makefile.am: ENABLE_GLUT_BUILD -> NEED_GLUTpesco2000-12-211-1/+1
| | | | | | * bootstrap: Fixed stupid mistakes. * configure.in (LIBGL_VERSION): Include Mesa version as tiny number. (LIBGLU_VERSION): Likewise.
* updated glXSet3DfxModeMESA() prototype typesBrian Paul2000-12-141-2/+2
|
* disabled GLX_SGIS_multisample (temporarily) since its tokens aren't definedBrian Paul2000-12-111-0/+3
|
* Added a new configure.in flag, --enable-glut-build.Jon Taylor2000-12-111-1/+1
| | | | This defaults to "off", so GLUT is not built by default.
* define GL_ARB_imagingBrian Paul2000-12-091-2/+2
|
* include glxext.h unless GLX_GLXEXT_LEGACY is definedBrian Paul2000-12-081-7/+7
|
* standardized GLX extensions headerBrian Paul2000-12-081-0/+527
|
* added LL_MESA_sprite_point extensionBrian Paul2000-12-081-1/+11
|
* fixed GLX_PBUFFER valueBrian Paul2000-11-251-3/+3
|
* Committing in .Jouk Jansen2000-11-171-11/+848
| | | | | | | | | | | | | | | | 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 ----------------------------------------------------------------------
* update to GL_MESA_trace extension enumsBrian Paul2000-11-031-1/+3
|
* added GL_MESA_packed_depth_stencil extensionBrian Paul2000-11-031-2/+17
|
* fixed value for GLU_NURBS_MODEBrian Paul2000-10-261-3/+3
|
* Added GL_MESA_trace extension (Loki)Brian Paul2000-09-151-1/+31
|
* added OSMesaCreateContextExt()Brian Paul2000-09-081-21/+37
|
* Committing in .Jouk Jansen2000-08-223-3/+49
| | | | | | | | | | | | | | | | | | | | | | | | | | 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 ----------------------------------------------------------------------
* install glext.h tooBrian Paul2000-07-311-1/+1
|
* replaced GL_CLIENT_ALL_ATTRIB_BITS with GL_ALL_CLIENT_ATTRIB_BITSBrian Paul2000-07-131-2/+2
|
* reverted to old tessellator (GLU 1.1)Brian Paul2000-07-111-63/+53
|
* added extension numbers for Mesa extensionsBrian Paul2000-06-231-19/+22
|
* removed non-windows exit() prototypeBrian Paul2000-06-151-1/+1
|
* ----------------------------------------------------------------------Jouk Jansen2000-06-151-0/+6
| | | | | | | | | | Committing in . VMS : >31 character-external problem Modified Files: Mesa/include/GL/glext.h ----------------------------------------------------------------------
* now using SGI's glext.h instead of original Mesa fileBrian Paul2000-06-131-2937/+2374
|
* clean-up in anticipation of glxext.hBrian Paul2000-06-081-84/+134
|
* always define GL_ARB_multitexture (OpenGL 1.2.1 feature)Brian Paul2000-05-241-101/+105
|
* changed glext.h includeBrian Paul2000-05-231-2/+2
|
* replaced __CYGWIN32__ with __CYGWIN__Brian Paul2000-05-223-7/+7
|
* include glext.h if GL_GLEXT_LEGACY not definedBrian Paul2000-05-221-1/+9
|
* moved a lot of Window-isms out of gl.h into other filesBrian Paul2000-05-223-83/+69
|
* changed internalFormat to GLenum in TexImage4DSGI and all compressed ↵Brian Paul2000-05-191-8/+8
| | | | textimage calls
* protect PFNGLCOLORSUBTABLEEXTPROC from multi-definedBrian Paul2000-05-191-0/+2
|
* updated to version 10Brian Paul2000-05-181-15/+193
|
* added glPointParameterf[v]SGIS()Brian Paul2000-05-181-1/+3
|
* removed GL_HAS_GLEXTBrian Paul2000-05-041-3/+2
|
* added a bunch of missing token valuesBrian Paul2000-05-041-71/+99
|
* removed all DRI-ismsBrian Paul2000-05-021-32/+4
|
* added GLX_EXT_import_context, 1.3 misc clean-upBrian Paul2000-04-191-3/+25
|