Re: [Mesa-dev] [PATCH] Add support for following 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.

2014-11-26 Thread kalyan kondapally
Hi, Please ignore this patch. Will re-send with the commit message fixed. Thanks, Kalyan On Wed, Nov 26, 2014 at 5:31 AM, Kalyan Kondapally wrote: > Support for these extensions need to be explicitly enabled per driver > and this patch enables support for i965 drivers. > > Signed-off-by: Kevin

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

2014-11-26 Thread Kalyan Kondapally
This patch is based on initial work done by Kevin Rogovin here: http://lists.freedesktop.org/archives/mesa-dev/2014-May/059012.html Piglit tests can be found here: http://lists.freedesktop.org/archives/piglit/2014-July/011964.html The main changes in this patch are: 1)Add boolean flags to toggle

[Mesa-dev] [PATCH] Add support for following 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.

2014-11-26 Thread Kalyan Kondapally
Support for these extensions need to be explicitly enabled per driver and this patch enables support for i965 drivers. Signed-off-by: Kevin Rogovin Signed-off-by: Kalyan Kondapally --- src/mesa/drivers/dri/i965/intel_extensions.c | 6 +++ src/mesa/main/extensions.c | 4 ++ s