Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove ctx->Point._Size and ctx->Line._Width. | Brian | 2007-07-21 | 1 | -5/+8 |
| | | | | | | 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. | ||||
* | Bug 7790: Polygons incorrectly clipped by mach64 driver | George Sapountzis | 2006-12-12 | 1 | -7/+10 |
| | | | | un-break strict-aliasing rules | ||||
* | Move fallback debugging under MACH64_DEBUG=fall (matching other drivers) and | Eric Anholt | 2005-05-31 | 1 | -4/+32 |
| | | | | | | add pretty descriptions of the bits. GC one of the bits that was unused. Also, now only the first thing triggering a fallback and the last thing requiring one do the debug output. This also matches other drivers. | ||||
* | Add the no_rast debug option to mach64. It shows that software fallbacks are | Eric Anholt | 2005-05-30 | 1 | -2/+0 |
| | | | | pretty broken. | ||||
* | Rename the various function types in t_context.h to include a tnl_ prefix. | Keith Whitwell | 2004-07-01 | 1 | -4/+4 |
| | |||||
* | fix mach64 non native.. no reason to use it... | Dave Airlie | 2004-06-09 | 1 | -0/+1 |
| | |||||
* | remove vertex_stride_shift, fix up code to not need it | Dave Airlie | 2004-02-12 | 1 | -9/+8 |
| | |||||
* | fix up specular color/fog and triangle vertex retrieval | Dave Airlie | 2004-02-12 | 1 | -11/+10 |
| | |||||
* | Initial mach64 driver import for DRI mach64-0-0-6 branch, | Dave Airlie | 2004-02-05 | 1 | -0/+1896 |
this compiles but I doubt it works but it is a better starting point than the branch |