Re: [Mesa-dev] [PATCH] GL_OES_texture_float and GL_OES_texture_half_float support

2014-05-07 Thread Rogovin, Kevin
I'll post a corrected patch shortly, but first some answer to questions: Have you found an application that wants these extensions? That might be useful to describe in the commit message. There are some occasional bits in Qt that uses HALF_FLOAT_OES for GLES2 (but I stress it is not a often

[Mesa-dev] [PATCH] GL_OES_texture_float and GL_OES_texture_half_float support

2014-05-06 Thread Kevin Rogovin
Add support for GLES2 extentions for floating point and half floating point textures (GL_OES_texture_float, GL_OES_texture_half_float, GL_OES_texture_float_linear and GL_OES_texture_half_float_linear). --- src/mesa/main/extensions.c | 12 + src/mesa/main/glformats.c | 27

Re: [Mesa-dev] [PATCH] GL_OES_texture_float and GL_OES_texture_half_float support

2014-05-06 Thread Matt Turner
The title should be something like mesa: Expose GL_OES_texture_float and GL_OES_texture_half_float. Have you found an application that wants these extensions? That might be useful to describe in the commit message. On Tue, May 6, 2014 at 4:02 AM, Kevin Rogovin kevin.rogo...@intel.com wrote: