summaryrefslogtreecommitdiff
path: root/src/intel_uxa.c
AgeCommit message (Expand)AuthorFilesLines
2011-11-03uxa: Remove caching of surface binding locationChris Wilson1-1/+0
2011-10-17snb,ivb: Workaround unknown blitter deathChris Wilson1-11/+14
2011-08-29video: check that the pixmap exists before useChris Wilson1-2/+1
2011-04-08intel: Restore manual flush for old kernelsChris Wilson1-1/+12
2011-04-04Take advantage of the kernel flush for dirty bo in the busy ioctlChris Wilson1-12/+16
2011-03-29Cleanup gen2 tiling confusionDaniel Vetter1-4/+3
2011-03-09Update priv->stride after bo reallocationChris Wilson1-3/+3
2011-02-22Fix relaxed tiling on gen2Daniel Vetter1-3/+7
2011-01-20Create the UXA generational resources during screen createChris Wilson1-1/+6
2011-01-08Remove unused GTT/Map sizes and addressesChris Wilson1-1/+0
2010-12-30Don't replace the scanout bo through PutImageChris Wilson1-2/+3
2010-12-23i830: amalgamate consecutive composites into a single primitiveChris Wilson1-0/+1
2010-12-07i965: Invalidate pixmap binding location on reuse.Chris Wilson1-0/+1
2010-12-07Always flush the batch before blocking for new X requestsChris Wilson1-1/+2
2010-12-05uxa: Prevent reading past the last byte on upload/downloadChris Wilson1-9/+10
2010-12-03i965: Amalgamate surface binding tablesChris Wilson1-19/+40
2010-12-03i965: Upload an entire vbo in a single pwrite, rather than per-rectangleChris Wilson1-0/+3
2010-11-14uxa: Relax fencing some more for gen3Chris Wilson1-7/+11
2010-11-01Support BLT acceleration on gen6Zou Nan hai1-32/+24
2010-10-18Fix violation of gen6 requirements for depthbuffer tiling.Eric Anholt1-6/+7
2010-10-07Include a chipset generation number to clarify device specific paths.Chris Wilson1-8/+7
2010-10-06uxa: Re-enable acceleration.Chris Wilson1-38/+26
2010-10-06Revert "Clear pixmap->devPrivate.ptr [regression in 7c7294e]"Chris Wilson1-4/+0
2010-10-06Clear pixmap->devPrivate.ptr [regression from 7c7294e]Chris Wilson1-0/+4
2010-10-04shadow+dri2: Allow dri2 to be independently enabled with shadowChris Wilson1-3/+17
2010-10-04Split shadow handling routines to their own file.Chris Wilson1-176/+0
2010-09-13uxa: Apply source clipping to blitsChris Wilson1-1/+28
2010-09-10shadow: Simply modify the Screen pixmap headerChris Wilson1-33/+32
2010-09-08Enable a shadow buffer and disable GPU acceleration.Chris Wilson1-14/+203
2010-09-04Force use of GTT and fence registers for mapping tiled objectsChris Wilson1-21/+14
2010-08-22Remove accel_pitch_alignmentChris Wilson1-4/+2
2010-08-22Replace ROUND_* macros with ALIGN.Matt Turner1-3/+3
2010-07-20intel: respect tiling disable.Dave Airlie1-0/+4
2010-06-25Remove unused inclusion of <sys/mman.h>Chris Wilson1-1/+0
2010-06-25Rename common infrastructure to the intel namespace.Chris Wilson1-0/+1217