summaryrefslogtreecommitdiff
path: root/src/sna/sna_video_textured.c
AgeCommit message (Expand)Author
2013-08-25sna: Add a few more checks for a hosted Xserver before walking CRTC listsChris Wilson
2013-08-16sna/video: Don't assert on a client error, return BadAllocChris 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: Select vsync by default based on "SwapbuffersWait"Chris 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-05-27sna/video: Correct interpretation of 'sync'Chris Wilson
2013-05-21sna/video: Convert to a pure Xv backendChris Wilson
2013-04-17Revert "xgvevent"Chris Wilson
2013-04-16xgveventChris Wilson
2013-04-09sna/video: Textured video passthrough no longer relies upon XvMCChris Wilson
2013-04-09sna/video: Expand passthrough support for overlay planesChris Wilson
2013-04-02sna/gen4: Break the Video rendering loop into 16 rectangle chunksChris Wilson
2013-02-28sna/video: Correct scaling of source offsetsChris Wilson
2012-12-21sna/video: Initialise alignment for video ports > 0Chris Wilson
2012-12-18sna/video: Fix presentation of cropped spritesChris Wilson
2012-12-18sna/video: Amalgamate the computation of source vs dest offsetsChris Wilson
2012-12-18sna/video: Fix adjustment of drawable vs source origin wrt to clipChris Wilson
2012-12-18sna/xvmc: Clean up to avoid crash'n'burnChris Wilson
2012-12-17sna/video: Pass along the video source offsetChris Wilson
2012-12-08sna: Flush upon change of target if GPU is idleChris Wilson
2012-11-30Convert generation counter to octalChris Wilson
2012-10-17sna: Use the secure batches to program scanline waits on gen6+Chris Wilson
2012-07-26sna/video: Protect against attempting to use TexturedVideo whilst wedgedChris Wilson
2012-07-14Drop some unused includesChris Wilson
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-23sna: extend RandR to support super sized monitor configurationsChris Wilson
2012-06-02sna: NameForAtom may return NULLChris Wilson
2012-05-28sna: Use magic upload buffers for video texturesChris Wilson
2012-05-26sna: Fix typo for debug compilationChris Wilson
2012-05-25sna: Trust the crtc-is-bound determination after modeset and hotplugChris Wilson
2012-04-06sna/video: Only wait upon the scanout pixmapChris Wilson
2012-03-30sna: Minimise the risk of hotplug hangs by checking fb before vsyncChris Wilson
2012-03-02sna: Pass usage hint for creating linear buffersChris Wilson
2012-01-29sna: Allow ridiculously large bo, up to half the total GATTChris Wilson
2012-01-27sna/video: Ensure the video pixmap is on the GPUChris Wilson
2012-01-27sna/video: Add some DBG messages to track the error pathsChris Wilson
2012-01-27sna/video: Add some more DBG breadcrumbs to the textured PutImageChris Wilson
2012-01-27sna/video: Simplify the gen2/915gm checkChris Wilson
2012-01-15sna/video: Increase the level of paranoiaChris Wilson
2011-12-15sna/gen3: Check for upload failure of video boChris Wilson
2011-11-13sna/video: Simplify check for 915G[M] which is simply gen==30Chris Wilson
2011-11-13sna/video: Constify a couple of attribute arraysChris Wilson
2011-11-09sna/video: Pass texture video limits to the clientChris 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-10-30sna: Don't mess with NDEBUGChris Wilson