Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | dri: remove all the obsolete spantmp files | Brian Paul | 2012-01-24 | 1 | -78/+0 |
| | |||||
* | dri: Remove cliprect information from __DRIdrawable | Kristian Høgsberg | 2011-11-02 | 1 | -7/+4 |
| | |||||
* | remove common macros used in the span functions of most drivers from the ↵ | Roland Scheidegger | 2005-07-01 | 1 | -0/+81 |
individual drivers and put them in common code. It is still possible for a driver to define its own macros if it has special needs. This affects CLIPPIXEL, CLIPSPAN, HW_CLIPLOOP, HW_ENDCLIPLOOP, and for drivers using the spantmp2 template also GET_SRC_PTR and GET_DST_PTR. |