Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-07-21 | Remove 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-20 | Overhaul/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-23 | Update DRI drivers for new glsl compiler. | Brian | |
Mostly: - update #includes - update STATE_* token code | |||
2005-06-01 | Move fallback and other debugging under TDFX_DEBUG using the same mechanism | Eric Anholt | |
as other drivers. | |||
2005-06-01 | Add no_rast option. | Eric Anholt | |
2005-01-06 | removed detritus | Daniel Borca | |
2004-12-17 | fxRasterPrimitive wasn't always receiving the reduced primitive | Daniel Borca | |
2004-07-19 | several new bugs | Daniel Borca | |
2004-07-01 | Rename the various function types in t_context.h to include a tnl_ prefix. | Keith Whitwell | |
2003-12-09 | Fix VERT_SET_RGBA, VERT_SET_SPEC macros to account for change to floating | Keith Whitwell | |
point colors throughout mesa. | |||
2003-12-08 | get tdfx compiling | Keith Whitwell | |
2003-12-08 | Remove PRIM_PARITY reference | Keith Whitwell | |
2003-12-04 | add tdfx DRI driver | Alan Hourihane | |