summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2001-12-18Replace old matrix stacks with new code based on struct matrix_stack.Brian Paul
2001-12-17disable prototype matrix stack codeBrian Paul
2001-12-17 Committing in .Jouk Jansen
2001-12-17added some debug printfs (disabled)Brian Paul
2001-12-17first checkpoint commit of Klaus's new span code (struct sw_span)Brian Paul
2001-12-17first checkpoint commit of Klaus's new span code (struct sw_span)Brian Paul
2001-12-17remove conditional in RESET_STIPPLE to fix conformance failureBrian Paul
2001-12-16updated vertex buffer identifiersBrian Paul
2001-12-15divide by W and clipping now work - in pretty good shape nowBrian Paul
2001-12-15temporary hack for divide by WBrian Paul
2001-12-15better api trace/log messagesBrian Paul
2001-12-15vertex program fixesBrian Paul
2001-12-15disable debug printf's, fix a crashBrian Paul
2001-12-15free the NormalLengthPtr if non-null in _tnl_free_immediate()Brian Paul
2001-12-14added newline characters to trace stringsBrian Paul
2001-12-14Add .cc as a valid suffix.Karl Schultz
2001-12-14Remove rules that were put into place to deal with compiling files thatKarl Schultz
2001-12-14s/glxGetProcAddress/glXGetProcAddressARB/Brian Paul
2001-12-14minor tweaksBrian Paul
2001-12-14minor dispatach table changesBrian Paul
2001-12-14vertex program check-inBrian Paul
2001-12-14add dispatch offsets for vertex program functionsBrian Paul
2001-12-13Remove const from save_TexParameteri to match prototype for glTexParameteri.Karl Schultz
2001-12-13fixed errors in feedback for glDraw/CopyPixels and glBitmapBrian Paul
2001-12-13special case blend optmizations (Jeremy Fitzhardinge)Brian Paul
2001-12-13call FLUSH_VERTICES() in _mesaTexParameterfv() (bug 491832)Brian Paul
2001-12-13fix for ubyte colorsKeith Whitwell
2001-12-13fix primitive calculation in 1-line dlist immediates (molecules)Keith Whitwell
2001-12-11fix glut tess lockupKeith Whitwell
2001-12-05add inf and nan tests to swrast functionsKeith Whitwell
2001-12-04fixed potential array overwrite problemBrian Paul
2001-12-04prototype implementation of GL_ARB_depth_texture, GL_ARB_shadow, GL_ARB_shado...Brian Paul
2001-12-04dispatch changes to minimize hassle with XFree86 libGLBrian Paul
2001-12-04further tweak to dlist changeKeith Whitwell
2001-12-03guard ResetStipple callsKeith Whitwell
2001-12-03fx another place where PRIM_PARITY is calculatedKeith Whitwell
2001-12-03simplify drawarrays pathsKeith Whitwell
2001-12-03avoid side-effects in macro paramKeith Whitwell
2001-12-03correctly reset input after dlist executionKeith Whitwell
2001-11-30Corrected bad line breaks in macro definitions within code compiledKarl Schultz
2001-11-30malloc() prototype is in stdlib.h for darwinKarl Schultz
2001-11-30Don't reset _tnl_CurrentInput when in DestroyContext.Alan Hourihane
2001-11-29main trunk is now 4.1Karl Schultz
2001-11-29update to version 4.0Karl Schultz
2001-11-29Fix compilation errors and warnings for NURBS support. (Robert Bergkvist)Karl Schultz
2001-11-29use smaller buffer when decomposing large drawarrays, for cache goodnessKeith Whitwell
2001-11-28updated comment about CHAN_BITSBrian Paul
2001-11-28use v2 color, not v0 in flat_ci_triangle()Brian Paul
2001-11-27use glXGetProcAddressARB to avoid extension linkage problemsBrian Paul
2001-11-27don't directly call glSecondaryColor*EXT() or glFogCoord*EXT()Brian Paul