summaryrefslogtreecommitdiff
path: root/src/i830_accel.c
AgeCommit message (Expand)AuthorFilesLines
2010-02-20Remove dead i830_ring.h.Eric Anholt1-1/+0
2009-12-07batch: Ensure we send a MI_FLUSH in the block handler for TFPChris Wilson1-2/+2
2009-12-02Remove flush parameter from intel_batch_flush()Chris Wilson1-15/+1
2009-12-02Rename I830Sync() to intel_sync()Chris Wilson1-1/+1
2009-12-02batch: Avoid flushing a NULL batchChris Wilson1-1/+1
2009-12-02Review use of errno after libdrm callChris Wilson1-2/+0
2009-11-30debug: Don't always flush the batch when emitting a debugging flushChris Wilson1-1/+4
2009-11-29batch: Track pixmap domains.Chris Wilson1-20/+1
2009-10-14debug: Enable cache flushing after every operationChris Wilson1-0/+3
2009-10-14conf: Add debugging flush optionsChris Wilson1-6/+3
2009-10-08Rename the xv pPriv to adaptor_priv to reflect whose private it is.Eric Anholt1-3/+3
2009-10-08Call pPixmaps plain old pixmaps.Eric Anholt1-2/+2
2009-10-08Rename the xf86 screen private from pScrn to scrn.Eric Anholt1-10/+10
2009-10-08Rename the screen private from I830Ptr pI830 to intel_screen_private *intel.Eric Anholt1-14/+14
2009-10-06Remove the reg_dumper code, now that it's been moved to intel_gpu_tools.Eric Anholt1-1/+0
2009-10-06Move to kernel coding style.Eric Anholt1-87/+81
2009-10-06Remove UMS support.Eric Anholt1-69/+0
2009-10-05Remove error state dumping code.Eric Anholt1-4/+0
2009-07-22Only align DRI2 tiled pixmaps to the DRI2 tiled pixmap alignment requirement.Eric Anholt1-3/+0
2009-07-10Remove NoAccel supportKeith Packard1-9/+2
2009-04-28Remove a handful of pointless commentsKristian Høgsberg1-22/+8
2009-04-27Replace I830Sync's irq emit/wait code with bufmgr use.Eric Anholt1-30/+1
2009-04-27unifdef I830_USE_UXA.Eric Anholt1-5/+1
2009-04-27Remove EXA support.Eric Anholt1-24/+1
2009-04-27Remove XAA support.Eric Anholt1-10/+0
2009-04-27Remove DRI1 support.Eric Anholt1-43/+0
2009-04-27Don't try to do anything for I830Sync when VT switched.Eric Anholt1-1/+1
2009-04-21Replace a bunch of #ifdef debug flushing/syncing with a single function.Eric Anholt1-0/+11
2009-03-06intel: Nuke shared-entity support (zaphod mode).Eric Anholt1-3/+1
2009-01-20Remove triple-buffering supportOwain G. Ainsworth1-5/+0
2009-01-14Fix ioctl type.Owain G. Ainsworth1-1/+1
2008-12-03Enable tiling for DRI2 back/depth buffers.Eric Anholt1-0/+4
2008-11-17Merge commit 'origin/master' into dri2Kristian Høgsberg1-4/+10
2008-10-19Reduce incidence of MI_FLUSH usage.Keith Packard1-3/+2
2008-10-17Handle differently tiled front/back/depth/third in DRI window managementKeith Packard1-1/+8
2008-10-14Update to DRI2 changes.Kristian Høgsberg1-1/+1
2008-10-14Merge commit 'origin/master' into HEADKristian Høgsberg1-1/+5
2008-10-06Fix driver build against server 1.4.2.Eric Anholt1-1/+5
2008-09-04DRI2: Move pixmap pitch alignment for use with depth to pixmap create.Eric Anholt1-1/+2
2008-08-29Add DRI2 support.Kristian Høgsberg1-3/+3
2008-08-12Don't wait for ring if kernel mode setting is activeJesse Barnes1-1/+1
2008-08-05Use dri_bo for all object allocations, including pixmaps under uxaKeith Packard1-1/+1
2008-08-05Make EXA functions work for UXA as wellKeith Packard1-0/+48
2008-08-05Add UXA - the unified memory acceleration architecture.Keith Packard1-10/+21
2008-06-10[gem] Don't set up the ring in GEM mode, as that'll be handled by the kernel.Eric Anholt1-1/+32
2008-06-10Use batchbuffers instead of ring emits for general commands.Eric Anholt1-15/+3
2008-06-05Replace a couple of wait-for-ring-idles with a single function to do so.Eric Anholt1-1/+1
2008-04-17Make the binding table and surface state be arrays to reduce syncing.Eric Anholt1-3/+0
2008-04-10Keep static copies of the 965 render programs in video memory.Eric Anholt1-0/+3
2008-03-14Change OUT_RING and similar calls to OUT_BATCH for batchbuffer mergeEric Anholt1-8/+8