Re: [Mesa-dev] [PATCH v2 5/5] i965: Enabled the OES_copy_image extension on Gen 7 GPUs

2019-02-07 Thread Nanley Chery
On Thu, Feb 07, 2019 at 07:17:32PM +0200, Eleni Maria Stea wrote: > On Thu, 7 Feb 2019 11:18:59 -0500 > Ilia Mirkin wrote: > > > On Thu, Feb 7, 2019 at 2:49 AM Eleni Maria Stea > > wrote: > > > > > > On Wed, 6 Feb 2019 12:12:27 -0800 > > > Nanley Chery wrote: > > > > > > > > + * For now

Re: [Mesa-dev] [PATCH v2 5/5] i965: Enabled the OES_copy_image extension on Gen 7 GPUs

2019-02-07 Thread Ilia Mirkin
On Thu, Feb 7, 2019 at 12:17 PM Eleni Maria Stea wrote: > > On Thu, 7 Feb 2019 11:18:59 -0500 > Ilia Mirkin wrote: > > > On Thu, Feb 7, 2019 at 2:49 AM Eleni Maria Stea > > wrote: > > > > > > On Wed, 6 Feb 2019 12:12:27 -0800 > > > Nanley Chery wrote: > > > > > > > > + * For now, we can't

Re: [Mesa-dev] [PATCH v2 5/5] i965: Enabled the OES_copy_image extension on Gen 7 GPUs

2019-02-07 Thread Eleni Maria Stea
On Thu, 7 Feb 2019 11:18:59 -0500 Ilia Mirkin wrote: > On Thu, Feb 7, 2019 at 2:49 AM Eleni Maria Stea > wrote: > > > > On Wed, 6 Feb 2019 12:12:27 -0800 > > Nanley Chery wrote: > > > > > > + * For now, we can't enable OES_texture_view on Gen 7 > > > > because of > > > > + * some

Re: [Mesa-dev] [PATCH v2 5/5] i965: Enabled the OES_copy_image extension on Gen 7 GPUs

2019-02-07 Thread Ilia Mirkin
On Thu, Feb 7, 2019 at 2:49 AM Eleni Maria Stea wrote: > > On Wed, 6 Feb 2019 12:12:27 -0800 > Nanley Chery wrote: > > > > + * For now, we can't enable OES_texture_view on Gen 7 > > > because of > > > + * some piglit failures coming from > > > + * piglit/tests/spec/arb_texture_v

Re: [Mesa-dev] [PATCH v2 5/5] i965: Enabled the OES_copy_image extension on Gen 7 GPUs

2019-02-06 Thread Eleni Maria Stea
On Wed, 6 Feb 2019 12:12:27 -0800 Nanley Chery wrote: > > + * For now, we can't enable OES_texture_view on Gen 7 > > because of > > + * some piglit failures coming from > > + * piglit/tests/spec/arb_texture_view/rendering-formats.c > > that need > > + * investigation. > >

Re: [Mesa-dev] [PATCH v2 5/5] i965: Enabled the OES_copy_image extension on Gen 7 GPUs

2019-02-06 Thread Nanley Chery
On Sun, Feb 03, 2019 at 03:07:36PM +0200, Eleni Maria Stea wrote: > OES_copy_image extension was disabled on Gen7 due to the lack of support > for ETC2 images. Enabled it back. (Kenneth Graunke) > --- > src/mesa/drivers/dri/i965/intel_extensions.c | 18 ++ > 1 file changed, 14 inse

[Mesa-dev] [PATCH v2 5/5] i965: Enabled the OES_copy_image extension on Gen 7 GPUs

2019-02-03 Thread Eleni Maria Stea
OES_copy_image extension was disabled on Gen7 due to the lack of support for ETC2 images. Enabled it back. (Kenneth Graunke) --- src/mesa/drivers/dri/i965/intel_extensions.c | 18 ++ 1 file changed, 14 insertions(+), 4 deletions(-) diff --git a/src/mesa/drivers/dri/i965/intel_exte