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 On/Off different float extensions. 2)Add support to check filter and texture completeness. Kalyan Kondapally (1): Add support for Texture Float extensions. src/mesa/drivers/dri/i965/intel_extensions.c | 6 +++ src/mesa/main/extensions.c | 4 ++ src/mesa/main/glformats.c | 48 +++++++++++++++++++--- src/mesa/main/glformats.h | 3 +- src/mesa/main/mtypes.h | 6 +++ src/mesa/main/pack.c | 16 ++++++++ src/mesa/main/teximage.c | 60 +++++++++++++++++++++++++++- src/mesa/main/texobj.c | 39 ++++++++++++++++++ 8 files changed, 175 insertions(+), 7 deletions(-) -- 1.9.1 _______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev