summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2012-01-04sna: Only allow mappable pixmaps to be mappedChris Wilson
2012-01-04sna: Force creation of ordinary pixmaps when wedged.Chris Wilson
2012-01-04sna: The batch is counted in dwords, not bytes!Chris Wilson
2012-01-04sna: Carefully free the freed_pixmap upon exitChris Wilson
2012-01-04sna: Limit batch to a single page on 865gChris Wilson
2012-01-04sna: Guard against NULL damage derefChris Wilson
2012-01-04sna: Fix typo during partial list deletionChris Wilson
2012-01-04sna/gen3: Remove incorrect premultiplication of solid component-alpha maskChris Wilson
2012-01-04sna: Discard mask and source for PictOpClearChris Wilson
2012-01-03uxa/glamor: Remove extraneous flushZhigang Gong
2012-01-03uxa/glamor: Remove dead code.Zhigang Gong
2012-01-03sna: Inline checks for over-sized buffers during pixmap creationChris Wilson
2012-01-03sna: Always search for an exact active match first from the bo-cacheChris Wilson
2012-01-03sna: Force tiling on medium pitches if not reduced for other reasonsChris Wilson
2012-01-03sna: Delete the last buffer if destroyed without being used on the GPUChris Wilson
2012-01-03sna/gen3: Prefer to use the blitter for solid fillsChris Wilson
2012-01-03sna/trapezoids: Pass the sna pointer to the calleesChris Wilson
2012-01-03sna: Avoid unnecessary call overhead for read-only move-to-cpuChris Wilson
2012-01-03sna: Use a cheaper no-reduction damage check for simply discarding further da...Chris Wilson
2012-01-03sna/damage: Mark the box as packed so that the embedded_box is aligned correctlyChris Wilson
2012-01-03sna/gen3: Check for a non-NULL bo before incrementing its ref in reuse_source()Chris Wilson
2012-01-01sna: Prefer not to force the creation of gpu bo for pixmap uploadsChris Wilson
2012-01-01sna: Keep a freelist of buffersChris Wilson
2012-01-01sna: Tune blt routineChris Wilson
2012-01-01sna: Delete some redundant codeChris Wilson
2012-01-01sna: Eliminate one union pass when reducing damage-addChris Wilson
2012-01-01sna: Move some checks against programming errors to assertsChris Wilson
2011-12-31Revert "sna: Increase the minimum alignment constraint for g33"Chris Wilson
2011-12-31uxa/video: Clear all state structures before uploadingChris Wilson
2011-12-31uxa: the video destination should be in the render write domainChris Wilson
2011-12-31sna: Implement inplace trapezoidal addition (for clipmasks)Chris Wilson
2011-12-31sna: Update pixmap->devKind for GTT mappingsChris Wilson
2011-12-31sna: Implement tiled uploads for small stipples larger than patternsChris Wilson
2011-12-31sna: Make sure the shadow pixmap is suitable for scanoutChris Wilson
2011-12-31sna: Tweak throttling to be run before going idleChris Wilson
2011-12-31sna: compare tiling against minimum width for relevancyChris Wilson
2011-12-31sna: Defer the initial source upload if the GPU bo will be untiledChris Wilson
2011-12-30sna: Remove redundant use-gpu-bo clauseChris Wilson
2011-12-29sna: Fix DBG for no intersection with damageChris Wilson
2011-12-29sna: Tune disarming of the scanout flush timerChris Wilson
2011-12-29sna: Allow uploading inplace to a freshly created GPU boChris Wilson
2011-12-29sna: Only update the damage region as necesary for contains-boxChris Wilson
2011-12-29sna: Reset the source counter upon dirtying the shadow pixmapChris Wilson
2011-12-29sna: Be paranoid and check for errors from mmapping the boChris Wilson
2011-12-29uxa: Depend upon DRI2 not DRIChris Wilson
2011-12-28sna/dri: Update set_bo() for change of bo ownership transfer during page-flipChris Wilson
2011-12-28sna: Fix debug message for read-boxesChris Wilson
2011-12-28sna: Do not create glyph caches if the gpu is wedgedChris Wilson
2011-12-28sna: Refactor common code for testing gpu busyness of a pixmapChris Wilson
2011-12-28sna: Perform clip mask compositing inplaceChris Wilson