summaryrefslogtreecommitdiff
path: root/src/sna/sna_render.c
AgeCommit message (Expand)Author
2014-06-25sna: Fix uninitialisable variableChris Wilson
2014-06-24sna: Fix the usual "x = y" typos in creating boxesChris Wilson
2014-06-24sna: Decompose self-copy into overlapping/non-overlapping regionsChris Wilson
2014-06-24sna/dri2: Add a dash more assertsChris Wilson
2014-06-23sna: Allow scratch pixmap to allocate linear GPU boChris Wilson
2014-06-11sna: First copy to overlap temporary must be using GXcopyChris Wilson
2014-06-11sna: Update damage pointer after the implicit reductionChris Wilson
2014-06-06sna: Auto-retire upload proxiesChris Wilson
2014-06-05sna/dri2: Enable immediate buffer exchangesChris Wilson
2014-05-30sna: Unexport kgem_get_unique_id()Chris Wilson
2014-05-28Silence CLang (almost)Chris Wilson
2014-05-27sna: Handle bad picture format/depth mismatchesChris Wilson
2014-05-26sna: Implicit release of upload buffers considered badChris Wilson
2014-04-28sna: Factor in destination sizes for choosing intermediate tiling bo sizeChris Wilson
2014-02-22sna: Move sigtrap wrapping closer to threaded sw compositeChris Wilson
2014-01-23sna: Avoid erroneous discarding operations for partial compositesChris Wilson
2013-11-28sna: Tidy a split conditional in an picture uploadChris Wilson
2013-10-10sna: Pass usage hint down to render fill routinesChris Wilson
2013-09-29sna: Apply the non-relaxed fencing partial paranoia everywhereChris Wilson
2013-09-27sna: Fix regression in picture extractionChris Wilson
2013-09-27sna: Catch SIGBUS to prevent X deathChris Wilson
2013-09-27sna: Trigger fallback after intermediate pixmap allocation failureChris Wilson
2013-09-18intel: Compile fixes for base install of SLED11.sp3Chris Wilson
2013-08-14sna: Rename sna_pixmap_get_bo()Chris Wilson
2013-07-29sna: Suppress a few harmless warningsChris Wilson
2013-07-19sna: Tidy a few DBG regarding cached uploadsChris Wilson
2013-07-13sna: Skip copying to the intermediate target if we will completely overwrite itChris Wilson
2013-06-28sna: Markup when a gradient is opaqueChris Wilson
2013-06-28sna: Compensate redirect drawing subrectangle inside an offset pixmapChris Wilson
2013-06-28sna/blt: Refine op placement logic for handling current source locationChris Wilson
2013-06-26sna/gen4+: Fix determination of intermediate extentsChris Wilson
2013-06-11sna: Make sure the source is coherent on the CPU before uploadingChris Wilson
2013-05-28sna: Make the backend identifier more informativeChris Wilson
2013-05-01sna: Be careful not to preemptively upload portions of a SHM pixmapChris Wilson
2013-03-23sna: Convert out-of-bounds sample to CLEARChris Wilson
2013-03-18sna: Add a pair of sanity checks before creating the redirection targetChris Wilson
2013-03-12sna: Missing git-add for 09862a85eba243bChris Wilson
2013-03-12sna: Mark redirect proxies with a unique idChris Wilson
2013-03-12sna: Apply the source offset to the transform when fixing up gradientsChris Wilson
2013-02-26sna: Improve handling of migrated userptr boChris Wilson
2013-02-26sna: Only use the GPU bo after migratingChris Wilson
2013-02-22sna: Refuse to create larger than max temporary upload boChris Wilson
2013-02-22sna: Allow picture fixup in channel format if not changing RGB depthChris Wilson
2013-02-13Revert "sna: Avoid promoting SHM CPU bo to GPU to maintain coherence with SHM...Chris Wilson
2013-02-09sna: Fix alignment of the base of partial buffers for pre-G33 chipsetsChris Wilson
2013-02-09sna: Promote to GPU is only partially damaged on the CPU but busy on the GPUChris Wilson
2013-02-08sna/gen4: Split the have_render flag in separate prefer_gpu hintsChris Wilson
2013-02-07sna: Only try the SRC fixup into the buffer if it is CPU mappedChris Wilson
2013-01-29sna: Only migrate the sample box if using the BLT engine for a compositeChris Wilson
2013-01-29sna: Verify that we always add the SHM CPU bo to the flush list when usingChris Wilson