aboutsummaryrefslogtreecommitdiff
path: root/libdrm/intel/intel_bufmgr_gem.c
AgeCommit message (Expand)Author
2009-08-28Add drm_intel_bo_busy to query whether mapping a BO would block.Eric Anholt
2009-07-09intel: Free buffers in the BO cache that haven't been reused in a while.Eric Anholt
2009-07-06intel: Fix up math errors when allocating very large BOs.Eric Anholt
2009-07-06intel: fix compiler warning about returning a void value.Edward O'Callaghan
2009-05-19intel: quiet a warning.Eric Anholt
2009-05-19intel: Only do BO caching up to 64MB objects.Eric Anholt
2009-05-14libdrm/intel: Make get_pipe_from_crtc_id per-bufmgr. Return -1 on failure.Keith Packard
2009-05-14Add new drm_intel_get_pipe_from_crtc_id function.Carl Worth
2009-05-12libdrm/intel: add drm_intel_bo_disable_reuse apiKeith Packard
2009-05-01libdrm/intel: assert that clients are using bo refcounting correctlyKeith Packard
2009-03-26libdrm/intel: support GTT maps correctlyJesse Barnes
2009-02-27intel: Update reloc_tree_size of the first buffer when we count the tree size.Eric Anholt
2009-02-21intel: Add a new bufmgr alloc function to get BOs ready for rendering to.Eric Anholt
2009-02-15intel: Clear ioctl parameter outvalues and pads that confuse valgrind.Eric Anholt
2009-01-27intel: don't count fences on 965 and later, as they don't use them.Eric Anholt
2009-01-27intel: Fix under-counting of fences registers required in check_aperture.Eric Anholt
2009-01-27intel: libdrm support for fence management in execbufJesse Barnes
2009-01-14intel: Retry pin ioctl on -EINTR.Eric Anholt
2008-12-17intel: Cache tiling/swizzle state in user mode. Reset tiling on reuse.Keith Packard
2008-12-17intel: Debug output %u vs uint64_t warning fixKeith Packard
2008-12-17intel: return error status from drm_intel_gem_bo_mapKeith Packard
2008-12-17intel: Dump out memory usage information when the kernel fails to pinKeith Packard
2008-12-17libdrm: add mode setting filesJesse Barnes
2008-12-14intel: don't skip set_domain on mapping of shared buffers.Eric Anholt
2008-12-14intel: don't let named buffers into the BO cache.Eric Anholt
2008-12-14intel: Remove the mapped flag, which is adequately covered by bo_gem->virtual.Eric Anholt
2008-12-10Revert "Merge branch 'modesetting-gem'"Jesse Barnes
2008-12-03Merge branch 'master' into modesetting-gemJesse Barnes
2008-12-02intel: Add a function for setting (GTT,GTT) domain, for use by UXA.Eric Anholt
2008-11-19libdrm_intel: fix merge errorJesse Barnes
2008-11-13Merge branch 'master' into modesetting-gemJesse Barnes
2008-11-13libdrm_intel: fix warnings on 64 bitJesse Barnes
2008-11-13libdrm: add support for i915 GTT mapping ioctlJesse Barnes
2008-11-07intel: Restart on interrupt of bo_wait_rendering instead of complaining.Eric Anholt
2008-10-30intel: Rename dri_ and intel_ symbols to drm_intel_.Eric Anholt
2008-10-28intel: Add dri_bufmgr_check_aperture support for bufmgr_gem.Eric Anholt
2008-10-16intel: ioctl is not defined to return -errnoKeith Packard
2008-10-17intel: Protect bufmgr objects with a pthread mutex.Eric Anholt
2008-10-14intel: Add interface for getting tiling mode of a bo.Eric Anholt
2008-10-09intel: Protect bufmgr objects with a pthread mutex.Eric Anholt
2008-09-30intel bufmgr: reinstate buffer handle trackingJesse Barnes
2008-09-30Merge remote branch 'origin/master' into modesetting-gemDave Airlie
2008-09-23intel: Do strerror on errno, not on the -1 return value from ioctl.Eric Anholt
2008-09-10intel: don't forget to include config.h in bufmgr code.Eric Anholt
2008-09-10intel: move drm calls to exec buffers to libdrm_intel.Eric Anholt
2008-09-10Move intel libdrm stuff to libdrm_intel.soEric Anholt
2008-08-26[intel_bufmgr_gem] Remember global name when creating buffer from name.Kristian Høgsberg
2008-08-13Merge branch 'master' into modesetting-gemJesse Barnes
2008-08-12[intel_bufmgr_gem] Fix flink buffer name caching (#17085, #17092).Kristian Høgsberg
2008-08-12Export a generic dri_bo handle for use by clientsJesse Barnes