summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/tdfx/tdfx_tris.c
AgeCommit message (Collapse)Author
2007-07-21Remove ctx->Point._Size and ctx->Line._Width.Brian
The clamping for these values depends on whether we're drawing AA or non-AA points, lines. Defer clamping until drawing time. Drivers could compute and keep clamped AA and clamped non-AA values if desired.
2007-05-20Overhaul/simplify SWvertex and SWspan attribute handling.Brian
Instead of separate fog/specular/texcoord/varying code, just treat all of them as generic attributes. Simplifies the point/line/triangle functions.
2007-02-23Update DRI drivers for new glsl compiler.Brian
Mostly: - update #includes - update STATE_* token code
2005-06-01Move fallback and other debugging under TDFX_DEBUG using the same mechanismEric Anholt
as other drivers.
2005-06-01Add no_rast option.Eric Anholt
2005-01-06removed detritusDaniel Borca
2004-12-17fxRasterPrimitive wasn't always receiving the reduced primitiveDaniel Borca
2004-07-19several new bugsDaniel Borca
2004-07-01Rename the various function types in t_context.h to include a tnl_ prefix.Keith Whitwell
2003-12-09Fix VERT_SET_RGBA, VERT_SET_SPEC macros to account for change to floatingKeith Whitwell
point colors throughout mesa.
2003-12-08get tdfx compilingKeith Whitwell
2003-12-08Remove PRIM_PARITY referenceKeith Whitwell
2003-12-04add tdfx DRI driverAlan Hourihane