summaryrefslogtreecommitdiff
path: root/src/i830_accel.c
AgeCommit message (Expand)Author
2009-11-30debug: Don't always flush the batch when emitting a debugging flushChris Wilson
2009-11-29batch: Track pixmap domains.Chris Wilson
2009-10-14debug: Enable cache flushing after every operationChris Wilson
2009-10-14conf: Add debugging flush optionsChris Wilson
2009-10-08Rename the xv pPriv to adaptor_priv to reflect whose private it is.Eric Anholt
2009-10-08Call pPixmaps plain old pixmaps.Eric Anholt
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-06Remove the reg_dumper code, now that it's been moved to intel_gpu_tools.Eric Anholt
2009-10-06Move to kernel coding style.Eric Anholt
2009-10-06Remove UMS support.Eric Anholt
2009-10-05Remove 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
2008-04-10Keep static copies of the 965 render programs in video memory.Eric Anholt
2008-03-14Change OUT_RING and similar calls to OUT_BATCH for batchbuffer mergeEric Anholt
2008-03-06No ring, no syncZhenyu Wang
2007-11-14Don't stop ring before restoring hw stateJesse Barnes
2007-07-25When TTM is available, use it instead of manual AGP allocations when possible.Eric Anholt
2007-05-18Fix ring debug codeWang Zhenyu
2007-03-05Merge remote branch 'origin/master' into i830-pageflipMichel Dänzer
2007-02-23Rework the video memory allocation.Eric Anholt