summaryrefslogtreecommitdiff
path: root/src/i830_batchbuffer.c
AgeCommit message (Expand)Author
2008-09-09Track move of exec to bufmgr, and restoration of emit/wait funcs for non-drm.Eric Anholt
2008-08-29Fix build when using kernel DRM headersJesse Barnes
2008-06-13[gem] Catch -EINTR from blocking GEM ioctl and restart.Eric Anholt
2008-06-10[gem] Don't set up the ring in GEM mode, as that'll be handled by the kernel.Eric Anholt
2008-06-10Use bufmgr_gem when available instead of the fake bufmgr.Eric Anholt
2008-06-10Use the DRM for submitting batchbuffers when available.Eric Anholt
2008-06-10Avoid needless flush emits in the blockhandler.Eric Anholt
2008-06-10Use batchbuffers instead of ring emits for general commands.Eric Anholt