summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2012-06-19Post Damage on the Screen Pixmap after a pageflipChris Wilson
2012-06-19sna: Initialize the color value for fallback unaligned boxesChris Wilson
2012-06-19sna: Avoid copying unintialised data during source picture uploadChris Wilson
2012-06-19sna: Double check that the source is busy before performing indirect readsChris Wilson
2012-06-19sna: Fix up the shadow pointer on the source when copyingChris Wilson
2012-06-18sna: Review sna_copy_boxesChris Wilson
2012-06-18sna: Reset region after transferring to cpuChris Wilson
2012-06-18sna: Check if the busy is truly busy before commiting to an indirect uploadChris Wilson
2012-06-18sna: Align upload buffers to 128Chris Wilson
2012-06-18sna: Assert damage is valid after every additionChris Wilson
2012-06-18sna: Validate cpu/gpu damage never overlapsChris Wilson
2012-06-18sna: Fixup tracking of vmap upload buffersChris Wilson
2012-06-18sna: Remove overlapping CPU damage when operating inplace on the GPUChris Wilson
2012-06-18sna: Prefer to attempt a Composite operation rather than use pixman compositeChris Wilson
2012-06-18sna: Fix rendering of unaligned boxes through pixmanChris Wilson
2012-06-17sna: convert another instance of applying the clear to the CPU pixmapChris Wilson
2012-06-17sna: Fix the blt composite op with no-opsChris Wilson
2012-06-17sna: Further refine choice of placement when uploading source data.Chris Wilson
2012-06-17sna: Correct typo forcing everything to be clear to 0!Chris Wilson
2012-06-17sna: Fix cut'n'paste errors in tiling debugChris Wilson
2012-06-17sna/gen7: Enable non-rectilinear spansChris Wilson
2012-06-17sna: Add tiling for spansChris Wilson
2012-06-17sna: Read inplace for fallback copiesChris Wilson
2012-06-17sna: Decrease latency for 1x1 GetImage by using an inplace mappingChris Wilson
2012-06-17sna: Allow reads to be performed inplaceChris Wilson
2012-06-17sna: Cleanup damage processing after operating inplaceChris Wilson
2012-06-17sna: Use memset for simple clearsChris Wilson
2012-06-17sna: Inspect CPU damaged state when deciding upon Composite placementChris Wilson
2012-06-17sna: Composite traps inplace if the CPU is already all-damagedChris Wilson
2012-06-17sna: Composite glyphs inplace if the CPU is already all-damagedChris Wilson
2012-06-17sna: Tweak placement of operationsChris Wilson
2012-06-17sna/gen3: Add another DBG for dropping vboChris Wilson
2012-06-15sna: Prefer to operate inplace if already mapped of the GPU is wholly dirtyChris Wilson
2012-06-15sna: Tweaks for DBG missing glyphs through fallbacksChris Wilson
2012-06-15sna: Don't trim prepare for glyphs_via_maskChris Wilson
2012-06-15sna: Remove mark-as-cpu after gem_preadChris Wilson
2012-06-15sna: Silence a few compiler warningsChris Wilson
2012-06-15sna: Check for zero-sized damage regions after trimming Windows to their pixmapsChris Wilson
2012-06-14sna: Specialise the self-copy blitter to handle vertically overlapping copiesChris Wilson
2012-06-14sna: Add a little bit more DBG to migration IO pathsChris Wilson
2012-06-14sna: Fix reversed assertionChris Wilson
2012-06-14uxa: Force the outputs to off for consistency with xf86DisableUnusedFunctions()Chris Wilson
2012-06-14sna: Make the disable-unused after vt switch distinct from DPMS offChris Wilson
2012-06-14sna: Reset damage extents after reduction goes to zeroChris Wilson
2012-06-14sna: Supporting overlapping copies for fallback blitsChris Wilson
2012-06-14sna: Explicitly disable the CRTC so that xserver/kernel agree after VT switchChris Wilson
2012-06-13sna: Only reduce damage addition to a region operation if cleanChris Wilson
2012-06-13sna: ConstificationZdenek Kabelac
2012-06-13sna: Fix typo and compare y1 to y2Zdenek Kabelac
2012-06-13sna: Fix operator preference around a | b & c | dChris Wilson