Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move vertex transformation/shader code into draw_prim.c to avoid need for vs_... | Brian | 2007-08-20 | 1 | -3/+270 |
* | remove some of the #ifndef MESA stuff | Brian | 2007-08-20 | 1 | -4/+4 |
* | Move guts of vertex array drawing into the 'draw' module. | Brian | 2007-08-20 | 1 | -4/+3 |
* | fix cache overflow bug in get_vertex() | Brian | 2007-08-20 | 1 | -3/+4 |
* | fix edgeflag bug | Brian | 2007-08-17 | 1 | -2/+4 |
* | Remove many dependencies on mesa headers. | Brian | 2007-08-16 | 1 | -5/+6 |
* | move the draw_alloc/free_tmps() functions to draw_prim.c | Brian | 2007-08-16 | 1 | -0/+27 |
* | point/line/polygon drawing (factored out of draw_vb.c) | Brian | 2007-08-16 | 1 | -0/+519 |