summaryrefslogtreecommitdiff
path: root/src/sna/sna.h
AgeCommit message (Expand)Author
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
2014-04-28sna: Factor in destination sizes for choosing intermediate tiling bo sizeChris Wilson
2014-04-27sna: Preallocate cursorsChris Wilson
2014-04-27sna: Preallocate pwrite scratch buffer for old fashioned cursor updatesChris Wilson
2014-04-27sna: Replace cursor gen test with feature flagChris Wilson
2014-04-15sna: Discard TearFree readback when overdrawingChris Wilson
2014-04-09sna: Tweak application of WHOLE hint for uploadsChris Wilson
2014-04-02sna: Prevent signal re-entrancy into cursor update routinesChris Wilson
2014-03-31sna: Promote to the GPU operations that cover the whole pixmapChris Wilson
2014-03-28sna: Our cursors are always square.Chris Wilson
2014-03-27sna: Support variable sized cursorsChris Wilson
2014-03-14sna: Allow some leeway when deciding to discard common translationsChris Wilson
2014-02-22sna: Allow SIGBUS/SEGV to kill the threadChris Wilson