Bug 8226 - SetPictureTransform() does only recognize one of n identity transforms
Summary: SetPictureTransform() does only recognize one of n identity transforms
Status: RESOLVED FIXED
Alias: None
Product: xorg
Classification: Unclassified
Component: Server/General (show other bugs)
Version: git
Hardware: x86 (IA32) Linux (All)
: high minor
Assignee: Xorg Project Team
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-09-11 09:44 UTC by Tilman Sauerbeck
Modified: 2006-09-11 10:44 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

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.