summaryrefslogtreecommitdiff
path: root/src/i830_batchbuffer.h
AgeCommit message (Expand)Author
2010-04-16render: tell the kernel explicitly when fences are neededOwain G. Ainsworth
2010-03-01i965: Ensure that URB_FENCE is aligned to 64-bytesChris Wilson
2010-03-01Assert that we only call OUT_BATCH() inside a BATCHChris Wilson
2010-03-01batch: Ensure we send a MI_FLUSH in the block handler for TFPChris Wilson
2010-03-01Remove flush parameter from intel_batch_flush()Chris Wilson
2010-03-01batch: Track pixmap domains.Chris Wilson
2010-03-01Check that batch buffers are atomic.Chris Wilson
2010-03-01Call pPixmaps plain old pixmaps.Owain G. Ainsworth
2010-03-01Rename the xf86 screen private from pScrn to scrn.Owain G. Ainsworth
2010-03-01Rename the screen private from I830Ptr pI830 to intel_screen_private *intel.Owain G. Ainsworth
2010-02-28Move to kernel coding style.Eric Anholt
2009-05-26Revert "Rely on BO pixmaps being present in acceleration paths."Carl Worth
2009-05-01intel_batch_start_atomic: fix size passed to intel_batch_require_space (*4)Keith Packard
2009-04-27Rely on BO pixmaps being present in acceleration paths.Eric Anholt
2009-04-27Replace I830Sync's irq emit/wait code with bufmgr use.Eric Anholt
2009-04-27unifdef I830_USE_UXA.Eric Anholt
2009-04-27Remove EXA support.Eric Anholt
2009-01-16Re-emit i915 composite setup when the batchbuffer wraps.Eric Anholt
2008-10-19Reduce incidence of MI_FLUSH usage.Keith Packard
2008-09-09Track move of bufmgr functions to libdrm_intel.Eric Anholt
2008-08-13Make EXA & UXA share bo getting functionJesse Barnes
2008-08-05Use dri_bo for all object allocations, including pixmaps under uxaKeith Packard
2008-07-31Add OUT_RELOC macro and backing intel_batch_emit_reloc functionCarl Worth
2008-06-10Change most usage of pixmap offsets to using a reloc macro.Eric Anholt
2008-06-10Use batchbuffers instead of ring emits for general commands.Eric Anholt