summaryrefslogtreecommitdiff
path: root/src/sna/sna.h
AgeCommit message (Expand)Author
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
2014-09-02sna: Leave more Pixmap breadcrumbs in DBGChris Wilson
2014-08-14sna: Do not force creation of a linear GPU bo that we don't wantChris Wilson
2014-08-05sna: Set the RandR primary output from the optionChris Wilson
2014-08-03sna: Add some paranoid asserts around get_window_pixmap()Chris Wilson
2014-07-23sna: Disable rendering with the DRM device whilst away from VTChris Wilson
2014-07-23sna: Disable all outputs when initializing as a slaved output providerChris Wilson
2014-07-11configure: Provide a poor man's replacement for getline()Chris Wilson
2014-07-02sna: Limit the size of the tiling object to be smaller than either the originalsChris Wilson
2014-07-01sna: Enforce LinearFramebuffer optionChris Wilson
2014-06-26sna/dri2: Hook into ClientGone callback to clear dangling referencesChris Wilson
2014-06-23sna: Rename IGNORE_CPU to IGNORE_DAMAGE to better reflect its purposeChris Wilson
2014-06-19sna: Always readback shadow damage after replacing the bufferChris Wilson
2014-06-16sna: Clear our private hints about front rendering exported boChris Wilson
2014-06-14sna: Enable TearFree by default for systems with PSRChris Wilson
2014-06-13sna: Reorder ignore_cpu_damage() to avoid assertsChris Wilson
2014-06-11sna: MST topologies may change on any hotplug eventChris Wilson
2014-06-11sna: Discard TearFree damage before checking for an overwriting uploadChris Wilson
2014-06-11sna: Silence compiler warnings for discarding const Region pointsChris Wilson
2014-06-09sna/dri2: Allow TearFree flipping to individual CRTCChris Wilson
2014-06-07sna: Fix TearFree for non-compositorsChris Wilson
2014-06-06sna: Hook up a backlight udev monitor for external changesChris Wilson
2014-06-05sna/dri2: Enable immediate buffer exchangesChris Wilson
2014-06-02sna: Add support for PresentChris Wilson
2014-06-02sna: Add support for DRI3Chris Wilson
2014-06-02sna: Enable kernel support for asynchronous flipsChris Wilson
2014-05-26sna/dri2: Move scanout processing from frame event to globalChris Wilson
2014-05-22sna/dri2: Move fixed array allocations to per-crtcChris Wilson
2014-05-21sna/dri2: Apply a margin of error to the sequence wrap detectionChris Wilson
2014-05-21sna/dri2: Tidy recording of the last swap sequence number and timeChris Wilson
2014-05-21sna/dri2: Tidy computation of 64bit ustChris Wilson