summaryrefslogtreecommitdiff
path: root/src/sna
AgeCommit message (Expand)Author
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-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
2011-12-18sna: Hint likely usage of CPU boChris Wilson
2011-12-18sna: Only upload to the source GPU bo if we need tiling to avoid TLB missesChris Wilson
2011-12-18sna/gen5: Tidy checking against hardcoded maximum 3D sizeChris Wilson
2011-12-18sna: Explicitly handle errors from madvChris Wilson
2011-12-18sna/gen[67]: check for context switch after preparing sourceChris Wilson
2011-12-18sna/gen[23]: Try BLT if the source/target do no fit in the 3D pipelineChris Wilson
2011-12-18sna/gen3: Tidy checks against hardcoded maximum 3D pipeline sizeChris Wilson
2011-12-18sna/gen2+: If we use the BLT to prepare the target, try using BLT for opChris Wilson
2011-12-18sna/gen5: If we need to flush the composite op, check to see if we can blitChris Wilson
2011-12-18sna/gen5+: First try a blt composite if the source/dest are too largeChris Wilson
2011-12-18sna: Upload images in place from CopyAreaChris Wilson
2011-12-17sna: Tune the default pixmap upload pathsChris Wilson
2011-12-17sna: Simplify write domain trackingChris Wilson
2011-12-17sna: Upload to large pixmaps inplaceChris Wilson
2011-12-17sna: Search through the inactive VMA cache for potential upload boChris Wilson
2011-12-17sna: Map the upload buffer using an LLC boChris Wilson
2011-12-17sna/gen3: Enforce a minimum width of 2 elements for the render targetChris Wilson
2011-12-17sna: Discard GPU damage first before choosing where to fill_boxes()Chris Wilson
2011-12-17sna/gen3: Initialise missing value of need ca pass for fill_boxeS()Chris Wilson
2011-12-17sna: Wrap I915_GEM_GET_PARAM with valgrind markupChris Wilson
2011-12-17sna: Suppress an overwritten XY_SRC_COPYChris Wilson
2011-12-17sna: Clean up compiler warnings for shadowed variablesChris Wilson
2011-12-17sna/gen4+: disable the blend unit for PictOpSrcChris Wilson
2011-12-17src/gen4+: Add support for depth 15 render copies/fillsChris Wilson
2011-12-17sna: Clean up caches stored upon the batch boChris Wilson
2011-12-15sna/gen3: Check for upload failure of video boChris Wilson
2011-12-15sna: cap the number of times we attempt to resubmit the batch upon EBUSYChris Wilson
2011-12-15sna: More missing move-to-cpu allocation checksChris Wilson