Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-09-10 | intel: move drm calls to exec buffers to libdrm_intel. | Eric Anholt | |
This avoids duplicating the effort in 3 places. Also, added emit/wait fence callbacks back in bufmgr_fake since we need it for non-drm 2d. Sigh. | |||
2008-09-10 | intel: Move IRQ emit/wait from callbacks into the bufmgr. | Eric Anholt | |
In the process, work around the glaring bugs of the kernel irq wait function. | |||
2008-09-10 | Move intel libdrm stuff to libdrm_intel.so | Eric Anholt | |
dri_bufmgr.h is replaced by intel_bufmgr.h, and several functions are renamed, though the structures and many functions remain dri_bufmgr_* and dri_bo_* | |||
2008-08-04 | Expose pin/unpin/set_tiling/flink APIs | Keith Packard | |
2008-06-05 | Add a function to bufmgr_fake to evict all buffers in the GTT. | Eric Anholt | |
This will be used by the X Server for VT switch. | |||
2008-06-03 | Fix and hook up bufmgr code to the build. | Eric Anholt | |