summaryrefslogtreecommitdiff
path: root/src/i830_accel.c
AgeCommit message (Expand)Author
2010-09-12Rename common infrastructure to the intel namespace.Owain G. Ainsworth
2010-09-11i810: Move into a legacy directory.Owain G. Ainsworth
2010-06-21Emit the flush after a potential draw from the BlockHandler.Chris Wilson
2010-05-31Remove all code that pretends to work if we lack drm and gem.Owain G. Ainsworth
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-01Rename I830Sync() to intel_sync()Chris Wilson
2010-03-01batch: Avoid flushing a NULL batchChris Wilson
2010-03-01Review use of errno after libdrm callChris Wilson
2010-03-01debug: Don't always flush the batch when emitting a debugging flushChris Wilson
2010-03-01batch: Track pixmap domains.Chris Wilson
2010-03-01debug: Enable cache flushing after every operationChris Wilson
2010-03-01conf: Add debugging flush optionsOwain G. Ainsworth
2010-03-01Rename the xv pPriv to adaptor_priv to reflect whose private it is.Owain G. Ainsworth
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-03-01Remove the reg_dumper code, now that it's been moved to intel_gpu_tools.Owain G. Ainsworth
2010-02-28Move to kernel coding style.Eric Anholt
2010-02-28Remove error state dumping code.Eric Anholt
2009-07-22Only align DRI2 tiled pixmaps to the DRI2 tiled pixmap alignment requirement.Eric Anholt
2009-07-10Remove NoAccel supportKeith Packard
2009-04-28Remove a handful of pointless commentsKristian Høgsberg
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-04-27Remove XAA support.Eric Anholt
2009-04-27Remove DRI1 support.Eric Anholt
2009-04-27Don't try to do anything for I830Sync when VT switched.Eric Anholt
2009-04-21Replace a bunch of #ifdef debug flushing/syncing with a single function.Eric Anholt
2009-03-06intel: Nuke shared-entity support (zaphod mode).Eric Anholt
2009-01-20Remove triple-buffering supportOwain G. Ainsworth
2009-01-14Fix ioctl type.Owain G. Ainsworth
2008-12-03Enable tiling for DRI2 back/depth buffers.Eric Anholt
2008-11-17Merge commit 'origin/master' into dri2Kristian Høgsberg
2008-10-19Reduce incidence of MI_FLUSH usage.Keith Packard
2008-10-17Handle differently tiled front/back/depth/third in DRI window managementKeith Packard
2008-10-14Update to DRI2 changes.dri2Kristian Høgsberg
2008-10-14Merge commit 'origin/master' into HEADKristian Høgsberg
2008-10-06Fix driver build against server 1.4.2.Eric Anholt
2008-09-04DRI2: Move pixmap pitch alignment for use with depth to pixmap create.Eric Anholt
2008-08-29Add DRI2 support.Kristian Høgsberg
2008-08-12Don't wait for ring if kernel mode setting is activeJesse Barnes
2008-08-05Use dri_bo for all object allocations, including pixmaps under uxaKeith Packard
2008-08-05Make EXA functions work for UXA as wellKeith Packard
2008-08-05Add UXA - the unified memory acceleration architecture.Keith Packard
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 batchbuffers instead of ring emits for general commands.Eric Anholt
2008-06-05Replace a couple of wait-for-ring-idles with a single function to do so.Eric Anholt
2008-04-17Make the binding table and surface state be arrays to reduce syncing.Eric Anholt