summaryrefslogtreecommitdiff
path: root/src/sna/sna_video_overlay.c
Commit message (Expand)AuthorAgeFilesLines
* sna/video/overlay: Declare support for depth 8 and 30Ville Syrjälä2020-05-151-0/+2
* sna: Use named initializersVille Syrjälä2019-09-191-1/+5
* sna/video: ValidateGC before useChris Wilson2016-01-261-6/+4
* sna: Wrap direct access to ScrnInfoPtr->pScreenChris Wilson2015-01-131-1/+1
* sna/video: Reuse fallback colorkey filler from overlay for spritesChris Wilson2015-01-071-69/+1
* sna/video: Provide fallback support for filling the colorkeyChris Wilson2015-01-071-7/+67
* Prepare for spurious Xv ABI changesChris Wilson2014-08-081-36/+14
* sna: Silence compiler warnings for discarding const Region pointsChris Wilson2014-06-111-4/+4
* sna/video: Initialise pitch before queryChris Wilson2014-04-291-0/+1
* sna/video: Show sprites across all outputsChris Wilson2014-04-231-12/+9
* sna/video: Add always-on-top to the list of Xv attributesChris Wilson2013-09-231-1/+2
* sna: Add a few more checks for a hosted Xserver before walking CRTC listsChris Wilson2013-08-251-2/+1
* sna/video: Turn off passthrough if given a zero nameChris Wilson2013-08-161-0/+3
* sna/video: Keep a ref to the passthrough overlay boChris Wilson2013-08-161-1/+16
* sna/video: YUV420 is not supported by sprites, replace it with a RGB passthroughChris Wilson2013-08-161-2/+11
* sna/video: Expose an attribute to keep the overlay always on topChris Wilson2013-08-161-10/+24
* sna/video: Don't assert on a client error, return BadAllocChris Wilson2013-08-161-1/+7
* intel: Disable incompatible features whilst hostedChris Wilson2013-08-091-0/+3
* Suppress a bunch of compiler warnings for using constant stringsChris Wilson2013-07-301-15/+15
* sna: Fix DBG compilationChris Wilson2013-07-221-1/+1
* sna/video: Catch allocation failure whilst setting up the TexturedAdaptorChris Wilson2013-06-121-1/+0
* sna/video: Fixup formats to select visualsChris Wilson2013-06-061-4/+3
* sna: Fix format specifier for mismatching int/long in DBGChris Wilson2013-06-061-1/+1
* sna/video: Fix redundant initialisation of video->clipChris Wilson2013-06-051-1/+1
* sna/video: Convert to a pure Xv backendChris Wilson2013-05-211-164/+180
* sna/video: Expand passthrough support for overlay planesChris Wilson2013-04-091-13/+40
* sna/video: Fix presentation of cropped spritesChris Wilson2012-12-181-0/+12
* Convert generation counter to octalChris Wilson2012-11-301-4/+4
* sna/overlay: Move bo out of GTT domain after binding to overlay planeChris Wilson2012-10-171-0/+1
* sna/overlay: Trim suggested BestSize to fit within the overlay constraintsChris Wilson2012-10-121-3/+20
* intel: fix video xvPipe range checkDave Airlie2012-08-121-1/+1
* sna: Aim for consistency and use stdbool except for core X APIsChris Wilson2012-07-141-4/+4
* sna: Simplify the DBG incarnationChris Wilson2012-07-091-5/+0
* sna: Check results from syscallsChris Wilson2012-06-191-1/+4
* sna: Valgrind updatesZdenek Kabelac2012-06-131-0/+1
* Lots of trivial semantic fixesChris Wilson2012-06-131-9/+6
* sna/overlay: Handle return from GETPARAM query correctlyChris Wilson2012-05-291-1/+1
* sna/overlay: Replace drmCommand with direct invocations of drmIoctlChris Wilson2012-05-291-12/+5
* sna/overlay: Restore one xf86drm.h includeChris Wilson2012-05-291-0/+1
* Unify options handling between UXA and SNAEugeni Dodonov2012-05-241-0/+2
* sna/video: Constify a couple of attribute arraysChris Wilson2011-11-131-8/+6
* sna/video: Use the normal bo cache for texture video streamsChris Wilson2011-11-091-1/+8
* sna/video: Pass cropped source dimensions along with frame dataChris Wilson2011-11-091-8/+5
* sna/video: Downgrade severity of "overlay not found" messageChris Wilson2011-07-021-1/+1
* sna: Distinguish 830/845 vs 855/865 using the generation idChris Wilson2011-06-301-2/+2
* sna/video: Use pwrite for upload of unclipped, unrotated framesChris Wilson2011-06-221-1/+1
* sna: Introduce a new acceleration model.Chris Wilson2011-06-041-0/+731