Summary: | Xorg QXL uses lookup3 hash (Jenkins) while Win32's QXL uses murmur2 (which is faster) | ||
---|---|---|---|
Product: | Spice | Reporter: | Yaniv Kaul <ykaul> |
Component: | xorg qxl | Assignee: | 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 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. Fixed by commit http://cgit.freedesktop.org/xorg/driver/xf86-video-qxl/commit/?id=70d0d49b7c7d115f297dae710b9bb62b97fa22d5 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.