Re: [Mesa-dev] [PATCH] mesa: Fix GLES2 OES float texture framebuffer rendering.

2018-12-11 Thread Erik Faye-Lund
On Mon, 2018-12-10 at 16:31 -0500, Ilia Mirkin wrote: > On Mon, Dec 10, 2018 at 4:28 PM Nick Kreeger > wrote: > > This change enables GLES2 chagnes to render > > > > This change enables GLES2 to render float/half-float textures to a > > framebuffer when the appropriate OES extensions are availabl

Re: [Mesa-dev] [PATCH] mesa: Fix GLES2 OES float texture framebuffer rendering.

2018-12-10 Thread Ilia Mirkin
On Mon, Dec 10, 2018 at 4:28 PM Nick Kreeger wrote: > > This change enables GLES2 chagnes to render > > This change enables GLES2 to render float/half-float textures to a > framebuffer when the appropriate OES extensions are available. > > This commit regressed OES GLES2 float texture rendering: >

[Mesa-dev] [PATCH] mesa: Fix GLES2 OES float texture framebuffer rendering.

2018-12-10 Thread Nick Kreeger
This change enables GLES2 chagnes to render This change enables GLES2 to render float/half-float textures to a framebuffer when the appropriate OES extensions are available. This commit regressed OES GLES2 float texture rendering: https://gitlab.freedesktop.org/mesa/mesa/commit/e333035c47a6a4cc88