summaryrefslogtreecommitdiff
path: root/src/sna/sna_accel.c
AgeCommit message (Expand)Author
2014-01-31sna: remove short-circuit for move-to-CPU when damage covers regionChris Wilson
2014-01-31sna: Balance memory accounting for buffer objectsChris Wilson
2014-01-31sna: Reorder assignments vs DBGChris Wilson
2014-01-31sna: Actually reuse pixmap headers for ordinary pixmapsChris Wilson
2014-01-31sna: Tidy up pixmap header allocationsChris Wilson
2014-01-31sna: Show the memory debug info againChris Wilson
2014-01-30sna: Constify GCFunc to quieten the compiler.Chris Wilson
2014-01-29sna: Do not use color corrected pixel values for comparing against gcChris Wilson
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