Bug 37465

Summary: Xorg QXL uses lookup3 hash (Jenkins) while Win32's QXL uses murmur2 (which is faster)
Product: Spice Reporter: Yaniv Kaul <ykaul>
Component: xorg qxlAssignee: Spice Bug List <spice-bugs>
Status: RESOLVED FIXED QA Contact:
Severity: enhancement    
Priority: medium    
Version: unspecified   
Hardware: Other   
OS: All   
Whiteboard:
i915 platform: i915 features:

Description Yaniv Kaul 2011-05-22 05:41:13 UTC
The XORG QXL driver uses a slower hash function than the Win32 one.
Comment 1 Yaniv Kaul 2011-05-22 05:44:31 UTC
The hash in Xorg's QXL is done in qxl_image.c , hash_and_copy() function.
The hash in Win32's QXL is done in display/res.c , GetHash() function.
Comment 3 Alon Levy 2012-02-16 05:18:38 UTC
That's because I pushed it an hour ago.

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.