Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-01-08 | Moved glcore.h to a location prefixed by 'GL/internal', for compatibility | Keith Whitwell | |
with XFree86 and the SI code there. | |||
2001-01-06 | Implementation of GL_EXT_texture_env_dot3. | Gareth Hughes | |
2001-01-06 | Add GL_POINTS as a primitive, including with CVA DrawElements. Useful | Gareth Hughes | |
for testing non-triangle primitives on hardware driver fastpaths. | |||
2001-01-05 | Fixed bug in MinMagThresh computation. | Brian Paul | |
Renamed gl_texture_pixels() to _swrast_texture_fragments() | |||
2001-01-05 | Committing in . | Jouk Jansen | |
Modified Files: Mesa/src/descrip.mms VMS makefile update ---------------------------------------------------------------------- | |||
2001-01-05 | various compilation/warning fixes | Keith Whitwell | |
2001-01-05 | Remove 'pv' parameter from Line/Tri/Point funcs. The provoking vertex | Keith Whitwell | |
is always the last vertex parameter. Modify clipping to preserve pv colors. Modify swrast and X11 driver to expect the pv in the last vertex (was looking in the first vertex previously). Remove all handling of flatshading from swrast_setup. Allow drivers to override the unclipped render tabs in tnl_render_stage directly. (Like in 3.4). Removed fxsimplerender stage. Modified t_vb_rendertmp.h to remove the need for 'parity' arguments in RENDER_TRI macros. | |||
2001-01-04 | added underflow check in validate_shine_table() | Brian Paul | |
2001-01-04 | added divide by zero check | Brian Paul | |
2001-01-04 | changed some point functions, new picking code | Brian Paul | |
2001-01-04 | minor bug fixes | Brian Paul | |
2001-01-03 | added divide by zero check | Brian Paul | |
2001-01-03 | added divide by zero checks | Brian Paul | |
2001-01-03 | New point rasterization functions based on template code that | Brian Paul | |
handles CI/RGB, texture, antialiasing, attenuation, etc. | |||
2001-01-03 | More color macro clean-ups. | Brian Paul | |
FLOAT_TO_CHAN() macro removed. | |||
2001-01-03 | minor clean-up | Brian Paul | |
2001-01-03 | Added missing #include "mmath.h" | Jon Taylor | |
2001-01-02 | missed a few color macro changes | Brian Paul | |
2001-01-02 | Removed fixed.h (GLfixed now in mtypes.h, fixed-pt macros in mmath.h) | Brian Paul | |
Clean-up of color conversion macros. New mmath.h macros (IROUND, IFLOOR, ICEIL, FRAC) used in various places. | |||
2001-01-02 | include state.h | Brian Paul | |
2001-01-02 | minor GLchan-related changes | Brian 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-28 | Add 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-28 | try and force a log message | Keith Whitwell | |
2000-12-28 | try and force a log message | Keith Whitwell | |
2000-12-28 | try and force a log message | Keith Whitwell | |
2000-12-28 | Fixed GGIMesa build problems. | Jon Taylor | |
Swrast triangle drawing fixes. | |||
2000-12-27 | try and force a log message | Keith Whitwell | |
2000-12-27 | try and force a log message | Keith Whitwell | |
2000-12-27 | try and force a log message | Keith Whitwell | |
2000-12-27 | try and force a log message | Keith Whitwell | |
2000-12-27 | fix demos/fire, enable lazy vertex flushing | Keith Whitwell | |
2000-12-27 | Fix evalpoints bug (samples/nurb) | Keith Whitwell | |
2000-12-27 | fix sproingies bug | Keith Whitwell | |
2000-12-27 | Fixes 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-26 | The array cache. | Keith Whitwell | |
2000-12-26 | fix xscreensaver cores | Keith Whitwell | |
2000-12-26 | Major rework of tnl module | Keith 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_GLUT | pesco | |
* bootstrap: Fixed stupid mistakes. * configure.in (LIBGL_VERSION): Include Mesa version as tiny number. (LIBGLU_VERSION): Likewise. | |||
2000-12-16 | set visual->MRD to 2.0 | Brian Paul | |
2000-12-16 | Polygon._OffsetAny wasn't being computed | Brian Paul | |
2000-12-15 | minor fog clean-ups (Klaus Niederkrueger) | Brian Paul | |
2000-12-15 | added more GLX extension function stubs | Brian Paul | |
2000-12-14 | Renamed texture object _P to _MaxLevel and _M to _MaxLambda. | Brian Paul | |
Now add BaseLevel in _MaxLevel computation. | |||
2000-12-14 | updated glXSet3DfxModeMESA() prototype types | Brian Paul | |
2000-12-14 | added some more GLX extension entrypoints (fix GLUT link problems when using ↵ | Brian Paul | |
glxext.h) | |||
2000-12-13 | fixed conformance problems in min/max and histogram result packing | Brian Paul | |
2000-12-13 | replaced GLfixed with GLfloat in _mesa_fog_ci_pixels() (Klaus Niederkrueger) | Brian Paul | |
2000-12-13 | use inverted Y coordinate for choosing dither value (conformance fixes) | Brian Paul | |