summaryrefslogtreecommitdiff
path: root/src/i830_accel.c
AgeCommit message (Expand)Author
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
2007-02-20Add support for triple buffering using a third static buffer.Michel Dänzer
2007-01-31Add an accelerated path for rotation Render operations in XAA.Eric Anholt
2007-01-06More sparse cleanups:Jesse Barnes
2006-12-12Move PrintErrorState and CheckInheritedErrors code to i830_debug.c.Eric Anholt
2006-08-24Merge branch 'master' into exaWang Zhenyu
2006-08-21Fix bug #7930, i810 doesn't compile without DRIAlan Hourihane
2006-08-03Add current Tungsten Graphics code drop for i965 support.Alan Hourihane
2006-07-14Current exa render implement for i830 and i915, test onWang Zhenyu
2006-06-18Fix DRI in EXA mode: Don't attempt to use XAA symbols (use the driver's internalEric Anholt
2006-04-28Commit what applied from Jesse Barnes's i830-exa-latest.patch.Eric Anholt
2006-03-22Drop libc wrapper; don't include xf86_ansic.h and add includes now missing.Kristian Høgsberg
2005-07-11Prep for modular builds by adding guarded #include "config.h" everywhere.XORG-6_8_99_16XORG-6_8_99_15Adam Jackson
2004-07-30Bug #400 (partial): Driver fixes for the dlloader. When usingAdam Jackson