i965/drm: Drop deprecated drm_bacon_bo::offset.
[mesa.git] / src / mesa / drivers / dri / i965 / intel_bufmgr_gem.c
2017-04-10 Kenneth Graunkei965/drm: Drop deprecated drm_bacon_bo::offset.
2017-04-10 Kenneth Graunkei965/drm: Drop has_wait_timeout.
2017-04-10 Kenneth Graunkei965/drm: Assume aperture size query will work.
2017-04-10 Kenneth Graunkei965/drm: Combine drm_bacon_bufmgr_gem and drm_bacon_bu...
2017-04-10 Kenneth Graunkei965/drm: Move _drm_bacon_context to intel_bufmgr_gem.c.
2017-04-10 Kenneth Graunkei965/drm: Drop cliprects and dr4 from execbuf variants.
2017-04-10 Kenneth Graunkei965/drm: Devirtualize the bufmgr.
2017-04-10 Kenneth Graunkei965/drm: Check INTEL_DEBUG & DEBUG_BUFMGR directly.
2017-04-10 Kenneth Graunkei965/drm: Use Mesa's macros.h instead of duplicating...
2017-04-10 Kenneth Graunkei965/drm: Use ALIGN, not ROUND_UP_TO.
2017-04-10 Kenneth Graunkei965/drm: Delete execbuf1 support.
2017-04-10 Kenneth Graunkei965/drm: Remove Gen2-3 fence accounting.
2017-04-10 Kenneth Graunkei965/drm: Remove some unused functions and macros.
2017-04-10 Kenneth Graunkei965/drm: Switch to util/list.h instead of libdrm_lists.h.
2017-04-10 Kenneth Graunkei965/drm: Port to Mesa's atomic header.
2017-04-10 Kenneth Graunkei965/drm: Use our internal libdrm (drm_bacon) rather...
2017-04-10 Kenneth Graunkei965/drm: s/drm_intel/drm_bacon/g
2017-04-10 Kenneth Graunkei965/drm: remove legacy defines, aub functions, and...
2017-04-10 Kenneth Graunkei965: Import libdrm_intel.
2008-06-03 Eric Anholt[intel] Convert drivers to using libdrm bufmgr code.
2008-05-02 Eric AnholtAdd intel_bufmgr_gem for new graphics execution manager.