summaryrefslogtreecommitdiff
path: root/src/sna/sna_video.c
AgeCommit message (Expand)AuthorFilesLines
2012-07-19sna: Handle mixed bo/buffers in assertionsChris Wilson1-1/+1
2012-07-14sna: Aim for consistency and use stdbool except for core X APIsChris Wilson1-13/+13
2012-07-09sna: Simplify the DBG incarnationChris Wilson1-5/+0
2012-06-23sna: extend RandR to support super sized monitor configurationsChris Wilson1-3/+3
2012-06-19Initialise adaptors to 0 in case xf86XVListGenericAdaptors does notChris Wilson1-0/+1
2012-06-01sna: Fix a smattering of static analysis warningsChris Wilson1-7/+6
2012-05-28sna: Use magic upload buffers for video texturesChris Wilson1-15/+45
2012-05-24Unify options handling between UXA and SNAEugeni Dodonov1-0/+2
2012-03-28sna: Add video sprite support for ILK+Chris Wilson1-3/+15
2012-03-02sna: Pass usage hint for creating linear buffersChris Wilson1-1/+2
2012-02-21sna: Fix use of RegionInit() for singular regionsChris Wilson1-1/+1
2012-01-29sna: Allow ridiculously large bo, up to half the total GATTChris Wilson1-1/+1
2012-01-12sna: Store damage-all in the low bit of the damage pointerChris Wilson1-1/+1
2011-12-11sna: Implement a VMA cacheChris Wilson1-1/+0
2011-11-24sna/video: Check for Xv presence in the server before initialisingChris Wilson1-0/+3
2011-11-13sna/video: Use the right pointer for unmappingChris Wilson1-1/+1
2011-11-09sna/video: Use the normal bo cache for texture video streamsChris Wilson1-24/+17
2011-11-09sna/video: Pass cropped source dimensions along with frame dataChris Wilson1-32/+28
2011-11-09sna/video: Tidy up copy routinesChris Wilson1-75/+50
2011-10-31sna/video: Fix copy region for cropped videoChris Wilson1-48/+31
2011-09-17sna: perform a warnings reduction passChris Wilson1-7/+5
2011-06-30sna: Distinguish 830/845 vs 855/865 using the generation idChris Wilson1-1/+1
2011-06-23sna: Debug compile fix, and some extra commentsChris Wilson1-1/+1
2011-06-22sna/video: Use pwrite for upload of unclipped, unrotated framesChris Wilson1-56/+82
2011-06-08sna/dri: valgrindifyChris Wilson1-178/+0
2011-06-04sna: Introduce a new acceleration model.Chris Wilson1-0/+737