summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/ffb/ffb_lock.h
AgeCommit message (Collapse)Author
2005-08-11Make ffb driver build on x86-64. The fix is two fold. First, use theIan Romanick
proper DRM_CAS_RESULT to declare the variable used to store the result of DRM_CAS. Second, only use the "real" versions of LOCK_HARDWARE and UNLOCK_HARDWARE on SPARC. That's the only platform where the hardware can really exist.
2003-12-04add SPARC ffb DRI driverAlan Hourihane