[Mesa-dev] Mesa git: compilation error in NINE after your latest commit - 'PIPE_CAP_USER_INDEX_BUFFERS' undeclared
Mike Lothian
mike at fireburn.co.uk
Sat Feb 25 05:06:42 UTC 2017
I've got a patch for this, just testing it now
On Sat, 25 Feb 2017 at 00:10 Dieter Nützel <Dieter at nuetzel-hh.de> wrote:
> Making all in state_trackers/nine
> make[4]: Entering directory '/opt/mesa/src/gallium/state_trackers/nine'
> CC device9.lo
> device9.c: In function 'NineDevice9_ctor':
> device9.c:122:49: error: 'PIPE_CAP_USER_INDEX_BUFFERS' undeclared (first
> use in this function)
> #define GET_PCAP(n) pScreen->get_param(pScreen, PIPE_CAP_##n)
> ^
> device9.c:476:36: note: in expansion of macro 'GET_PCAP'
> This->driver_caps.user_ibufs = GET_PCAP(USER_INDEX_BUFFERS) &&
> !This->csmt_active;
> ^
> device9.c:122:49: note: each undeclared identifier is reported only once
> for each function it appears in
> #define GET_PCAP(n) pScreen->get_param(pScreen, PIPE_CAP_##n)
> ^
> device9.c:476:36: note: in expansion of macro 'GET_PCAP'
> This->driver_caps.user_ibufs = GET_PCAP(USER_INDEX_BUFFERS) &&
> !This->csmt_active;
> ^
> Makefile:745: recipe for target 'device9.lo' failed
> make[4]: *** [device9.lo] Error 1
> _______________________________________________
> mesa-dev mailing list
> mesa-dev at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/mesa-dev
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/mesa-dev/attachments/20170225/2a61b021/attachment-0001.html>
More information about the mesa-dev
mailing list