summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/common/dri_bufmgr.c
AgeCommit message (Expand)Author
2008-08-24Revert "Revert "Merge branch 'drm-gem'""Dave Airlie
2008-08-24Revert "Merge branch 'drm-gem'"Dave Airlie
2008-06-03[intel] Convert drivers to using libdrm bufmgr code.Eric Anholt
2008-05-22Add back a mostly-correct glFinish for GEM and fake.Eric Anholt
2008-05-11[intel] update GEM api. Add bo_subdata and bo_get_subdata driver hooks.Keith Packard
2008-05-07GEM: Make dri_emit_reloc take GEM domain flags instead of TTM flags.Eric Anholt
2008-05-02[intel] Fix build for GEM. TTM is now disabled, and fencing is gone.Eric Anholt
2008-05-02Add intel_bufmgr_gem for new graphics execution manager.Eric Anholt
2008-04-16intel/fake_bufmgr: Attempt to restrict references to objects in a batchbuffer...Dave Airlie
2008-01-24Bufmgr cleanup from intel-batchbuffer branch of 2d driver.Eric Anholt
2007-12-13[intel] Enable INTEL_DEBUG=bufmgr output in TTM mode as well as classic.Eric Anholt
2007-11-30[intel] Fix the type and naming of the flags/mask args to TTM functions.Eric Anholt
2007-11-01i915: make i915 use the cached mappings for batch/buffer objects.Dave Airlie
2007-10-09i915: fixup up bufmgr to pass num buffers to kernelDave Airlie
2007-10-04i915: add superioctl support to the ttm codepaths.Dave Airlie
2007-10-03i915: add superioctl initial support inside bufmgr ttmDave Airlie
2007-10-03i915/drmbuf: attempt to push relocations into buffer managerDave Airlie
2007-05-31Add buffer manager destroy function.Eric Anholt
2007-05-24Replace the flags/hint arguments to bo_alloc{,_static} with a location mask.Eric Anholt
2007-05-18Merge branch 'master' into i915-unificationEric Anholt
2007-05-18Allow unreference with a NULL argument.Eric Anholt
2007-05-17Convert i915tex to the new interface and make it compile.Eric Anholt
2007-05-16WIP: Replace TTM buffer pool manager with a simplified interface.Eric Anholt
2007-04-16Make sure we are locked when creating drm buffer objects.Thomas Hellstrom
2007-03-20use passed target parameterAlan Hourihane
2006-11-01Merge texmem-0-3-branch.Keith Whitwell