Re: [Mesa-dev] [PATCH 3/9] mesa: use gl_buffer_index in a few places

2016-02-23 Thread Rob Clark
On Tue, Feb 23, 2016 at 6:45 PM, Brian Paul wrote: > Reviewed-by: Rob Clark > --- > src/mesa/main/buffers.c | 6 +++--- > src/mesa/main/buffers.h | 3 ++- > src/mesa/main/context.c | 2 +- > 3 files changed, 6 insertions(+), 5 deletions(-) > > diff --git a/src/mesa/main/buffers.c b/src/mesa/ma

[Mesa-dev] [PATCH 3/9] mesa: use gl_buffer_index in a few places

2016-02-23 Thread Brian Paul
--- src/mesa/main/buffers.c | 6 +++--- src/mesa/main/buffers.h | 3 ++- src/mesa/main/context.c | 2 +- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/src/mesa/main/buffers.c b/src/mesa/main/buffers.c index 3ca4b66..2c4a138 100644 --- a/src/mesa/main/buffers.c +++ b/src/mesa/main/