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

2018-12-11 Thread Nick Kreeger
Please ignore this patch - I accidentally had my conditionals backwards for half/float float extension checking. The V3 patch is the main one. On Tue, Dec 11, 2018 at 7:02 PM Nick Kreeger wrote: > This change enables GLES2 to render float/half-float textures to a > framebuffer when the appropri

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

2018-12-11 Thread Nick Kreeger
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/e333035c47a6a4cc88f0f9ca2bced500538bebae --- src/mesa/main/fbo