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

Kalyan Kondapally kondapallykalyancontribute at gmail.com
Wed Nov 26 05:31:00 PST 2014


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 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.

 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



More information about the mesa-dev mailing list