Re: [Mesa-dev] [PATCH 5/9] mesa: make _mesa_read_buffer() static

2016-02-23 Thread Rob Clark
On Tue, Feb 23, 2016 at 6:45 PM, Brian Paul wrote: > Not called from any other file. Remove _mesa_ prefix and update comments. Reviewed-by: Rob Clark > --- > src/mesa/main/buffers.c | 13 +++-- > src/mesa/main/buffers.h | 4 > 2 files changed, 7 insertions(+), 10 deletions(-) >

[Mesa-dev] [PATCH 5/9] mesa: make _mesa_read_buffer() static

2016-02-23 Thread Brian Paul
Not called from any other file. Remove _mesa_ prefix and update comments. --- src/mesa/main/buffers.c | 13 +++-- src/mesa/main/buffers.h | 4 2 files changed, 7 insertions(+), 10 deletions(-) diff --git a/src/mesa/main/buffers.c b/src/mesa/main/buffers.c index 2c4a138..031b395 100