aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/common/dri_bufmgr.c
Commit message (Expand)AuthorAgeFilesLines
* Revert "Revert "Merge branch 'drm-gem'""Dave Airlie2008-08-241-160/+0
* Revert "Merge branch 'drm-gem'"Dave Airlie2008-08-241-0/+160
* [intel] Convert drivers to using libdrm bufmgr code.Eric Anholt2008-06-031-171/+0
* Add back a mostly-correct glFinish for GEM and fake.Eric Anholt2008-05-221-0/+6
* [intel] update GEM api. Add bo_subdata and bo_get_subdata driver hooks.Keith Packard2008-05-111-6/+19
* GEM: Make dri_emit_reloc take GEM domain flags instead of TTM flags.Eric Anholt2008-05-071-3/+5
* [intel] Fix build for GEM. TTM is now disabled, and fencing is gone.Eric Anholt2008-05-021-23/+2
* Add intel_bufmgr_gem for new graphics execution manager.Eric Anholt2008-05-021-2/+2
* intel/fake_bufmgr: Attempt to restrict references to objects in a batchbuffer...Dave Airlie2008-04-161-2/+8
* Bufmgr cleanup from intel-batchbuffer branch of 2d driver.Eric Anholt2008-01-241-0/+3
* [intel] Enable INTEL_DEBUG=bufmgr output in TTM mode as well as classic.Eric Anholt2007-12-131-0/+6
* [intel] Fix the type and naming of the flags/mask args to TTM functions.Eric Anholt2007-11-301-4/+5
* i915: make i915 use the cached mappings for batch/buffer objects.Dave Airlie2007-11-011-3/+2
* i915: fixup up bufmgr to pass num buffers to kernelDave Airlie2007-10-091-14/+2
* i915: add superioctl support to the ttm codepaths.Dave Airlie2007-10-041-2/+2
* i915: add superioctl initial support inside bufmgr ttmDave Airlie2007-10-031-2/+2
* i915/drmbuf: attempt to push relocations into buffer managerDave Airlie2007-10-031-0/+16
* Add buffer manager destroy function.Eric Anholt2007-05-311-0/+6
* Replace the flags/hint arguments to bo_alloc{,_static} with a location mask.Eric Anholt2007-05-241-5/+17
* Merge branch 'master' into i915-unificationEric Anholt2007-05-181-1/+0
|\
| * Make sure we are locked when creating drm buffer objects.Thomas Hellstrom2007-04-161-3/+9
* | Allow unreference with a NULL argument.Eric Anholt2007-05-181-0/+6
* | Convert i915tex to the new interface and make it compile.Eric Anholt2007-05-171-0/+6
* | WIP: Replace TTM buffer pool manager with a simplified interface.Eric Anholt2007-05-161-438/+68
|/
* use passed target parameterAlan Hourihane2007-03-201-1/+1
* Merge texmem-0-3-branch.Keith Whitwell2006-11-011-0/+493