Bug 8226

Summary: SetPictureTransform() does only recognize one of n identity transforms
Product: xorg Reporter: Tilman Sauerbeck <tilman>
Component: Server/GeneralAssignee: Xorg Project Team <xorg-team>
Status: RESOLVED FIXED QA Contact:
Severity: minor    
Priority: high    
Version: git   
Hardware: x86 (IA32)   
OS: Linux (All)   
Whiteboard:
i915 platform: i915 features:

Description Tilman Sauerbeck 2006-09-11 09:44:40 UTC
SetPictureTransform() discards the transform that it's asked to use if it's the
identity matrix - but it only checks for the 1/1/1 transform.

Instead, it should check whether the diagonal values are equal and whether the
rest is zero.
Comment 1 Tilman Sauerbeck 2006-09-11 10:44:22 UTC
Fixed in fc30370d14125f86ee1192890a184881fa139546.

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.