There are two fixes here: 1) s/result/features - the code needs to be checking 'features' here, not 'result'. Result is the actual cpuflags; features is the condensed set of things pixman cares about. Obviously if MMX = 0x1, (result & MMX) will never give what we want here since for result the MMX bit is 23. 2) On the AMD Geode processor, which has MMX and MMX extensions, just checking "AuthenticAMD" is not correct. We need to check for "Geode by NSC" instead. Credit for the fixes in this patch goes to: Marco Gritti <mpg at redhat dot com> Jordan Crouse <jordan dot crouse at amd dot com>
Created attachment 8372 [details] [review] Correctly detect MMX and MMX extensions on AMD and Geode CPUs
Fixed in HEAD, but this should be considered for 7.2 as well, so adding it as a blocker.
Sorry about the phenomenal bug spam, guys. Adding xorg-team@ to the QA contact so bugs don't get lost in future.
Move to 7.3 tracker.
pushed to 1.3 branch as well.
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.