Bug 37465 - Xorg QXL uses lookup3 hash (Jenkins) while Win32's QXL uses murmur2 (which is faster)
Summary: Xorg QXL uses lookup3 hash (Jenkins) while Win32's QXL uses murmur2 (which is...
Status: RESOLVED FIXED
Alias: None
Product: Spice
Classification: Unclassified
Component: xorg qxl (show other bugs)
Version: unspecified
Hardware: Other All
: medium enhancement
Assignee: Spice Bug List
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-05-22 05:41 UTC by Yaniv Kaul
Modified: 2012-02-16 05:18 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

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.