[Mesa-dev] [Bug 99633] rasterizer/core/clip.h:279:49: error: ‘const struct API_STATE’ has no member named ‘linkageCount’

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Thu Feb 2 00:18:30 UTC 2017


https://bugs.freedesktop.org/show_bug.cgi?id=99633

--- Comment #3 from Emil Velikov <emil.l.velikov at gmail.com> ---
The member in question was removed with

commit efdaf5fa3e74ca4f3d9217dc6955aef6dc698a68
Author: Tim Rowley <timothy.o.rowley at intel.com>
Date:   Tue Jul 12 15:03:42 2016 -0600

    swr: [rasterizer] attribute swizzling and linkage

    Add support for enhanced attribute swizzling. Currently supports constant
    source overrides to handle PrimitiveID support. No support yet for input
    select swizzling or wrap shortest. Removes obsoleted linkageMask and
    associated code.


It have gone unnoticed, most likely, since the function Clipper::ClipScalar()
[which references the member] is unused, so the optimiser would have dropped it
all together without even attempting to compile it.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are the QA Contact for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/mesa-dev/attachments/20170202/3efc7ff9/attachment.html>


More information about the mesa-dev mailing list