summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-12-23sna: Don't align pwrite to cachelines for doing discontiguous copiesChris Wilson
2011-12-23sna: Silence unsigned comparison against 0Chris Wilson
2011-12-23sna: Trim the unused pages from the batch between the last command and surfaceChris Wilson
2011-12-23sna: Free the additional bindings on proxiesChris Wilson
2011-12-23sna/gen2+: Reuse source channel for mask where possibleChris Wilson
2011-12-22sna: Age active wholly damaged GPU buffers more slowlyChris Wilson
2011-12-22sna: Cancel the immediate batch submit once handled in the block handlerChris Wilson
2011-12-22sna: Bump the inactivity timeoutChris Wilson
2011-12-22sna: discard damage-all even for width|height==0 operationsChris Wilson
2011-12-22sna: Mark fresh GPU only bo as being all damagedChris Wilson
2011-12-22sna: Reduce damage after complete solid fillsChris Wilson
2011-12-22sna: Setup the pixmap correctly in order to attach our privateChris Wilson
2011-12-22sna: flatten source alphamapsChris Wilson
2011-12-22sna/gen2+: Prefer to use the CPU if we have a source alphamap and CPU picturesChris Wilson
2011-12-22sna: Avoid fallbacks for convolutions by rendering the convolved textureChris Wilson
2011-12-21sna: Drop suggested tiling parameter when creating boChris Wilson
2011-12-20sna: Intiialise pixmap size before useChris Wilson
2011-12-20sna: Always readback untiled bo in placeChris Wilson
2011-12-20sna: Treat all exported bo as potentially activeChris Wilson
2011-12-20sna: Only upload tiny pixmaps on the second useChris Wilson
2011-12-20sna: Improve a debug messageChris Wilson
2011-12-20sna/render: If the pixmap already has a GPU bo, use it for the sourceChris Wilson
2011-12-20sna: Do not use Y-tiling for composite back pixmapsChris Wilson
2011-12-20sna: Implement extended fallback handling for src == dst copiesChris Wilson
2011-12-20sna: Explicitly handle depth==1 scratch pixmapsChris Wilson
2011-12-20sna: Tidy up some recent valgrind complaints with reuse of scratch pixmapsChris Wilson
2011-12-20sna: Fixup the refcnt to avoid an assertChris Wilson
2011-12-20sna: Don't immediately check for region intersection after subtractChris Wilson
2011-12-20sna: Don't mark mapping as synchronous by defaultChris Wilson
2011-12-19sna: Always pass the damage to sna_drawable_use_gpu_bo()Chris Wilson
2011-12-19sna: Avoid the GPU readback with READ==0 move_to_cpuChris Wilson
2011-12-19sna: Drop the is-mapped flag after operating via the GPUChris Wilson
2011-12-19sna: Discard all damage when replacing pixmap contentsChris Wilson
2011-12-19sna: Tweak the rendering prioritiesChris Wilson
2011-12-19sna: Create a GPU bo for accelerated core drawingChris Wilson
2011-12-19sna: Remove the forced inplace uploadChris Wilson
2011-12-19sna: Tune the inplace cross-over point to be half-cache sizeChris Wilson
2011-12-19configure: Bump the required pixman versionChris Wilson
2011-12-19sna: Reset the GTT mapping flag when freeing the shadow pointersChris Wilson
2011-12-19sna: Restore CPU shadow after a GTT memoryChris Wilson
2011-12-19sna/gen[23]: We need to check the batch before doing an inline flushChris Wilson
2011-12-18sna: Continue searching the linear lists for CPU mappingsChris Wilson
2011-12-18sna: Distinguish between GTT and CPU maps when searching for VMAChris Wilson
2011-12-18sna: the active cache is not marked as purgeable, so skip checking itChris Wilson
2011-12-18sna: clear the request list when reusing a flushing boChris Wilson
2011-12-18sna: When freeing vma, first see if the kernel evicted anyChris Wilson
2011-12-18sna: Use a safe iterator whilst searching for inactive linear boChris Wilson
2011-12-18sna: Purge all evicted boChris Wilson
2011-12-18sna: Only retire for the VMA search if there are cached VMAChris Wilson
2011-12-18sna: Retire if the inactive vma list is emptyChris Wilson