summaryrefslogtreecommitdiff
path: root/libdrm/intel/intel_bufmgr_priv.h
AgeCommit message (Expand)AuthorFilesLines
2009-11-17Move libdrm/ up one levelKristian Høgsberg1-254/+0
2009-10-06intel: Add a bo_alloc function for tiled BOs.Jesse Barnes1-0/+26
2009-10-06intel: Fix up some stale doxygen comments.Eric Anholt1-3/+2
2009-10-06intel: Reformat to the kernel coding style. Welcome to the 8-space future.Eric Anholt1-172/+184
2009-10-01intel: Add a new function to check if a BO's reloc tree references some BO.cairo-glEric Anholt1-0/+3
2009-08-28Add drm_intel_bo_busy to query whether mapping a BO would block.Eric Anholt1-1/+7
2009-05-14libdrm/intel: Make get_pipe_from_crtc_id per-bufmgr. Return -1 on failure.libdrm-2.4.11Keith Packard1-0/+13
2009-05-12libdrm/intel: add drm_intel_bo_disable_reuse apiKeith Packard1-0/+10
2009-02-21intel: Add a new bufmgr alloc function to get BOs ready for rendering to.Eric Anholt1-0/+10
2008-10-30intel: Rename dri_ and intel_ symbols to drm_intel_.Eric Anholt1-32/+33
2008-10-14intel: Add interface for getting tiling mode of a bo.Eric Anholt1-0/+9
2008-09-10intel: move drm calls to exec buffers to libdrm_intel.Eric Anholt1-17/+6
2008-09-10intel: Move IRQ emit/wait from callbacks into the bufmgr.Eric Anholt1-24/+0
2008-09-10Move intel libdrm stuff to libdrm_intel.soEric Anholt1-0/+200