Re: [Mesa-dev] [PATCH 3/3] mesa: make _mesa_texture_buffer_range() static

2016-09-30 Thread Anuj Phogat
On Fri, Sep 30, 2016 at 3:37 PM, Brian Paul wrote: > > Not called from any other file. Also, add a comment. > --- > src/mesa/main/teximage.c | 34 +++--- > src/mesa/main/teximage.h | 8 > 2 files changed, 19 insertions(+), 23 deletions(-)

[Mesa-dev] [PATCH 3/3] mesa: make _mesa_texture_buffer_range() static

2016-09-30 Thread Brian Paul
Not called from any other file. Also, add a comment. --- src/mesa/main/teximage.c | 34 +++--- src/mesa/main/teximage.h | 8 2 files changed, 19 insertions(+), 23 deletions(-) diff --git a/src/mesa/main/teximage.c b/src/mesa/main/teximage.c index