diff options
Diffstat (limited to 'src/mesa/tnl/t_draw.c')
-rw-r--r-- | src/mesa/tnl/t_draw.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mesa/tnl/t_draw.c b/src/mesa/tnl/t_draw.c index 19d4f203c35..7351f6f3be6 100644 --- a/src/mesa/tnl/t_draw.c +++ b/src/mesa/tnl/t_draw.c @@ -281,7 +281,6 @@ static void bind_inputs( struct gl_context *ctx, bo[*nr_bo] = inputs[i]->BufferObj; (*nr_bo)++; ctx->Driver.MapBuffer(ctx, - GL_ARRAY_BUFFER, GL_READ_ONLY_ARB, inputs[i]->BufferObj); @@ -351,7 +350,6 @@ static void bind_indices( struct gl_context *ctx, bo[*nr_bo] = ib->obj; (*nr_bo)++; ctx->Driver.MapBuffer(ctx, - GL_ELEMENT_ARRAY_BUFFER, GL_READ_ONLY_ARB, ib->obj); |