diff options
author | Vinson Lee <[email protected]> | 2011-02-14 13:53:09 -0800 |
---|---|---|
committer | Vinson Lee <[email protected]> | 2011-02-14 13:53:09 -0800 |
commit | 7582448016e34c76ce6e35f10ba9103439bac36e (patch) | |
tree | c986cbd645658618726f73425ce58d6761142262 | |
parent | a476ca1fd1b4e76e31c9babfd7fb2a54a09f21d3 (diff) |
graw: remove pipe_vertex_buffer::max_index
This is a follow-up to commit cdca3c58aa2d9549f5188910e2a77b438516714f.
-rw-r--r-- | src/gallium/tests/graw/quad-sample.c | 1 |
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 d03a2a430b1..3c6458b434e 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, |