summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2001-09-20very brief overview of swrastKeith Whitwell
2001-09-20(very) Brief overview of tnl moduleKeith Whitwell
2001-09-19GL_ADD texture mode was incorrect, renamed some varsBrian Paul
2001-09-19silence compiler warnings (last batch for src)Karl Schultz
2001-09-19set GR_STWHINT_ST_DIFF_TMU1 flag in the init() function (fixes multiarb demo)Brian Paul
2001-09-19fix fallback for stippled polygons, removed a debug messageBrian Paul
2001-09-19compute dst->ooz, not dst->z in clip interpolation functionBrian Paul
2001-09-18more compiler warning fixesKarl Schultz
2001-09-18remove some debugKeith Whitwell
2001-09-18Fix FX driver to the point where gears & morph3d work.Keith Whitwell
2001-09-18clean up makefiles some more for WindowsKarl Schultz
2001-09-18compiler warningsKarl Schultz
2001-09-18remove carriage return charsKarl Schultz
2001-09-18compiler warningsKarl Schultz
2001-09-18compiler warningsKarl Schultz
2001-09-15more warning fixes (Karl Schultz)Brian Paul
2001-09-14Win32 updates (Karl Schultz)Brian Paul
2001-09-14more warning fixes (Karl Schultz)Brian Paul
2001-09-14more warning fixes (Karl Schultz)Brian Paul
2001-09-14silence more warnings (Karl Schultz)Brian Paul
2001-09-14silence minor warningsBrian Paul
2001-09-14replaced gets() with fgets()Brian Paul
2001-09-14more GL 1.3 updatesBrian Paul
2001-09-14more GL 1.3 and GLX 1.4 updatesBrian Paul
2001-09-13minor optimizations for flat shading (Klaus Niederkrueger)Brian Paul
2001-09-13replaced some tabs with spacesBrian Paul
2001-09-12minor re-orgBrian Paul
2001-09-12hook compressed texture functions into driverBrian Paul
2001-09-10fixed s/w alpha bug 458411Brian Paul
2001-09-07 Committing in .Jouk Jansen
2001-09-01minor changes, prototype Pbuffer supportBrian Paul
2001-09-01prototype work for Pbuffer supportBrian Paul
2001-08-31fixed dangling pointer problem (Chris Burghart)Brian Paul
2001-08-29changes to allow the driver to compile - still doesn't work thoughBrian Paul
2001-08-28added OSMESA_MAX_WIDTH/HEIGHT queriesBrian Paul
2001-08-28OpenGL 1.3 supportBrian Paul
2001-08-20removed a semicolon in the USE() macroBrian Paul
2001-08-20bumped version string to 3.5.1Brian Paul
2001-08-20better error messagesBrian Paul
2001-08-20better error reportingBrian Paul
2001-08-20new debugging codeBrian Paul
2001-08-20WindML driver (Stephane Raimbault)Brian Paul
2001-08-14Fixes for 32-bit GLchans: smooth/flat/textured triangles seem to work now.Brian Paul
2001-08-14Reenable, but only in the size four case...Keith Whitwell
2001-08-14Undo last change - breaks other stuff.Keith Whitwell
2001-08-14Compute first partials before taking cross product to calculate normal.Keith Whitwell
2001-08-13Fix problem with colormaterial (bug #441859)Keith Whitwell
2001-08-13Removed optimizations (this code is now seldom used)Keith Whitwell
2001-08-13added GL_EXT_texture_edge_clampBrian Paul
2001-08-13fixed Solaris compilation problems (Bug 441817)Brian Paul