Re: [Mesa-dev] [PATCH 6/9] mesa: make _mesa_draw_buffer() static

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 | 12 ++-- > src/mesa/main/buffers.h | 3 --- > 2 files changed, 6 insertions(+), 9 deletions(-) > > diff --git a/src/mesa/main/buffers.c b/src/mesa/main/buffers.c > index 031b3

[Mesa-dev] [PATCH 6/9] mesa: make _mesa_draw_buffer() static

2016-02-23 Thread Brian Paul
--- src/mesa/main/buffers.c | 12 ++-- src/mesa/main/buffers.h | 3 --- 2 files changed, 6 insertions(+), 9 deletions(-) diff --git a/src/mesa/main/buffers.c b/src/mesa/main/buffers.c index 031b395..3b636aa 100644 --- a/src/mesa/main/buffers.c +++ b/src/mesa/main/buffers.c @@ -227,7 +227