Re: [Mesa-dev] [PATCH 1/2] mesa: remove extern from texture function

2015-08-13 Thread Brian Paul
On Thu, Aug 13, 2015 at 2:53 AM, Timothy Arceri wrote: > --- > src/mesa/main/teximage.c | 2 +- > src/mesa/main/teximage.h | 9 - > 2 files changed, 1 insertion(+), 10 deletions(-) > > diff --git a/src/mesa/main/teximage.c b/src/mesa/main/teximage.c > index fc69387..55cbb37 100644 > ---

Re: [Mesa-dev] [PATCH 1/2] mesa: remove extern from texture function

2015-08-13 Thread Tapani Pälli
Reviewed-by: Tapani Pälli On 08/13/2015 11:53 AM, Timothy Arceri wrote: --- src/mesa/main/teximage.c | 2 +- src/mesa/main/teximage.h | 9 - 2 files changed, 1 insertion(+), 10 deletions(-) diff --git a/src/mesa/main/teximage.c b/src/mesa/main/teximage.c index fc69387..55cbb37 1006

[Mesa-dev] [PATCH 1/2] mesa: remove extern from texture function

2015-08-13 Thread Timothy Arceri
--- src/mesa/main/teximage.c | 2 +- src/mesa/main/teximage.h | 9 - 2 files changed, 1 insertion(+), 10 deletions(-) diff --git a/src/mesa/main/teximage.c b/src/mesa/main/teximage.c index fc69387..55cbb37 100644 --- a/src/mesa/main/teximage.c +++ b/src/mesa/main/teximage.c @@ -5595,7 +55