<html>
<head>
<base href="https://bugs.freedesktop.org/">
</head>
<body><table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>Bug ID</th>
<td><a class="bz_bug_link
bz_status_NEW "
title="NEW - device9.c:122:49: error: ‘PIPE_CAP_USER_INDEX_BUFFERS’ undeclared (first use in this function)"
href="https://bugs.freedesktop.org/show_bug.cgi?id=99953">99953</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>device9.c:122:49: error: ‘PIPE_CAP_USER_INDEX_BUFFERS’ undeclared (first use in this function)
</td>
</tr>
<tr>
<th>Product</th>
<td>Mesa
</td>
</tr>
<tr>
<th>Version</th>
<td>git
</td>
</tr>
<tr>
<th>Hardware</th>
<td>x86-64 (AMD64)
</td>
</tr>
<tr>
<th>OS</th>
<td>All
</td>
</tr>
<tr>
<th>Status</th>
<td>NEW
</td>
</tr>
<tr>
<th>Keywords</th>
<td>bisected, regression
</td>
</tr>
<tr>
<th>Severity</th>
<td>normal
</td>
</tr>
<tr>
<th>Priority</th>
<td>medium
</td>
</tr>
<tr>
<th>Component</th>
<td>Mesa core
</td>
</tr>
<tr>
<th>Assignee</th>
<td>mesa-dev@lists.freedesktop.org
</td>
</tr>
<tr>
<th>Reporter</th>
<td>vlee@freedesktop.org
</td>
</tr>
<tr>
<th>QA Contact</th>
<td>mesa-dev@lists.freedesktop.org
</td>
</tr>
<tr>
<th>CC</th>
<td>brianp@vmware.com, maraeo@gmail.com, nhaehnle@gmail.com
</td>
</tr></table>
<p>
<div>
<pre>mesa: c7878b0167bb7e652973c208e172b93c00956a1c (master 17.1.0-devel)
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;
^~~~~~~~
commit 4a883966c1f74f43afc145d2c3d27af7b8c5e01a
Author: Marek Olšák <<a href="mailto:marek.olsak@amd.com">marek.olsak@amd.com</a>>
Date: Fri Feb 17 02:28:20 2017 +0100
gallium: remove PIPE_CAP_USER_INDEX_BUFFERS
all drivers support it
Reviewed-by: Nicolai Hähnle <<a href="mailto:nicolai.haehnle@amd.com">nicolai.haehnle@amd.com</a>>
Reviewed-by: Brian Paul <<a href="mailto:brianp@vmware.com">brianp@vmware.com</a>>
Tested-by: Brian Paul <<a href="mailto:brianp@vmware.com">brianp@vmware.com</a>> (VMware driver only)</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
<li>You are the QA Contact for the bug.</li>
</ul>
</body>
</html>