Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gallium: replace prim pipeline begin/end() functions with flush() | Brian | 2008-01-25 | 1 | -16/+21 |
* | gallium: add draw_stage::destroy(). | Michal | 2007-12-09 | 1 | -0/+8 |
* | converting the setup state to immutable object and renaming it to rasterizer ... | Zack Rusin | 2007-09-18 | 1 | -2/+2 |
* | Need to copy header->edgeflags to tmp when creating new prim_header. | Brian | 2007-08-23 | 1 | -0/+1 |
* | Silence compiler warnings. | michal | 2007-08-16 | 1 | -5/+5 |
* | Remove many dependencies on mesa headers. | Brian | 2007-08-16 | 1 | -20/+19 |
* | Implement line stippling. | Brian | 2007-07-25 | 1 | -0/+7 |
* | Rename prim_stage -> draw_stage | Brian | 2007-07-12 | 1 | -10/+14 |
* | remove unused hw_data_offset | Brian | 2007-07-11 | 1 | -4/+6 |
* | Fix broken depth offset. | Brian | 2007-07-11 | 1 | -5/+6 |
* | clamp after offsetting, new comments | Brian | 2007-07-10 | 1 | -16/+18 |
* | New 'draw' module for primitive drawing (clipping, culling, etc). | Brian | 2007-07-09 | 1 | -12/+12 |
* | Rename/move some files to modularize the primitive/draw code. | Brian | 2007-07-09 | 1 | -0/+157 |