Re: [Mesa-dev] [PATCH 2/2] mesa: make _mesa_prepare_mipmap_level() static

2016-03-29 Thread Ian Romanick
On 03/29/2016 03:01 PM, Ian Romanick wrote: > On 03/29/2016 02:43 PM, Ian Romanick wrote: >> I ran these patches and the previous 2 through our CI, and there were no > > I take that back. GIT... was not my friend today. I'm trying it > again... this time with the right bits. Ugh. Something in

Re: [Mesa-dev] [PATCH 2/2] mesa: make _mesa_prepare_mipmap_level() static

2016-03-29 Thread Ian Romanick
On 03/29/2016 02:43 PM, Ian Romanick wrote: > I ran these patches and the previous 2 through our CI, and there were no I take that back. GIT... was not my friend today. I'm trying it again... this time with the right bits. > regressions on Intel platforms. Both series (with v2 of patch 1 in

Re: [Mesa-dev] [PATCH 2/2] mesa: make _mesa_prepare_mipmap_level() static

2016-03-29 Thread Ian Romanick
I ran these patches and the previous 2 through our CI, and there were no regressions on Intel platforms. Both series (with v2 of patch 1 in the original) are Reviewed-by: Ian Romanick Tested-by: Ian Romanick On 03/29/2016 12:42 PM, Brian

Re: [Mesa-dev] [PATCH 2/2] mesa: make _mesa_prepare_mipmap_level() static

2016-03-29 Thread Jose Fonseca
On 29/03/16 21:34, Roland Scheidegger wrote: Am 29.03.2016 um 21:42 schrieb Brian Paul: No longer called from any other file. --- src/mesa/main/mipmap.c | 16 src/mesa/main/mipmap.h | 7 --- 2 files changed, 8 insertions(+), 15 deletions(-) diff --git

Re: [Mesa-dev] [PATCH 2/2] mesa: make _mesa_prepare_mipmap_level() static

2016-03-29 Thread Roland Scheidegger
Am 29.03.2016 um 21:42 schrieb Brian Paul: > No longer called from any other file. > --- > src/mesa/main/mipmap.c | 16 > src/mesa/main/mipmap.h | 7 --- > 2 files changed, 8 insertions(+), 15 deletions(-) > > diff --git a/src/mesa/main/mipmap.c b/src/mesa/main/mipmap.c >

[Mesa-dev] [PATCH 2/2] mesa: make _mesa_prepare_mipmap_level() static

2016-03-29 Thread Brian Paul
No longer called from any other file. --- src/mesa/main/mipmap.c | 16 src/mesa/main/mipmap.h | 7 --- 2 files changed, 8 insertions(+), 15 deletions(-) diff --git a/src/mesa/main/mipmap.c b/src/mesa/main/mipmap.c index cb9afde..5ff53f4 100644 --- a/src/mesa/main/mipmap.c

[Mesa-dev] [PATCH 2/2] mesa: make _mesa_prepare_mipmap_level() static

2016-03-28 Thread Brian Paul
No longer called from any other file. --- src/mesa/main/mipmap.c | 16 src/mesa/main/mipmap.h | 7 --- 2 files changed, 8 insertions(+), 15 deletions(-) diff --git a/src/mesa/main/mipmap.c b/src/mesa/main/mipmap.c index cb9afde..5ff53f4 100644 --- a/src/mesa/main/mipmap.c