[Bug 31799] xrandr transform not supported?
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Mon Nov 29 11:52:24 PST 2010
https://bugs.freedesktop.org/show_bug.cgi?id=31799
--- Comment #1 from Alex Deucher <agd5f at yahoo.com> 2010-11-29 11:52:24 PST ---
Transforms should work. Rotation, which uses transforms, works fine. This
might be a bug in exa or the xserver. With the following patch:
--- a/src/r600_exa.c
+++ b/src/r600_exa.c
@@ -1231,6 +1231,8 @@ static Bool R600PrepareComposite(int op, PicturePtr
pSrcPicture,
shader_config_t vs_conf, ps_conf;
struct r600_accel_object src_obj, mask_obj, dst_obj;
+ return FALSE;
+
if (pDst->drawable.bitsPerPixel < 8 || pSrc->drawable.bitsPerPixel < 8)
return FALSE;
All transforms will be done by software. I get the same results with hardware
or software. Unfortunately, I don't have an intel system to compare with.
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the xorg-driver-ati
mailing list