summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2001-01-02include state.hBrian Paul
2001-01-02minor GLchan-related changesBrian Paul
2001-01-02 Committing in .Jouk Jansen
Modified Files: Mesa/demos/descrip.mms Mesa/src/descrip.mms Mesa/src/dispatch.c -Updated VMS compile suppport -Included glthread.h in dispatch.c to make sure that THREADS is defined if i.e. PTHREADS is defined in the makefile. ----------------------------------------------------------------------
2000-12-28Add render stage for unclipped vb's to fx driver.Keith Whitwell
Bump MAX_TEXTURE_UNITS to 8 Fix mem. leak in destroy_lists Fix crash in q3 (cva generally)
2000-12-28try and force a log messageKeith Whitwell
2000-12-28try and force a log messageKeith Whitwell
2000-12-28try and force a log messageKeith Whitwell
2000-12-28Fixed GGIMesa build problems.Jon Taylor
Swrast triangle drawing fixes.
2000-12-27try and force a log messageKeith Whitwell
2000-12-27try and force a log messageKeith Whitwell
2000-12-27try and force a log messageKeith Whitwell
2000-12-27try and force a log messageKeith Whitwell
2000-12-27fix demos/fire, enable lazy vertex flushingKeith Whitwell
2000-12-27Fix evalpoints bug (samples/nurb)Keith Whitwell
2000-12-27fix sproingies bugKeith Whitwell
2000-12-27Fixes for compiling assembly (disable unused 'masked' versions)Keith Whitwell
Fixes for compiling without debug. Fix line clipping Fix unfilled polygon clipping (should be correct now).
2000-12-26The array cache.Keith Whitwell
2000-12-26fix xscreensaver coresKeith Whitwell
2000-12-26Major rework of tnl moduleKeith Whitwell
New array_cache module Support 8 texture units in core mesa (now support 8 everywhere) Rework core mesa statechange operations to avoid flushing on many noop statechanges.
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-16set visual->MRD to 2.0Brian Paul
2000-12-16Polygon._OffsetAny wasn't being computedBrian Paul
2000-12-15minor fog clean-ups (Klaus Niederkrueger)Brian Paul
2000-12-15added more GLX extension function stubsBrian Paul
2000-12-14Renamed texture object _P to _MaxLevel and _M to _MaxLambda.Brian Paul
Now add BaseLevel in _MaxLevel computation.
2000-12-14updated glXSet3DfxModeMESA() prototype typesBrian Paul
2000-12-14added some more GLX extension entrypoints (fix GLUT link problems when using ↵Brian Paul
glxext.h)
2000-12-13fixed conformance problems in min/max and histogram result packingBrian Paul
2000-12-13replaced GLfixed with GLfloat in _mesa_fog_ci_pixels() (Klaus Niederkrueger)Brian Paul
2000-12-13use inverted Y coordinate for choosing dither value (conformance fixes)Brian Paul
2000-12-13added glReadPixels itemBrian Paul
2000-12-13tweaked truecolor dither kernel setup codeBrian Paul
2000-12-13improved precision of glReadPixels for colorbuffers < 24bppBrian Paul
2000-12-12disabled two optimized textured triangle functions because of texcoord ↵Brian Paul
interpolation errors
2000-12-12clipping, fog, texture optimizations (Klaus Niederkrueger)Brian Paul
2000-12-11disabled GLX_SGIS_multisample (temporarily) since its tokens aren't definedBrian Paul
2000-12-11minor changes to fix compile problems/warningsBrian 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-10generate GL_INVALID_OPERATION error for bad image format/type combinationsBrian Paul
2000-12-09_MultiTextureEnabled was being computed incorrectlyBrian Paul
2000-12-09adjust texture size for convolution in glCopyTex[Sub]Image[123]D()Brian Paul
2000-12-09set default table size to 0, minor error check fixBrian Paul
2000-12-09define GL_ARB_imagingBrian Paul
2000-12-09initialize convolution filters to zeroBrian Paul
2000-12-09added queries for convolution enablesBrian Paul
2000-12-09added GL_RESCALE_NORMAL casesBrian Paul
2000-12-08more detailed texture error messagesBrian Paul
2000-12-08include glxext.h unless GLX_GLXEXT_LEGACY is definedBrian Paul
2000-12-08standardized GLX extensions headerBrian Paul