summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/r200/r200_ioctl.h
diff options
context:
space:
mode:
authorDave Airlie <airlied@redhat.com>2009-09-01 10:12:20 +1000
committerDave Airlie <airlied@redhat.com>2009-09-01 10:50:31 +1000
commite3a17904ddf5af6425efaa926a17813e59e7ce83 (patch)
tree7d409335b5382291de494c67490dd8692131e40f /src/mesa/drivers/dri/r200/r200_ioctl.h
parent935e4c56e5b10a0a702d95f78e9f4e6660c452dc (diff)
r200: emit max vtx info for index buffer.
We need this for the CS bounds checking.
Diffstat (limited to 'src/mesa/drivers/dri/r200/r200_ioctl.h')
-rw-r--r--src/mesa/drivers/dri/r200/r200_ioctl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/drivers/dri/r200/r200_ioctl.h b/src/mesa/drivers/dri/r200/r200_ioctl.h
index 9f06d23b38..8d51aefa04 100644
--- a/src/mesa/drivers/dri/r200/r200_ioctl.h
+++ b/src/mesa/drivers/dri/r200/r200_ioctl.h
@@ -44,6 +44,7 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
#include "drm.h"
#include "radeon_drm.h"
+extern void r200EmitMaxVtxIndex(r200ContextPtr rmesa, int count);
extern void r200EmitVertexAOS( r200ContextPtr rmesa,
GLuint vertex_size,
struct radeon_bo *bo,