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