summaryrefslogtreecommitdiff
path: root/src/i830_batchbuffer.c
AgeCommit message (Expand)Author
2010-06-25Rename common infrastructure to the intel namespace.Chris Wilson
2010-06-25i810: Move into a legacy directory.Chris Wilson
2010-06-21Do not clear need_mi_flush within the batch.Chris Wilson
2010-06-21Emit the flush after a potential draw from the BlockHandler.Chris Wilson
2010-06-17i830: Remove domain tracking from pixmaps.Chris Wilson
2010-06-17i830: Tidy i830_uxa_put_image()Chris Wilson
2010-06-10i830: Limit disabling acceleration following EIO to !i965Chris Wilson
2010-06-10i830: Only emit the disabling GPU error message once.Chris Wilson
2010-06-09Revert "xp:trapezoids"Chris Wilson
2010-06-08xp:trapezoidsChris Wilson
2010-06-08implicit-flushChris Wilson
2010-06-06Use libc instead of deprecated libc wrappers for malloc/calloc/free.Eric Anholt
2010-05-31Disable acceleration if we detect a hardware error.Chris Wilson
2010-05-26Add vertex bo to the list of buffers to be torn down.Chris Wilson
2010-05-24i915: Move vertices into a vertex buffer object.Chris Wilson
2010-05-24Use pwrite to upload the batch bufferChris Wilson
2010-05-23i915: amalgamate composite into a single primitive listChris Wilson
2010-05-17i830: Remove vestigal debugging ALWAYS_FLUSH and ALWAYS_SYNCChris Wilson
2010-05-14i830: Teardown batch entries on reset.Chris Wilson
2010-04-15uxa: Reuse in-flight boChris Wilson
2010-03-05Rate limit batch buffer error.Chris Wilson
2010-03-04Remove 3D state clobber on EnterVT, and always clobber at batch start.Eric Anholt
2010-02-20Remove dead i830_ring.h.Eric Anholt
2009-12-07batch: Ensure we send a MI_FLUSH in the block handler for TFPChris Wilson
2009-12-02batch: Downgrade batch submission from a FatalError.Chris Wilson
2009-12-02Remove flush parameter from intel_batch_flush()Chris Wilson
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