Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove leftover __DRI{screen,drawable,context}Private references | Kristian Høgsberg | 2010-01-04 | 1 | -5/+5 |
| | | | | | | | | | As part of the DRI driver interface rewrite I merged __DRIscreenPrivate and __DRIscreen, and likewise for __DRIdrawablePrivate and __DRIcontextPrivate. I left typedefs in place though, to avoid renaming all the *Private use internal to the driver. That was probably a mistake, and it turns out a one-line find+sed combo can do the mass rename. Better late than never. | ||||
* | intel: Remove unused stored values reported by clang. | Eric Anholt | 2009-12-22 | 1 | -1/+1 |
| | |||||
* | intel: minor reformatting, comments | Brian Paul | 2009-02-10 | 1 | -3/+8 |
| | |||||
* | intel: Move swap-related functions from intel_buffers.c to new ↵ | Brian Paul | 2009-01-26 | 1 | -0/+243 |
intel_swapbuffers.c |