intel: Rename dri_ and intel_ symbols to drm_intel_.
[profile/ivi/libdrm.git] / libdrm / intel / intel_bufmgr_gem.c
2008-10-30 Eric Anholtintel: Rename dri_ and intel_ symbols to drm_intel_.
2008-10-28 Eric Anholtintel: Add dri_bufmgr_check_aperture support for bufmgr...
2008-10-17 Keith Packardintel: ioctl is not defined to return -errno
2008-10-14 Eric Anholtintel: Add interface for getting tiling mode of a bo.
2008-10-09 Eric Anholtintel: Protect bufmgr objects with a pthread mutex.
2008-09-24 Eric Anholtintel: Do strerror on errno, not on the -1 return value...
2008-09-10 Eric Anholtintel: don't forget to include config.h in bufmgr code.
2008-09-10 Eric Anholtintel: move drm calls to exec buffers to libdrm_intel.
2008-09-10 Eric AnholtMove intel libdrm stuff to libdrm_intel.so
2008-08-26 Kristian Høgsberg[intel_bufmgr_gem] Remember global name when creating...
2008-08-13 Kristian Høgsberg[intel_bufmgr_gem] Fix flink buffer name caching (...
2008-08-08 Eric AnholtFix compile warning from check_aperture change.
2008-08-08 Eric AnholtMerge branch 'drm-gem'
2008-08-08 Eric AnholtReplace the check_aperture API with one we can make...
2008-08-07 Keith PackardMake flink save the kernel-assigned name and return...
2008-08-05 Keith PackardExpose pin/unpin/set_tiling/flink APIs
2008-07-29 Eric AnholtMerge commit 'origin/master' into drm-gem
2008-06-24 Keith Packard[intel-gem] Use I915_GEM_DOMAIN_GTT in dri_gem_bo_wait_...
2008-06-23 Keith Packard[intel-gem] Use I915_GEM_DOMAIN_GTT in dri_gem_bo_wait_...
2008-06-20 Keith Packard[intel-gem] Add DRM_IOCTL_I915_GEM_SW_FINISH to flag...
2008-06-13 Eric Anholt[gem] Catch -EINTR from blocking ioctls and restart...
2008-06-11 Eric Anholt[gem] Move potentially device-specific ioctls to the...
2008-06-07 Eric Anholt[gem] Don't forget to munmap in the non-bo-reuse object...
2008-06-06 Keith Packard[libdrm/intel] Eliminate extra dri_gem_bo_bucket_entry...
2008-06-06 Keith Packard[libdrm/intel] Remove unused intel_validate_entry structure
2008-06-06 Keith Packard[libdrm/intel] Reuse entire dri_bo_gem structure
2008-06-03 Eric AnholtFix and hook up bufmgr code to the build.
2008-06-03 Eric AnholtImport bufmgr code to libdrm. Not yet hooked up to...