summaryrefslogtreecommitdiff
path: root/src/sna/sna.h
AgeCommit message (Expand)Author
2016-07-20Update to ABI 22 and NotifyFdChris Wilson
2016-06-20sna/video: Create one XvAdapter for each sprite planeChris Wilson
2016-06-20sna: Record all sprite planes reported by the kernelChris Wilson
2016-05-28sna: Restore TearFree operation after switching everything offChris Wilson
2016-04-07sna: Don't limit CRTC idChris Wilson
2016-04-06sna/gen9: Quick and dirty implementationChris Wilson
2016-04-06sna/present: Skip the unflip if a no-opChris Wilson
2016-03-24sna/present: Add missing "static inline" for disabled present stubsChris Wilson
2016-03-24sna/present: Cancel pending unflips when resizing the screenChris Wilson
2015-11-10sna/dri2: Add a specific recursion indicator for TearFree/DRI2Chris Wilson
2015-10-01sna: Indicate when we expect to call RRGetInfo during discoveryChris Wilson
2015-07-26sna: Only check non-NULL PixmapsChris Wilson
2015-07-26sna: Add a small pixmap sanity checkChris Wilson
2015-06-10sna: Increase assertion to cater for concurrent & recursion vblank/flip handlersChris Wilson
2015-06-05sna: Only add the COW to the flush write if exported for writingChris Wilson
2015-05-19sna: Force restoration of SW cursor after HW cursor failsChris Wilson
2015-05-04Remove the driver option to delete connectors on unpluggingChris Wilson
2015-04-18sna/present: Reuse last cached swap msc/ust during a flip chainChris Wilson
2015-04-05sna/dri2: Prevent the sw cursor from copyig to a buffer as we discard itChris Wilson
2015-03-13sna: Apply affine transformations to HW cursorsChris Wilson
2015-03-05sna: Remove the flush after waking up between clientsChris Wilson
2015-03-02sna: Tweak find clip box assertsChris Wilson
2015-03-01sna: Unrecurse clip box searchChris Wilson
2015-02-16sna/present: Append duplicates onto queued vblanksChris Wilson
2015-02-15sna/present: Avoid tricks with the TearFree flagChris Wilson
2015-02-14sna/present: Integrate into TearFree, take 2Chris Wilson
2015-02-13sna/present: Hook into TearFreeChris Wilson
2015-02-11sna/present: Handle fake RRCrtcChris Wilson
2015-02-11sna/present: Compensate for time elapsed since last swapChris Wilson
2015-02-10sna: Prefer first active CRTC for offscreen drawablesChris Wilson
2015-02-08sna: Avoid accessing past the end of the clip boxes for incremental clippingChris Wilson
2015-02-08sna: Check against last clip box (not past the end of the boxes)Chris Wilson
2015-02-08sna/present: Fallback to first available CRTC if none overlap WindowChris Wilson
2015-02-06sna/trapezoids: Use incremental region clipping for spansChris Wilson
2015-02-05sna/present: Queue the unflip if we have flips outstandingChris Wilson
2015-01-21sna: Keep front_active consistent across DPMS eventsChris Wilson
2015-01-13sna: Wrap direct access to ScrnInfoPtr->pScreenChris Wilson
2015-01-08sna: Differentiate between disabling CRTC and turning off DPMSChris Wilson
2014-12-19sna/dri2: Preserve the shadow CRTCs when copying to other areasChris 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-08sna: Inline check for pending events before reading from drm fdChris Wilson
2014-11-10sna: Only reshow unhidden cursors after modesettingChris Wilson
2014-11-06sna: Experimental support for write-combining mmapsChris Wilson
2014-10-08intel: Store pointer to struct intel_deviceChris Wilson
2014-10-07sna: Retrieve private pointer from vblank cookieChris Wilson
2014-10-07sna: Wrap rrGetInfo so that we can probe when udev is not activeChris Wilson
2014-10-06sna: Avoid the intermediate allocation for PRIME pixmapsChris Wilson
2014-09-15sna: Last ditch attempt to make extra large batches fitChris Wilson
2014-09-10sna: Emit assertions with FatalErrorChris Wilson