https://bugs.documentfoundation.org/show_bug.cgi?id=160783

--- Comment #13 from Mike Kaganski <mikekagan...@hotmail.com> ---
(In reply to Julien Nabet from comment #7)
> I've submitted https://gerrit.libreoffice.org/c/core/+/166736

Continuing the topic that we touched there: I believe, that we need to use the
formatted string for user, and for use in the denylist file (as human
readable); but for comparison, we should convert the formatted string back into
the uint32_t. This would automatically resolve the problem of Intel having
different encodings on Windows - the conversion of the string will do different
things on Windows vs. Linux, so the same version string will turn into
respective proper numbers.

Also, this conversion from the string into uint32_t will allow to easily
convert current strings into their numbers (using Vulkan encoding), and then
turn back into the proper new numbers (using NVidia or Intel encoding).

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to