Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add a new interface between softpipe and the window system / buffer manager. | Keith Whitwell | 2007-08-05 | 1 | -1/+1 |
* | pipe->clear() now takes a surface, rather than color/depth/stencil flags. | Brian | 2007-08-02 | 1 | -102/+7 |
* | Remove references to accum buffers in softpipe. | Keith Whitwell | 2007-08-02 | 1 | -12/+1 |
* | Reroute some clear functionality. | Keith Whitwell | 2007-08-02 | 1 | -49/+21 |
* | get cliprect bounds after softpipe_update_derived() | Brian | 2007-08-01 | 1 | -4/+9 |
* | Re-implement intelClear() in terms of softpipe_clear(). Pretty simple/small ... | Brian | 2007-08-01 | 1 | -9/+26 |
* | More work on glClear. | Brian | 2007-08-01 | 1 | -43/+84 |
* | s/Z24_S8/S8_Z24/ (stencil is in the high byte) | Brian | 2007-08-01 | 1 | -1/+1 |
* | Checkpoint: glClear changes - working, bug very rough. | Brian | 2007-08-01 | 1 | -15/+75 |
* | actually use new glClear code | Brian | 2007-06-20 | 1 | -5/+5 |
* | implement softpipe clearing (untested) | Brian | 2007-06-20 | 1 | -1/+25 |
* | Initial work for glClear(), clear color state. | Brian | 2007-06-20 | 1 | -0/+47 |