summaryrefslogtreecommitdiff
path: root/src/gallium/tests
diff options
context:
space:
mode:
authorVinson Lee <vlee@vmware.com>2011-02-14 13:53:09 -0800
committerVinson Lee <vlee@vmware.com>2011-02-14 13:53:09 -0800
commit7582448016e34c76ce6e35f10ba9103439bac36e (patch)
treec986cbd645658618726f73425ce58d6761142262 /src/gallium/tests
parenta476ca1fd1b4e76e31c9babfd7fb2a54a09f21d3 (diff)
graw: remove pipe_vertex_buffer::max_index
This is a follow-up to commit cdca3c58aa2d9549f5188910e2a77b438516714f.
Diffstat (limited to 'src/gallium/tests')
-rw-r--r--src/gallium/tests/graw/quad-sample.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/tests/graw/quad-sample.c b/src/gallium/tests/graw/quad-sample.c
index d03a2a430b..3c6458b434 100644
--- a/src/gallium/tests/graw/quad-sample.c
+++ b/src/gallium/tests/graw/quad-sample.c
@@ -99,7 +99,6 @@ static void set_vertices( void )
vbuf.stride = sizeof( struct vertex );
- vbuf.max_index = sizeof(vertices) / vbuf.stride;
vbuf.buffer_offset = 0;
vbuf.buffer = screen->user_buffer_create(screen,
vertices,