Re: [Mesa-dev] [PATCH] mesa: GLES2 fix for OES float/half-float textures.

2019-01-29 Thread Erik Faye-Lund
On Mon, 2019-01-28 at 09:22 -0800, Eric Anholt wrote: > Erik Faye-Lund writes: > > > On Fri, 2019-01-25 at 13:41 -0800, Eric Anholt wrote: > > > Nick Kreeger writes: > > > > > > > The OES_texture* extensions for float and half-float are valid > > > > when > > > > GLES2 is present w/ the

Re: [Mesa-dev] [PATCH] mesa: GLES2 fix for OES float/half-float textures.

2019-01-28 Thread Eric Anholt
Erik Faye-Lund writes: > On Fri, 2019-01-25 at 13:41 -0800, Eric Anholt wrote: >> Nick Kreeger writes: >> >> > The OES_texture* extensions for float and half-float are valid when >> > GLES2 is present w/ the matching >> > OES_texture_float/OES_texture_half_float extensions. This fix >> >

Re: [Mesa-dev] [PATCH] mesa: GLES2 fix for OES float/half-float textures.

2019-01-28 Thread Erik Faye-Lund
On Fri, 2019-01-25 at 13:41 -0800, Eric Anholt wrote: > Nick Kreeger writes: > > > The OES_texture* extensions for float and half-float are valid when > > GLES2 is present w/ the matching > > OES_texture_float/OES_texture_half_float extensions. This fix > > ensures > > that these formats are

Re: [Mesa-dev] [PATCH] mesa: GLES2 fix for OES float/half-float textures.

2019-01-25 Thread Eric Anholt
Nick Kreeger writes: > The OES_texture* extensions for float and half-float are valid when > GLES2 is present w/ the matching > OES_texture_float/OES_texture_half_float extensions. This fix ensures > that these formats are valid for this configuration. I don't see OES_texture_float.txt

Re: [Mesa-dev] [PATCH] mesa: GLES2 fix for OES float/half-float textures.

2018-12-11 Thread Erik Faye-Lund
On Mon, 2018-12-10 at 16:19 -0500, Nick Kreeger wrote: > The OES_texture* extensions for float and half-float are valid when > GLES2 is present w/ the matching > OES_texture_float/OES_texture_half_float extensions. This fix ensures > that these formats are valid for this configuration.

[Mesa-dev] [PATCH] mesa: GLES2 fix for OES float/half-float textures.

2018-12-10 Thread Nick Kreeger
The OES_texture* extensions for float and half-float are valid when GLES2 is present w/ the matching OES_texture_float/OES_texture_half_float extensions. This fix ensures that these formats are valid for this configuration. --- src/mesa/main/glformats.c | 11 --- 1 file changed, 8