summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2001-12-15divide by W and clipping now work - in pretty good shape nowBrian Paul1-60/+59
2001-12-15temporary hack for divide by WBrian Paul1-9/+12
2001-12-15better api trace/log messagesBrian Paul3-191/+221
2001-12-15vertex program fixesBrian Paul1-2/+1
2001-12-15disable debug printf's, fix a crashBrian Paul5-15/+15
2001-12-15free the NormalLengthPtr if non-null in _tnl_free_immediate()Brian Paul1-3/+9
2001-12-14added newline characters to trace stringsBrian Paul1-748/+748
2001-12-14Add .cc as a valid suffix.Karl Schultz1-1/+2
2001-12-14Remove rules that were put into place to deal with compiling files thatKarl Schultz2-170/+2
2001-12-14s/glxGetProcAddress/glXGetProcAddressARB/Brian Paul1-3/+3
2001-12-14minor tweaksBrian Paul1-3/+5
2001-12-14minor dispatach table changesBrian Paul2-20/+49
2001-12-14vertex program check-inBrian Paul56-2823/+6842
2001-12-14add dispatch offsets for vertex program functionsBrian Paul1-175/+181
2001-12-13Remove const from save_TexParameteri to match prototype for glTexParameteri.Karl Schultz1-2/+2
2001-12-13fixed errors in feedback for glDraw/CopyPixels and glBitmapBrian Paul1-38/+23
2001-12-13special case blend optmizations (Jeremy Fitzhardinge)Brian Paul1-6/+54
2001-12-13call FLUSH_VERTICES() in _mesaTexParameterfv() (bug 491832)Brian Paul1-3/+25
2001-12-13fix for ubyte colorsKeith Whitwell1-14/+14
2001-12-13fix primitive calculation in 1-line dlist immediates (molecules)Keith Whitwell1-2/+2
2001-12-11fix glut tess lockupKeith Whitwell1-8/+3
2001-12-05add inf and nan tests to swrast functionsKeith Whitwell5-8/+23
2001-12-04fixed potential array overwrite problemBrian Paul1-15/+9
2001-12-04prototype implementation of GL_ARB_depth_texture, GL_ARB_shadow, GL_ARB_shado...Brian Paul6-71/+266
2001-12-04dispatch changes to minimize hassle with XFree86 libGLBrian Paul16-2476/+2441
2001-12-04further tweak to dlist changeKeith Whitwell1-2/+2
2001-12-03guard ResetStipple callsKeith Whitwell1-3/+4
2001-12-03fx another place where PRIM_PARITY is calculatedKeith Whitwell1-2/+5
2001-12-03simplify drawarrays pathsKeith Whitwell1-36/+29
2001-12-03avoid side-effects in macro paramKeith Whitwell1-3/+5
2001-12-03correctly reset input after dlist executionKeith Whitwell1-3/+9
2001-11-30Corrected bad line breaks in macro definitions within code compiledKarl Schultz1-7/+4
2001-11-30malloc() prototype is in stdlib.h for darwinKarl Schultz1-3/+3
2001-11-30Don't reset _tnl_CurrentInput when in DestroyContext.Alan Hourihane1-2/+9
2001-11-29main trunk is now 4.1Karl Schultz3-3/+3
2001-11-29update to version 4.0Karl Schultz3-3/+3
2001-11-29Fix compilation errors and warnings for NURBS support. (Robert Bergkvist)Karl Schultz13-70/+79
2001-11-29use smaller buffer when decomposing large drawarrays, for cache goodnessKeith Whitwell1-2/+2
2001-11-28updated comment about CHAN_BITSBrian Paul1-3/+3
2001-11-28use v2 color, not v0 in flat_ci_triangle()Brian Paul1-2/+2
2001-11-27use glXGetProcAddressARB to avoid extension linkage problemsBrian Paul6-19/+250
2001-11-27don't directly call glSecondaryColor*EXT() or glFogCoord*EXT()Brian Paul1-8/+8
2001-11-26don't use near and far for parameter namesBrian Paul1-3/+3
2001-11-26avoid using near and far as variable names since they are reserved wordsKarl Schultz1-2/+2
2001-11-26Possible fix for vtk tristrip bugKeith Whitwell1-2/+7
2001-11-23fix for bug 474479, remove Trace/* stuffBrian Paul2-20/+12
2001-11-22Another locked drawarrys fixKeith Whitwell1-3/+1
2001-11-193dnow normalize_normals broken, disableKeith Whitwell1-2/+4
2001-11-19possible fix for cva ignore start index bugKeith Whitwell1-2/+2
2001-11-19More span rendering optimizations from Klaus NiederkruegerBrian Paul4-353/+707