[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
Wed Feb 1 23:32:20 UTC 2017
https://bugs.freedesktop.org/show_bug.cgi?id=99633
Bug ID: 99633
Summary: rasterizer/core/clip.h:279:49: error: ‘const struct
API_STATE’ has no member named ‘linkageCount’
Product: Mesa
Version: git
Hardware: x86-64 (AMD64)
OS: All
Status: NEW
Severity: normal
Priority: medium
Component: Drivers/Gallium/swr
Assignee: mesa-dev at lists.freedesktop.org
Reporter: vlee at freedesktop.org
QA Contact: mesa-dev at lists.freedesktop.org
mesa: 9c45bb731c97d1f02f83b872c67b2c1b04ec3a41 (master 17.1.0-devel)
CXX rasterizer/core/libswrAVX_la-api.lo
In file included from rasterizer/core/api.cpp:43:0:
./rasterizer/core/clip.h: In member function ‘int
Clipper<NumVertsPerPrim>::ClipScalar(PA_STATE&, uint32_t, float*, float*)’:
./rasterizer/core/clip.h:279:49: error: ‘const struct API_STATE’ has no member
named ‘linkageCount’
uint32_t numScalarAttribs = this->state.linkageCount * 4;
^~~~~~~~~~~~
./rasterizer/core/clip.h:284:52: error: ‘const struct API_STATE’ has no member
named ‘linkageMask’
uint32_t tmpLinkage = uint32_t(this->state.linkageMask);
^~~~~~~~~~~
./rasterizer/core/clip.h:289:73: error: ‘const struct API_STATE’ has no member
named ‘linkageMap’
uint32_t inputSlot = VERTEX_ATTRIB_START_SLOT +
this->state.linkageMap[mapIdx++];
^~~~~~~~~~
--
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/mesa-dev/attachments/20170201/4419415e/attachment.html>
More information about the mesa-dev
mailing list