summaryrefslogtreecommitdiff
path: root/src/sna/sna.h
AgeCommit message (Expand)Author
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
2014-05-20sna/dri2: Verify that the reference pipe is still active for flippingChris Wilson
2014-05-14sna/dri2: Tighten reporting of faked flip eventsChris Wilson
2014-05-14sna: Rename DRI2 files, functions and variablesChris Wilson
2014-05-08sna: Add an xorg.conf option for removing unused outputsChris Wilson
2014-05-06sna: Treat encoder id array as invariantChris Wilson
2014-05-04sna/dri: Report the last known MSC whilst the pipe is offChris Wilson
2014-05-02sna: Perform dynamic connector discoveryChris Wilson
2014-05-02sna: Do not stash drmModeResPtrChris Wilson