summaryrefslogtreecommitdiff
path: root/src/sna/sna_video_overlay.c
AgeCommit message (Expand)Author
2016-01-26sna/video: ValidateGC before useChris Wilson
2015-01-13sna: Wrap direct access to ScrnInfoPtr->pScreenChris Wilson
2015-01-07sna/video: Reuse fallback colorkey filler from overlay for spritesChris Wilson
2015-01-07sna/video: Provide fallback support for filling the colorkeyChris Wilson
2014-08-08Prepare for spurious Xv ABI changesChris Wilson
2014-06-11sna: Silence compiler warnings for discarding const Region pointsChris Wilson
2014-04-29sna/video: Initialise pitch before queryChris Wilson
2014-04-23sna/video: Show sprites across all outputsChris Wilson
2013-09-23sna/video: Add always-on-top to the list of Xv attributesChris Wilson
2013-08-25sna: Add a few more checks for a hosted Xserver before walking CRTC listsChris Wilson
2013-08-16sna/video: Turn off passthrough if given a zero nameChris Wilson
2013-08-16sna/video: Keep a ref to the passthrough overlay boChris Wilson
2013-08-16sna/video: YUV420 is not supported by sprites, replace it with a RGB passthroughChris Wilson
2013-08-16sna/video: Expose an attribute to keep the overlay always on topChris Wilson
2013-08-16sna/video: Don't assert on a client error, return BadAllocChris Wilson
2013-08-09intel: Disable incompatible features whilst hostedChris Wilson
2013-07-30Suppress a bunch of compiler warnings for using constant stringsChris Wilson
2013-07-22sna: Fix DBG compilationChris Wilson
2013-06-12sna/video: Catch allocation failure whilst setting up the TexturedAdaptorChris Wilson
2013-06-06sna/video: Fixup formats to select visualsChris Wilson
2013-06-06sna: Fix format specifier for mismatching int/long in DBGChris Wilson
2013-06-05sna/video: Fix redundant initialisation of video->clipChris Wilson
2013-05-21sna/video: Convert to a pure Xv backendChris Wilson
2013-04-09sna/video: Expand passthrough support for overlay planesChris Wilson
2012-12-18sna/video: Fix presentation of cropped spritesChris Wilson
2012-11-30Convert generation counter to octalChris Wilson
2012-10-17sna/overlay: Move bo out of GTT domain after binding to overlay planeChris Wilson
2012-10-12sna/overlay: Trim suggested BestSize to fit within the overlay constraintsChris Wilson
2012-08-12intel: fix video xvPipe range checkDave Airlie
2012-07-14sna: Aim for consistency and use stdbool except for core X APIsChris Wilson
2012-07-09sna: Simplify the DBG incarnationChris Wilson
2012-06-19sna: Check results from syscallsChris Wilson
2012-06-13sna: Valgrind updatesZdenek Kabelac
2012-06-13Lots of trivial semantic fixesChris Wilson
2012-05-29sna/overlay: Handle return from GETPARAM query correctlyChris Wilson
2012-05-29sna/overlay: Replace drmCommand with direct invocations of drmIoctlChris Wilson
2012-05-29sna/overlay: Restore one xf86drm.h includeChris Wilson
2012-05-24Unify options handling between UXA and SNAEugeni Dodonov
2011-11-13sna/video: Constify a couple of attribute arraysChris Wilson
2011-11-09sna/video: Use the normal bo cache for texture video streamsChris Wilson
2011-11-09sna/video: Pass cropped source dimensions along with frame dataChris Wilson
2011-07-02sna/video: Downgrade severity of "overlay not found" messageChris Wilson
2011-06-30sna: Distinguish 830/845 vs 855/865 using the generation idChris Wilson
2011-06-22sna/video: Use pwrite for upload of unclipped, unrotated framesChris Wilson
2011-06-04sna: Introduce a new acceleration model.Chris Wilson