summaryrefslogtreecommitdiff
path: root/src/i830_batchbuffer.c
AgeCommit message (Expand)AuthorFilesLines
2009-06-11intel_batch_init: test have_gem, not directRenderingTypeKeith Packard1-1/+1
2009-05-13Add new have_gem flagJesse Barnes1-2/+2
2009-04-27Replace I830Sync's irq emit/wait code with bufmgr use.Eric Anholt1-2/+27
2009-03-06intel: Nuke shared-entity support (zaphod mode).Eric Anholt1-1/+1
2009-03-06Fix another VT switch leakLukáš Hejtmánek1-0/+1
2009-01-17intel: fix DRI2 should be DRI_DRI2Dave Airlie1-1/+1
2009-01-15Fix invarient state emits for DRI2 (do it per batch, since there's no lock).Eric Anholt1-0/+6
2009-01-06FatalError on batchbuffer map failureKeith Packard1-1/+3
2008-12-08i965: Add batch_flush_notify hook to create new vertex-buffer boCarl Worth1-0/+3
2008-11-17Merge commit 'origin/master' into dri2Kristian Høgsberg1-2/+14
2008-10-19Reduce incidence of MI_FLUSH usage.Keith Packard1-2/+14
2008-10-14Merge commit 'origin/master' into HEADKristian Høgsberg1-1/+4
2008-10-09For non-DRM, add NOOPs after BATCH_BUFFER_START to verify completionKeith Packard1-1/+3
2008-10-09i830 nondrm batch buffer insertion was missing ADVANCE_LP_RING() callKeith Packard1-0/+1
2008-09-12Fix mis-merge of DRI2 changes related to pI830->directRenderingTypeKeith Packard1-1/+1
2008-09-11Fix build failures that should have been in the previous merge commit.Eric Anholt1-1/+1
2008-09-09Track move of exec to bufmgr, and restoration of emit/wait funcs for non-drm.Eric Anholt1-57/+79
2008-08-29Fix build when using kernel DRM headersJesse Barnes1-1/+1
2008-06-13[gem] Catch -EINTR from blocking GEM ioctl and restart.Eric Anholt1-2/+4
2008-06-10[gem] Don't set up the ring in GEM mode, as that'll be handled by the kernel.Eric Anholt1-2/+0
2008-06-10Use bufmgr_gem when available instead of the fake bufmgr.Eric Anholt1-23/+46
2008-06-10Use the DRM for submitting batchbuffers when available.Eric Anholt1-11/+28
2008-06-10Avoid needless flush emits in the blockhandler.Eric Anholt1-0/+8
2008-06-10Use batchbuffers instead of ring emits for general commands.Eric Anholt1-0/+119