Re: [Mesa-dev] [PATCH] Add support for Texture Float extensions.

2014-11-27 Thread kalyan kondapally
>>Where is 'type' changed? I'm not sure I understand this logic, but IIRC GL >>ES does have some weird language about format/type/internalformat >>combinations. type, hasn't changed. I fixed the comments now. Br, Kalyan On Wed, Nov 26, 2014 at 8:21 AM, Brian Paul wrote: > The subject line of

Re: [Mesa-dev] [PATCH] Add support for Texture Float extensions.

2014-11-26 Thread Brian Paul
The subject line of the patch should be something like "mesa: add support for GL_OES_texture_*float* extensions" A bunch of other nitpicks below... On 11/26/2014 06:55 AM, Kalyan Kondapally wrote: This patch adds support for following GLES2 Texture Float extensions: 1)GL_OES_texture_float, 2)

[Mesa-dev] [PATCH] Add support for Texture Float extensions.

2014-11-26 Thread Kalyan Kondapally
This patch adds support for following GLES2 Texture Float extensions: 1)GL_OES_texture_float, 2)GL_OES_texture_half_float, 3)GL_OES_texture_float_linear, 4)GL_OES_texture_half_float_linear. Support for these extensions need to be explicitly enabled per driver and this patch enables support for i96