summaryrefslogtreecommitdiff
path: root/src/i830_batchbuffer.h
AgeCommit message (Expand)AuthorFilesLines
2010-06-25Rename common infrastructure to the intel namespace.Chris Wilson1-210/+0
2010-06-25i810: Move into a legacy directory.Chris Wilson1-5/+0
2010-06-21Only append the pixmap to the flushing list if we are writing to it.Chris Wilson1-1/+1
2010-06-21Emit the flush after a potential draw from the BlockHandler.Chris Wilson1-3/+3
2010-06-17i830: Remove domain tracking from pixmaps.Chris Wilson1-8/+2
2010-06-17i830: Tidy i830_uxa_put_image()Chris Wilson1-0/+2
2010-06-09Revert "xp:trapezoids"Chris Wilson1-5/+2
2010-06-08xp:trapezoidsChris Wilson1-2/+5
2010-06-08implicit-flushChris Wilson1-0/+1
2010-05-24i915: Move vertices into a vertex buffer object.Chris Wilson1-0/+12
2010-05-24Use pwrite to upload the batch bufferChris Wilson1-8/+8
2010-05-24Kill paranoid assertions on every write into the batchbuffer.Chris Wilson1-22/+1
2010-04-13render: tell the kernel explicitly when fences are neededDaniel Vetter1-7/+18
2010-01-08i965: Ensure that URB_FENCE is aligned to 64-bytesChris Wilson1-0/+15
2009-12-08Assert that we only call OUT_BATCH() inside a BATCHChris Wilson1-1/+1
2009-12-07batch: Ensure we send a MI_FLUSH in the block handler for TFPChris Wilson1-4/+4
2009-12-02Remove flush parameter from intel_batch_flush()Chris Wilson1-3/+3
2009-11-29batch: Track pixmap domains.Chris Wilson1-3/+32
2009-11-10Check that batch buffers are atomic.Chris Wilson1-0/+13
2009-10-08Call pPixmaps plain old pixmaps.Eric Anholt1-4/+4
2009-10-08Rename the xf86 screen private from pScrn to scrn.Eric Anholt1-13/+13
2009-10-08Rename the screen private from I830Ptr pI830 to intel_screen_private *intel.Eric Anholt1-47/+47
2009-10-06Move to kernel coding style.Eric Anholt1-63/+62
2009-10-06Remove UMS support.Eric Anholt1-8/+1
2009-05-26Revert "Rely on BO pixmaps being present in acceleration paths."Carl Worth1-1/+8
2009-05-01intel_batch_start_atomic: fix size passed to intel_batch_require_space (*4)Keith Packard1-1/+1
2009-04-27Rely on BO pixmaps being present in acceleration paths.Eric Anholt1-8/+1
2009-04-27Replace I830Sync's irq emit/wait code with bufmgr use.Eric Anholt1-0/+1
2009-04-27unifdef I830_USE_UXA.Eric Anholt1-4/+0
2009-04-27Remove EXA support.Eric Anholt1-2/+2
2009-01-16Re-emit i915 composite setup when the batchbuffer wraps.Eric Anholt1-0/+22
2008-10-19Reduce incidence of MI_FLUSH usage.Keith Packard1-4/+4
2008-09-09Track move of bufmgr functions to libdrm_intel.Eric Anholt1-2/+2
2008-08-13Make EXA & UXA share bo getting functionJesse Barnes1-3/+3
2008-08-05Use dri_bo for all object allocations, including pixmaps under uxaKeith Packard1-5/+17
2008-07-31Add OUT_RELOC macro and backing intel_batch_emit_reloc functionCarl Worth1-0/+17
2008-06-10Change most usage of pixmap offsets to using a reloc macro.Eric Anholt1-0/+13
2008-06-10Use batchbuffers instead of ring emits for general commands.Eric Anholt1-0/+106