summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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
2012-07-09sna: Promote large operations to use the whole GPUChris Wilson
2012-07-09sna: Only consider large clears as candidates for GPU migrationChris Wilson
2012-07-09sna: PadPixmap only writes to the out-of-bounds bitsChris Wilson
2012-07-09sna: Rename conflicting symbols with uxaChris Wilson
2012-07-09sna: Just use a linear scan to find the terminating clip boxChris Wilson
2012-07-09sna: Remove the consideration of CPU damage for overwriting FillRectChris Wilson
2012-07-08sna: Substitute the reduce clip region for fallback opsChris Wilson
2012-07-08sna: Review placement hints for fallback operationsChris Wilson
2012-07-08sna: Remove function for force-to-gpuChris Wilson
2012-07-08sna: Apply the clear color when resizing the front bufferChris Wilson
2012-07-08sna/dri: Review stale commentsChris Wilson
2012-07-08sna/dri: Fix cross-chaining of pageflip vs vblankChris Wilson
2012-07-08sna/dri: Use draw ref directlyChris Wilson
2012-07-08sna/dri: Remove dead code for 'old_fb'Chris Wilson
2012-07-08sna/dri: Attach the chain of frame events to the Window, not pixmapChris Wilson
2012-07-08sna: Tweak start/stop of the deferred flushChris Wilson
2012-07-08sna/dri: Clarify the message for one failure caseChris Wilson
2012-07-08sna/dri: Add a couple of missing VG_CLEAR on vblanksChris Wilson
2012-07-08sna/dri: Couple the frame events into DestroyWindowChris Wilson