Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Get rid of "duplicate" formats. | Brian | 2007-12-07 | 1 | -2/+2 |
* | Eliminate struct pipe_region. | Michel Dänzer | 2007-12-07 | 1 | -17/+18 |
* | Hide texture layout details from the state tracker. | Michel Dänzer | 2007-12-06 | 1 | -12/+13 |
* | Move dimensions from struct pipe_region to struct pipe_surface. | Michel Dänzer | 2007-11-29 | 1 | -9/+176 |
* | Make it compile under Win32. | Michal | 2007-11-22 | 1 | -1/+1 |
* | Make it compile under linux. | Michal Krol | 2007-10-29 | 1 | -0/+1 |
* | surface_alloc() is now a winsys function. | Brian | 2007-10-26 | 1 | -40/+149 |
* | Move the get/put_tile() functions to pipe_context. | Brian | 2007-10-25 | 1 | -7/+10 |
* | Start breaking the #include dependencies between pipe drivers and mesa. | Keith Whitwell | 2007-08-13 | 1 | -11/+11 |
* | fill in the get_tile() function so ReadPixels can work | Brian | 2007-08-13 | 1 | -3/+36 |
* | notes/asserts for get/put_tile() | Brian | 2007-08-11 | 1 | -0/+3 |
* | define i915_surface struct | Brian | 2007-08-08 | 1 | -1/+29 |
* | Checkpoint of a super-simplified i915 driver in the pipe model. | Keith Whitwell | 2007-08-08 | 1 | -0/+52 |