summaryrefslogtreecommitdiff
path: root/src/i830_batchbuffer.c
AgeCommit message (Expand)Author
2009-12-02Review use of errno after libdrm callChris Wilson
2009-11-30debug: Enable dumping of batchbuffer [compile-time only]Chris Wilson
2009-11-30debug: Don't always flush the batch when emitting a debugging flushChris Wilson
2009-11-29batch: Track pixmap domains.Chris Wilson
2009-11-10Check that batch buffers are atomic.Chris Wilson
2009-10-14conf: Add debugging flush optionsChris Wilson
2009-10-08Rename the xf86 screen private from pScrn to scrn.Eric Anholt
2009-10-08Rename the screen private from I830Ptr pI830 to intel_screen_private *intel.Eric Anholt
2009-10-06Move to kernel coding style.Eric Anholt
2009-10-06Remove UMS support.Eric Anholt
2009-06-11intel_batch_init: test have_gem, not directRenderingTypeKeith Packard
2009-05-13Add new have_gem flagJesse Barnes
2009-04-27Replace I830Sync's irq emit/wait code with bufmgr use.Eric Anholt
2009-03-06intel: Nuke shared-entity support (zaphod mode).Eric Anholt
2009-03-06Fix another VT switch leakLukáš Hejtmánek
2009-01-17intel: fix DRI2 should be DRI_DRI2Dave Airlie
2009-01-15Fix invarient state emits for DRI2 (do it per batch, since there's no lock).Eric Anholt
2009-01-06FatalError on batchbuffer map failureKeith Packard
2008-12-08i965: Add batch_flush_notify hook to create new vertex-buffer boCarl Worth
2008-11-17Merge commit 'origin/master' into dri2Kristian Høgsberg
2008-10-19Reduce incidence of MI_FLUSH usage.Keith Packard
2008-10-14Merge commit 'origin/master' into HEADKristian Høgsberg
2008-10-09For non-DRM, add NOOPs after BATCH_BUFFER_START to verify completionKeith Packard
2008-10-09i830 nondrm batch buffer insertion was missing ADVANCE_LP_RING() callKeith Packard
2008-09-12Fix mis-merge of DRI2 changes related to pI830->directRenderingTypeKeith Packard
2008-09-11Fix build failures that should have been in the previous merge commit.Eric Anholt
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