summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2015-01-19Set the vdpau driver to va_glAdel Gadllah
2015-01-17sna: Provide a few compiler hintsChris Wilson
2015-01-17sna/gen6+: Prefer not to switch away from active RENDER pipelineChris Wilson
2015-01-16sna/dri2: Exchange flags when exchanging DRI2Buffers after SwapBuffersChris Wilson
2015-01-16sna/dri2: Track tracking of active-scanout for back buffer replacementChris Wilson
2015-01-15sna/gen6+: Prefer using RENDER pipeline for uncached destinations on large GTChris Wilson
2015-01-15sna/dri2: Add a DBG message for when Xorg triple buffering is availableChris Wilson
2015-01-14sna: Actually check for has_wc_mmap before useChris Wilson
2015-01-13sna: Wrap direct access to ScrnInfoPtr->pScreenChris Wilson
2015-01-13sna: Only instantiate the frontbuffer on the GPU if usedChris Wilson
2015-01-13sna: Combine slave CRTC offsets with rotationChris Wilson
2015-01-13sna: Add a small DBG message for when PRIME slave tracking is enabledChris Wilson
2015-01-13sna: Throw away CRTC damage if the CRTC is outside the screen boundsChris Wilson
2015-01-11sna: Use correct octal value for gen3Chris Wilson
2015-01-09sna: Add basic unswizzled manual detilers for gen2Chris Wilson
2015-01-09sna/dri2: Fix build with DRI2INFOREC version 5Chris Wilson
2015-01-09sna: Disable detiling for gen2Chris Wilson
2015-01-09sna: Actually set the priv->mapped type for mmap(wc)Chris Wilson
2015-01-09sna: Wrap mmap accessors with sigtrap to catch oom SIGBUSChris Wilson
2015-01-09sna: Replace assert with conditional setting of sna_pixmap->mappedChris Wilson
2015-01-09sna: Add a couple of guards against using the GPU to write into snooped boChris Wilson
2015-01-09sna: Capitlize log message "display hotplut detection"Chris Wilson
2015-01-08sna: Allow use of mmap(wc) for inplace GetImageChris Wilson
2015-01-08sna: Differentiate between disabling CRTC and turning off DPMSChris Wilson
2015-01-07sna: Add mmap(wc) handling to has_coherent_ptr assertionChris Wilson
2015-01-07sna/trapezoids: Fix typo in construction of polygon linesChris Wilson
2015-01-07sna/video: Reuse fallback colorkey filler from overlay for spritesChris Wilson
2015-01-07sna/video: Provide fallback support for filling the colorkeyChris Wilson
2015-01-06sna: Copy mode.vrefresh between kernel and XChris Wilson
2015-01-06sna: Allow scanouts to be directly accessed via the GTT even when wedgedChris Wilson
2015-01-06sna: Clip copy to CRTC shadowChris Wilson
2015-01-06sna: Allow scanouts to force late attachmentChris Wilson
2015-01-06sna: Disable GPU preferences when marking it as wedgedChris Wilson
2015-01-06sna: Reject CPU blits that require format conversionsChris Wilson
2015-01-06sna/video: Do an early check for a wedged GPU before texturingChris Wilson
2015-01-06sna: Enable mmap(wc) support by defaultChris Wilson
2015-01-05sna: Don't force a batch flush at the start of a BLT fill opChris Wilson
2014-12-31sna: Don't record old vblank eventsChris Wilson
2014-12-24sna/gen7: Limit threads on HSW GT1Chris Wilson
2014-12-20sna: Fix Drawable offsets prior to performing shadow discardChris Wilson
2014-12-20sna/dri2: Check for implicit flushing after updating a Pixmap bufferChris Wilson
2014-12-20sna: Skip allocation of new TearFree buffer if not actually flippingChris Wilson
2014-12-19sna/dri2: Preserve the shadow CRTCs when copying to other areasChris Wilson
2014-12-19sna/dri2: Report changes in pitch when swapping boChris Wilson
2014-12-19sna/dri2: Look for preferred CRTC for visible portion of the windowChris Wilson
2014-12-19sna/dri2: Prevent NULL pointer dereference of Window privateChris Wilson
2014-12-19sna/dri2: Decouple Window cache on Pixmap changesChris Wilson
2014-12-16sna: Make error debug tracing available at normal debug levelsChris Wilson
2014-12-12sna: Tune handling of kernel error detection during intial setupChris Wilson
2014-12-12sna: Fix TearFree multi-monitor operation whilst wedgedChris Wilson