summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2012-07-15sna: Avoid creating a CPU bo for uploads if we already have a large GPU boChris Wilson
2012-07-15sna: Prefer uploads to be staged in snoopable boChris Wilson
2012-07-15sna: Simply reverse all the boxes if dx <= 0 and dy <= 0Chris Wilson
2012-07-15sna: Keep track of the base pointer for the reordered boxesChris Wilson
2012-07-14sna: Make sure we check for a busy CPU bo before declaring is-cpuChris Wilson
2012-07-14sna/glyphs: Perform the fallback mask reduce before moving the glyph pointersChris Wilson
2012-07-14sna/gen7: Check for gradient allocation failure within spansChris Wilson
2012-07-14sna/gen7: Uses EXTEND_PAD for its alpha-gradient with spansChris Wilson
2012-07-14sna: Reorder overlapping boxes for CopyArea/WindowChris Wilson
2012-07-14sna: Tidy sna_copy_boxesChris Wilson
2012-07-14sna: Avoid BLT to snoopable bo on older genChris Wilson
2012-07-14sna/glyphs: A repeat of the earlier typo for pixman glyphsChris Wilson
2012-07-14sna/glyphs: Fix typo and render glyphs to the small maskChris Wilson
2012-07-14sna/gen7: Preselect samplerChris Wilson
2012-07-14sna/gen4: Fix typo introduced in checking dst formatChris Wilson
2012-07-14sna/gen7: Only emit the render flushes between operationsChris Wilson
2012-07-14sna/gen7: Only fallback to BLT for a redirected targetChris Wilson
2012-07-14sna/gen4+: Fix up card/dest format confusion in previous commitChris Wilson
2012-07-14sna/gen4+: Translate to card format using a switchChris Wilson
2012-07-14sna: Enable pixman_glyphs if availableChris Wilson
2012-07-14sna/dri: Presume an unknown chipset will want i965_dri.soChris Wilson
2012-07-14sna: Allow BLT support on future unknown hardwareChris Wilson
2012-07-14Drop some unused includesChris Wilson
2012-07-14sna: Do not perform batch compaction on old kernelsChris Wilson
2012-07-14sna: Add some DBG for selecting glyph pathChris Wilson
2012-07-14sna: Add some DBG for short-circuiting choice of source boChris Wilson
2012-07-14sna: Aim for consistency and use stdbool except for core X APIsChris Wilson
2012-07-13sna/gen4: Simplify comparing the pipeline-pointers against the previousChris Wilson
2012-07-13sna: Split CloseScreen into two phasesChris Wilson
2012-07-13sna: Only try to enable DRI2 if the module is available at runtimeChris Wilson
2012-07-12sna: Fix build without DRI2Chris Wilson
2012-07-12sna: Check for failure to initialize the sprite pointersChris Wilson
2012-07-12sna/glyphs: Fix array allocation for list_extentsChris Wilson
2012-07-12sna/glyphs: Apply mask reduction along fallback paths as wellChris Wilson
2012-07-12sna: Rearrange the tests for dropping the glyph maskChris Wilson
2012-07-12i810: Remove vestigial reference to xaa.hChris Wilson
2012-07-12uxa/dri: Fix a buffer leak on pageflipping when enabling glamor.Zhigang Gong
2012-07-12i810: Tidy configure detection for XAA/DGAChris Wilson
2012-07-11sna: Remove unused cached partials listChris Wilson
2012-07-11sna: Minor tweak to upload in place if the CPU bo is busyChris Wilson
2012-07-11sna: Discard the mask for "non-overlapping" glyphsChris Wilson
2012-07-10sna: Disable periodic scanout refresh if all outputs are disconnectedChris Wilson
2012-07-10sna: Avoid the expensive recomputation of the region when copyingChris Wilson
2012-07-10sna: Only promote to full GPU if we already have a GPU boChris Wilson
2012-07-10i810: Make DGA optionalDaniel Stone
2012-07-10i810: Make XAA optionalDaniel Stone
2012-07-09sna: Check for overlapping glyphs within each list, then overlapping listsChris Wilson
2012-07-09sna: Fix reversal of inside logic for BitmapToRegionChris Wilson
2012-07-09sna: Improve the check for assertionsChris Wilson
2012-07-09sna: Simplify the DBG incarnationChris Wilson