Summary: | brw_vec4_visitor.cpp:2435: undefined reference to `_mesa_get_sampler_uniform_value' | ||
---|---|---|---|
Product: | Mesa | Reporter: | Vinson Lee <vlee> |
Component: | Mesa core | Assignee: | mesa-dev |
Status: | RESOLVED FIXED | QA Contact: | |
Severity: | blocker | ||
Priority: | medium | CC: | brianp |
Version: | git | Keywords: | regression |
Hardware: | x86-64 (AMD64) | ||
OS: | Linux (All) | ||
Whiteboard: | |||
i915 platform: | i915 features: | ||
Attachments: |
remove extern "C" stuff from brw_vec4_visitor.cpp
updated patch |
Description
Vinson Lee
2014-12-16 17:43:22 UTC
Created attachment 110918 [details] [review] remove extern "C" stuff from brw_vec4_visitor.cpp Does this fix it, Vinson? Created attachment 110919 [details] [review] updated patch Err, try this one instead. commit fc016bc0f3d83bbf3eb968938f4bc9df55214ecd Author: Mark Janes <mark.a.janes@intel.com> Date: Tue Dec 16 14:29:28 2014 -0800 i965: remove includes of sampler.h from extern "C" blocks C linkage was removed from functions in program/sampler.cpp. However, some cpp files include program/sampler.h within extern "C" blocks, causing link errors for test_vec4_copy_propagation. Reviewed-by: Brian Paul <brianp@vmware.com> Tested-by: Ian Romanick <ian.d.romanick@intel.com> |
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.