Re: [Mesa-dev] [PATCH] mesa: Allow ETC2/EAC formats with ARB_ES3_compatibility.

2013-03-09 Thread Kenneth Graunke
On 03/08/2013 03:01 PM, Matt Turner wrote: Fixes piglit's oes_compressed_etc2_texture-miptree tests on Desktop GL. Reported-by: Marek Olšák NOTE: This is a candidate for the 9.1 branch. Reviewed-by: Kenneth Graunke ___ mesa-dev mailing list mesa-dev

Re: [Mesa-dev] [PATCH] mesa: Allow ETC2/EAC formats with ARB_ES3_compatibility.

2013-03-08 Thread Anuj Phogat
On Fri, Mar 8, 2013 at 3:01 PM, Matt Turner wrote: > Fixes piglit's oes_compressed_etc2_texture-miptree tests on Desktop GL. > Reported-by: Marek Olšák > --- > src/mesa/main/glformats.c |2 +- > src/mesa/main/teximage.c |2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > > diff

[Mesa-dev] [PATCH] mesa: Allow ETC2/EAC formats with ARB_ES3_compatibility.

2013-03-08 Thread Matt Turner
Fixes piglit's oes_compressed_etc2_texture-miptree tests on Desktop GL. Reported-by: Marek Olšák --- src/mesa/main/glformats.c |2 +- src/mesa/main/teximage.c |2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/mesa/main/glformats.c b/src/mesa/main/glformats.c index

Re: [Mesa-dev] [PATCH] mesa: Allow ETC2/EAC formats with ARB_ES3_compatibility.

2013-03-04 Thread Anuj Phogat
On Mon, Mar 4, 2013 at 11:41 AM, Ian Romanick wrote: > On 03/04/2013 11:38 AM, Matt Turner wrote: >> >> Reported-by: Marek Olšák > > > Do our ETC2 piglit tests run in this mode? It would be good to see this > change actually fix a bug by making a failing test pass. :) > ETC2 tests currently runs

Re: [Mesa-dev] [PATCH] mesa: Allow ETC2/EAC formats with ARB_ES3_compatibility.

2013-03-04 Thread Anuj Phogat
On Mon, Mar 4, 2013 at 11:38 AM, Matt Turner wrote: > Reported-by: Marek Olšák > --- > src/mesa/main/teximage.c |2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/src/mesa/main/teximage.c b/src/mesa/main/teximage.c > index 0dcf88a..e5260d1 100644 > --- a/src/mesa/main

Re: [Mesa-dev] [PATCH] mesa: Allow ETC2/EAC formats with ARB_ES3_compatibility.

2013-03-04 Thread Ian Romanick
On 03/04/2013 11:38 AM, Matt Turner wrote: Reported-by: Marek Olšák Do our ETC2 piglit tests run in this mode? It would be good to see this change actually fix a bug by making a failing test pass. :) --- src/mesa/main/teximage.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(

[Mesa-dev] [PATCH] mesa: Allow ETC2/EAC formats with ARB_ES3_compatibility.

2013-03-04 Thread Matt Turner
Reported-by: Marek Olšák --- src/mesa/main/teximage.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/mesa/main/teximage.c b/src/mesa/main/teximage.c index 0dcf88a..e5260d1 100644 --- a/src/mesa/main/teximage.c +++ b/src/mesa/main/teximage.c @@ -520,7 +520,7 @@ _mesa