mesa: Fix extension dependency for half-float TexBOs
authorIan Romanick <ian.d.romanick@intel.com>
Mon, 13 Jan 2014 23:18:23 +0000 (15:18 -0800)
committerEric Anholt <eric@anholt.net>
Tue, 11 Feb 2014 22:36:43 +0000 (14:36 -0800)
commit6d6a29018119fd414973ad051fc2271c784ef0f1
tree5b1ac28f9f5c4712d8a0b1f0cf36677207e6a0fb
parent54b108282836b68b0db7b3c9a9ba096f99d65f16
mesa: Fix extension dependency for half-float TexBOs

Half-float TexBOs should require both GL_ARB_half_float_pixel and
GL_ARB_texture_float.  This doesn't matter much in practice.  Every
driver that supports GL_ARB_texture_buffer_object already supports
GL_ARB_half_float_pixel.  We only expose the TexBO extension in core
profiles, and those require GL_ARB_texture_float.

Signed-off-by: Ian Romanick <ian.d.romanick@intel.com>
Reviewed-by: Eric Anholt <eric@anholt.net>
src/mesa/main/teximage.c