Re: [Mesa-dev] [PATCH] mesa: add GL_OES_copy_image support

2016-03-29 Thread Ilia Mirkin
On Tue, Mar 29, 2016 at 12:36 PM, Ilia Mirkin wrote: > On Thu, Feb 18, 2016 at 1:24 PM, Ilia Mirkin wrote: >> On Thu, Feb 18, 2016 at 1:14 PM, Ian Romanick wrote: >>> On 02/15/2016 05:41 PM, Ilia Mirkin wrote: Signed-off-by: Ilia Mirkin --- I ran this with the dEQP tests, an

Re: [Mesa-dev] [PATCH] mesa: add GL_OES_copy_image support

2016-03-29 Thread Ilia Mirkin
On Thu, Feb 18, 2016 at 1:24 PM, Ilia Mirkin wrote: > On Thu, Feb 18, 2016 at 1:14 PM, Ian Romanick wrote: >> On 02/15/2016 05:41 PM, Ilia Mirkin wrote: >>> Signed-off-by: Ilia Mirkin >>> --- >>> >>> I ran this with the dEQP tests, and other than the caveats below, they seem >>> to >>> mostly w

Re: [Mesa-dev] [PATCH] mesa: add GL_OES_copy_image support

2016-02-18 Thread Ian Romanick
On 02/15/2016 05:41 PM, Ilia Mirkin wrote: > Signed-off-by: Ilia Mirkin > --- > > I ran this with the dEQP tests, and other than the caveats below, they seem to > mostly work. > > The biggest caveat is that this can't actually be enabled for any drivers that > don't implement ETC2 in hardware. S

Re: [Mesa-dev] [PATCH] mesa: add GL_OES_copy_image support

2016-02-18 Thread Ilia Mirkin
On Thu, Feb 18, 2016 at 1:14 PM, Ian Romanick wrote: > On 02/15/2016 05:41 PM, Ilia Mirkin wrote: >> Signed-off-by: Ilia Mirkin >> --- >> >> I ran this with the dEQP tests, and other than the caveats below, they seem >> to >> mostly work. >> >> The biggest caveat is that this can't actually be e

Re: [Mesa-dev] [PATCH] mesa: add GL_OES_copy_image support

2016-02-15 Thread Ilia Mirkin
On Mon, Feb 15, 2016 at 8:41 PM, Ilia Mirkin wrote: > Signed-off-by: Ilia Mirkin > --- > > I ran this with the dEQP tests, and other than the caveats below, they seem to > mostly work. > > The biggest caveat is that this can't actually be enabled for any drivers that > don't implement ETC2 in har

[Mesa-dev] [PATCH] mesa: add GL_OES_copy_image support

2016-02-15 Thread Ilia Mirkin
Signed-off-by: Ilia Mirkin --- I ran this with the dEQP tests, and other than the caveats below, they seem to mostly work. The biggest caveat is that this can't actually be enabled for any drivers that don't implement ETC2 in hardware. So really that's just freedreno and the super-new desktop ha