summaryrefslogtreecommitdiff
path: root/src/sna/sna_accel.c
AgeCommit message (Expand)Author
2014-01-21sna: Restore gc->serialNumber correctly after falling backChris Wilson
2014-01-21sna: Drop bogus assert added in recent patchesChris Wilson
2014-01-21sna: Reduce zeal of new gc->pCompositeClipChris Wilson
2014-01-21sna: Fix typo in assertion from previous commitChris Wilson
2014-01-21sna: More assertions for tracking gc->pCompositeClipChris Wilson
2014-01-20sna: Include serial numbers in ValidateGC DBGChris Wilson
2014-01-20sna: Short-cut the fallback for XCopyArea with depth < 8Chris Wilson
2014-01-20sna: Add some more DBG output around the clipping in sna_do_copy()Chris Wilson
2014-01-17sna: Nullify pixmap->devPrivate.ptr after promoting CPU bo to GPUChris Wilson
2014-01-17sna: Intensify the move-to-cpu pointer paranoiaChris Wilson
2014-01-17sna: Cull the DBG spew to stderrChris Wilson
2014-01-16sna: Make the temporary upload pixmap as having a statically allocated pointerChris Wilson
2014-01-15sna: Add some more paranoia around dangling pointersChris Wilson
2014-01-09sna: Add regular refcnt checks on pixmap boChris Wilson
2013-12-15sna: Remove stale assertionChris Wilson
2013-12-11sna/gen8: Initial backend for BroadwellChris Wilson
2013-12-09sna: Only discard READ hint for TearFree copy iff it subsumes the pixmapChris Wilson
2013-12-05sna: Pass MOVE_READ for partial TearFree move-to-gpuChris Wilson
2013-12-05sna: OsRegisterSigWrapper was only introduced in 1.6.99.900Chris Wilson
2013-12-05sna: Compilation fixes for squeezeChris Wilson
2013-12-03sna: Mark up an ordinary pixmap for reuseChris Wilson
2013-12-03sna: More assertions around tracking mapped stateChris Wilson
2013-12-03sna: Clear the clear hint after performing a userptr uploadChris Wilson
2013-12-02sna: Fix stipple offset for drawing into child windowsChris Wilson
2013-12-02sna: Fix tile origin for pattern blitsChris Wilson
2013-11-28sna: Fallback from partial to full move-to-cpuChris Wilson
2013-11-28sna: Harden GetImage for use with very large buffersChris Wilson
2013-11-28sna: Prefer using userptr for PutImage into large GPU boChris Wilson
2013-11-25Cast to use unsigned mathZdenek Kabelac
2013-11-22uxa,sna: Prevent bo exchange when pinned for non-DRI2 clientsChris Wilson
2013-11-21sna: XY_SETUP_* expects the dst tiling to be set on gen4+Chris Wilson
2013-11-15sna: Include valgrind leakchecks for --enable-debug=memoryChris Wilson
2013-11-12sna: Discard cached upload proxy when writing to the pixmap via the CPUChris Wilson
2013-11-11sna: Assert that gc->funcs is never set to NULLChris Wilson
2013-11-11sna: Add a couple more asserts to track a potential NULL gc->pCompositeClipChris Wilson
2013-11-10sna: Assert that we do setup the gc->pCompositeClip upon ValidateGCChris Wilson
2013-11-06sna: Fixup unwind checks for future BLT commandsChris Wilson
2013-11-06sna: Clear the execlist if we completely unwind a batch after using 8x8 tilingChris Wilson
2013-11-06sna: Clear the execlist if we completely unwind a batch after using 8x8 tilingChris Wilson
2013-11-06sna: Only operate inplace if no existing CPU damage for a readChris Wilson
2013-11-06sna: Mark partial move_area_to_gpu with MOVE_READ on promotion to move_to_gpuChris Wilson
2013-11-05sna: Use an inplace exchange for large untiled BOChris Wilson
2013-11-04sna: Only use the simple stipple upload path if wholly containedChris Wilson
2013-11-03sna: Use fast-path target placement if we are also IGNORE_CPUChris Wilson
2013-11-02sna: Discard bo->exec when unwinding a glyph no-opChris Wilson
2013-11-02sna: Eliminate the redundancy between is_mappable/can_mapChris Wilson
2013-11-02sna: Jump to the right escape target when bypassing a self-copyChris Wilson
2013-11-02Prepare for changes in the BLT unit on future generationsChris Wilson
2013-11-01sna: Process all clip boxes when rastering segmentsChris Wilson
2013-10-31sna: Tweak deletion of used buffersChris Wilson