diff options
author | Kevin Strasser <[email protected]> | 2016-10-10 14:29:58 -0700 |
---|---|---|
committer | Kenneth Graunke <[email protected]> | 2016-11-09 14:35:20 -0800 |
commit | 1d6fe13c138efb836a28052b16260a258d113827 (patch) | |
tree | 2552b90dafa1cce30e3746926c2960b004a49e91 /src/mesa/main/extensions_table.h | |
parent | aeaf21ab3e6cb3e628ff0219461cbd06f3a99d34 (diff) |
mesa/extensions: expose OES_vertex_half_float for ES2
Half float support already exists for desktop GL. Reuse the
ARB_half_float_vertex enable bit and account for the different enum to
enable the extension for ES2.
Signed-off-by: Kevin Strasser <[email protected]>
Reviewed-by: Kenneth Graunke <[email protected]>
Diffstat (limited to 'src/mesa/main/extensions_table.h')
-rw-r--r-- | src/mesa/main/extensions_table.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/main/extensions_table.h b/src/mesa/main/extensions_table.h index 2dbd7da6c90..036e62b23e5 100644 --- a/src/mesa/main/extensions_table.h +++ b/src/mesa/main/extensions_table.h @@ -392,6 +392,7 @@ EXT(OES_texture_npot , ARB_texture_non_power_of_two EXT(OES_texture_stencil8 , ARB_texture_stencil8 , x , x , x , 30, 2014) EXT(OES_texture_storage_multisample_2d_array, ARB_texture_multisample , x , x , x , 31, 2014) EXT(OES_vertex_array_object , dummy_true , x , x , ES1, ES2, 2010) +EXT(OES_vertex_half_float , ARB_half_float_vertex , x , x , x , ES2, 2005) EXT(OES_viewport_array , OES_viewport_array , x , x , x , 31, 2010) EXT(S3_s3tc , ANGLE_texture_compression_dxt , GLL, GLC, x , x , 1999) |