Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | assertions | Brian | 2007-08-17 | 1 | -1/+7 |
* | Continue reducing dependencies on core mesa include files. | Keith Whitwell | 2007-08-14 | 1 | -32/+32 |
* | fix invalid usage of buffer_unreference() | Brian | 2007-08-11 | 1 | -1/+1 |
* | Lift common winsys functions into pipe's new p_winsys. | Keith Whitwell | 2007-08-10 | 1 | -10/+13 |
* | alignment/pitch/width clean-ups | Brian | 2007-08-10 | 1 | -6/+17 |
* | pipe->region_alloc() now takes width instead of pitch, plus a flags param | Brian | 2007-08-10 | 1 | -1/+1 |
* | remove dst!=src assertion | Brian | 2007-08-07 | 1 | -1/+0 |
* | Add pipe buffer managment functions. | Keith Whitwell | 2007-08-06 | 1 | -9/+1 |
* | Add a new interface between softpipe and the window system / buffer manager. | Keith Whitwell | 2007-08-05 | 1 | -100/+187 |
* | implement masking in sp_region_fill() | Brian | 2007-08-01 | 1 | -11/+48 |
* | More work on glClear. | Brian | 2007-08-01 | 1 | -1/+1 |
* | Checkpoint: glClear changes - working, bug very rough. | Brian | 2007-08-01 | 1 | -0/+55 |
* | Redesign pipe_surface in terms of pipe_region. | Brian | 2007-07-31 | 1 | -0/+105 |