Summary: | Fix overlay scaler (xv) in presence of Composite in Xorg server. | ||
---|---|---|---|
Product: | xorg | Reporter: | Eric Anholt <eric> |
Component: | Server/DDX/Xorg | Assignee: | Xorg Project Team <xorg-team> |
Status: | RESOLVED FIXED | QA Contact: | Xorg Project Team <xorg-team> |
Severity: | enhancement | ||
Priority: | high | CC: | alexdeucher, basic, bni.swe, brodzky, ghepeu, marejde, michel, sangu.xorg |
Version: | git | ||
Hardware: | All | ||
OS: | All | ||
Whiteboard: | |||
i915 platform: | i915 features: |
Description
Eric Anholt
2005-09-17 12:10:45 UTC
*** Bug 4483 has been marked as a duplicate of this bug. *** *** Bug 1151 has been marked as a duplicate of this bug. *** Here's a thought: Create the WM hint that says "paint me solid with the color key." If a drawable is redirected, actually paint the backing store using textured xvideo (if available), otherwise color key. Then, if the compmgr is smart it'll give you overlay video (nice refreshing, etc.) and if the compmgr is dumb you get reasonable video, and no matter what, getimage on the drawable would do what people would expect. I suppose this wouldn't fix programs doing screenshots, unless they were made smarter, though. This works perfectly in osx, should be possible in linux to with same equivialent hardware... Even scaled as in expose... Also, we should get someone on this soon! (In reply to comment #4) > This works perfectly in osx, should be possible in linux to with same > equivialent hardware... Even scaled as in expose... OS X doesn't use the overlay AFAIK, basically what we'd need for that would be (properly redirected) Xv using texture blits. > Also, we should get someone on this soon! True, go ahead. :) xf86XVFillKeyHelperDrawable() is available in f9bfee50981006a2c58d3f73e2b0d123bb2a41b7. Do we still want to track the compositing manager ideas here? I don't think the remaining limitations of overlay adaptors are really different with/out compositing. Sorry about the phenomenal bug spam, guys. Adding xorg-team@ to the QA contact so bugs don't get lost in future. Yeah, now that the color key painting is fixed all over, this bug can die. |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.