summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/glide/fxtris.c
AgeCommit message (Expand)Author
2002-08-21fixed array index typo in VERT_SAVE_RGBA() macroBrian Paul
2001-11-06casts to silence warnings from gcc 2.96Brian Paul
2001-09-23fixed some configure;make build problems. cleaned-up copyright info.Brian Paul
2001-09-19fix fallback for stippled polygons, removed a debug messageBrian Paul
2001-09-18remove some debugKeith Whitwell
2001-09-18Fix FX driver to the point where gears & morph3d work.Keith Whitwell
2001-08-29changes to allow the driver to compile - still doesn't work thoughBrian Paul
2001-07-17Fix Alan Barnett's 'try10' display list bug.Keith Whitwell
2001-07-13 Committing in .Jouk Jansen
2001-07-12Rename some of the tnl->Driver.* functions to tnl->Driver.Render.*, to make itKeith Whitwell
2001-05-02fixed vertex color problemsBrian Paul
2001-05-01float color changesKeith Whitwell
2001-03-29Removed DD_Z_NEVER.Brian Paul
2001-03-19Split driver struct into swrast/tnl/core components.Keith Whitwell
2001-03-03used indent to clean-up the codeBrian Paul
2001-01-08Fixed 'IRound' to 'IROUND' in mmath.hKeith Whitwell
2001-01-08Bring the FX driver into line with core mesa changes.Keith Whitwell
2001-01-05Remove 'pv' parameter from Line/Tri/Point funcs. The provoking vertexKeith Whitwell
2000-12-26Major rework of tnl moduleKeith Whitwell