summaryrefslogtreecommitdiff
path: root/src/sna/sna.h
AgeCommit message (Expand)AuthorFilesLines
2023-02-01sna: Eliminate sna_mode_wants_tear_free()Ville Syrjälä1-1/+0
2023-02-01sna: Fix async flipsVille Syrjälä1-0/+1
2019-09-19sna: Add sna_br13_color_depth()Ville Syrjälä1-0/+19
2018-10-19sna: Only generate a coldprobe RR probe when RandR is enabledChris Wilson1-0/+3
2018-05-31sna/video/sprite: Query planes for RGB565Ville Syrjälä1-0/+1
2018-04-03sna: Reorder vblank/flip event handling to avoid TearFree recursionChris Wilson1-1/+0
2018-03-26sna: Fixup early assert of xf86ScrnToScreenChris Wilson1-1/+1
2018-03-02sna: Add XV_COLORSPACE attribute support for sprite Xv adaptorsVille Syrjälä1-0/+1
2017-11-09sna: Assert idempotent conversions between sna <-> ScreenPtrChris Wilson1-2/+6
2017-10-12sna: Move the public sna_crtc fields into a named structChris Wilson1-4/+11
2017-10-08sna/present: Queue the keepalive vblankChris Wilson1-2/+9
2016-11-30sna: Prevent switching to GPU rendering when given a SHM pixmapChris Wilson1-0/+3
2016-10-28sna: Load DRI3 if try to load DRI2 and failChris Wilson1-4/+8
2016-10-21sna: Disable screen saver if Option "DPMS" is specifiedChris Wilson1-0/+1
2016-10-21sna: Force a reprobe for the specified hotplug connectorChris Wilson1-0/+1
2016-09-20sna/present: Prime the msc cache on first queryChris Wilson1-0/+1
2016-08-11sna: Avoid recursing whilst waiting for events within TearFreeChris Wilson1-0/+4
2016-08-02sna: Split SHM and DRI flush trackingChris Wilson1-3/+15
2016-08-02sna: Only flush GPU bo for a damage eventChris Wilson1-0/+2
2016-07-20Update to ABI 22 and NotifyFdChris Wilson1-0/+2
2016-06-20sna/video: Create one XvAdapter for each sprite planeChris Wilson1-0/+1
2016-06-20sna: Record all sprite planes reported by the kernelChris Wilson1-2/+2
2016-05-28sna: Restore TearFree operation after switching everything offChris Wilson1-2/+3
2016-04-07sna: Don't limit CRTC idChris Wilson1-5/+2
2016-04-06sna/gen9: Quick and dirty implementationChris Wilson1-0/+1
2016-04-06sna/present: Skip the unflip if a no-opChris Wilson1-0/+1
2016-03-24sna/present: Add missing "static inline" for disabled present stubsChris Wilson1-1/+1
2016-03-24sna/present: Cancel pending unflips when resizing the screenChris Wilson1-0/+2
2015-11-10sna/dri2: Add a specific recursion indicator for TearFree/DRI2Chris Wilson1-0/+1
2015-10-01sna: Indicate when we expect to call RRGetInfo during discoveryChris Wilson1-1/+1
2015-07-26sna: Only check non-NULL PixmapsChris Wilson1-2/+4
2015-07-26sna: Add a small pixmap sanity checkChris Wilson1-2/+13
2015-06-10sna: Increase assertion to cater for concurrent & recursion vblank/flip handlersChris Wilson1-1/+1
2015-06-05sna: Only add the COW to the flush write if exported for writingChris Wilson1-0/+2
2015-05-19sna: Force restoration of SW cursor after HW cursor failsChris Wilson1-1/+2
2015-05-04Remove the driver option to delete connectors on unpluggingChris Wilson1-1/+0
2015-04-18sna/present: Reuse last cached swap msc/ust during a flip chainChris Wilson1-4/+42
2015-04-05sna/dri2: Prevent the sw cursor from copyig to a buffer as we discard itChris Wilson1-0/+2
2015-03-13sna: Apply affine transformations to HW cursorsChris Wilson1-0/+10
2015-03-05sna: Remove the flush after waking up between clientsChris Wilson1-2/+1
2015-03-02sna: Tweak find clip box assertsChris Wilson1-2/+4
2015-03-01sna: Unrecurse clip box searchChris Wilson1-2/+6
2015-02-16sna/present: Append duplicates onto queued vblanksChris Wilson1-0/+1
2015-02-15sna/present: Avoid tricks with the TearFree flagChris Wilson1-1/+1
2015-02-14sna/present: Integrate into TearFree, take 2Chris Wilson1-7/+1
2015-02-13sna/present: Hook into TearFreeChris Wilson1-0/+8
2015-02-11sna/present: Handle fake RRCrtcChris Wilson1-0/+1
2015-02-11sna/present: Compensate for time elapsed since last swapChris Wilson1-0/+5
2015-02-10sna: Prefer first active CRTC for offscreen drawablesChris Wilson1-1/+0
2015-02-08sna: Avoid accessing past the end of the clip boxes for incremental clippingChris Wilson1-6/+12