Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix user-defined clip planes. They seem to work properly now. | Brian | 2007-08-24 | 1 | -37/+57 |
* | Checkpoint: new vertex/fragment attribute naming | Brian | 2007-08-23 | 1 | -2/+2 |
* | Checkpoint commit: i915 texture works, use new vertex_info struct | Brian | 2007-08-23 | 1 | -4/+4 |
* | Silence compiler warnings. | michal | 2007-08-21 | 1 | -1/+1 |
* | define CLIP_LEFT/RIGHT etc | Brian | 2007-08-17 | 1 | -3/+2 |
* | Remove many dependencies on mesa headers. | Brian | 2007-08-16 | 1 | -49/+61 |
* | Implement line stippling. | Brian | 2007-07-25 | 1 | -0/+7 |
* | Fix for-loop in interp() so we don't go out of bounds. | Brian | 2007-07-13 | 1 | -5/+12 |
* | Rename prim_stage -> draw_stage | Brian | 2007-07-12 | 1 | -14/+14 |
* | fix MIN/MAX mix-up | Brian | 2007-07-12 | 1 | -3/+7 |
* | Fix line clipping bug. New comments. | Brian | 2007-07-10 | 1 | -16/+23 |
* | New 'draw' module for primitive drawing (clipping, culling, etc). | Brian | 2007-07-09 | 1 | -13/+22 |
* | Rename/move some files to modularize the primitive/draw code. | Brian | 2007-07-09 | 1 | -0/+429 |