diff options
author | Ilia Mirkin <imirkin@alum.mit.edu> | 2016-02-16 14:29:38 -0500 |
---|---|---|
committer | Ilia Mirkin <imirkin@alum.mit.edu> | 2016-03-30 22:57:17 -0400 |
commit | 411a88accc8a2728abbdfbef4315addbc08cf5a3 (patch) | |
tree | 2f68e095821c26e2e85125eab98e5fe88984379a /src/mesa/main/extensions_table.h | |
parent | 5283e810157a3c392c9887e51c6ee0df849a4973 (diff) | |
download | external_mesa3d-411a88accc8a2728abbdfbef4315addbc08cf5a3.zip external_mesa3d-411a88accc8a2728abbdfbef4315addbc08cf5a3.tar.gz external_mesa3d-411a88accc8a2728abbdfbef4315addbc08cf5a3.tar.bz2 |
mesa: add GL_OES_sample_shading support
Signed-off-by: Ilia Mirkin <imirkin@alum.mit.edu>
Reviewed-by: Dave Airlie <airlied@redhat.com>
Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
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 700ef24..c1bcfc5 100644 --- a/src/mesa/main/extensions_table.h +++ b/src/mesa/main/extensions_table.h @@ -330,6 +330,7 @@ EXT(OES_point_sprite , ARB_point_sprite EXT(OES_query_matrix , dummy_true , x , x , ES1, x , 2003) EXT(OES_read_format , dummy_true , GLL, GLC, ES1, x , 2003) EXT(OES_rgb8_rgba8 , dummy_true , x , x , ES1, ES2, 2005) +EXT(OES_sample_shading , OES_sample_variables , x , x , x , 30, 2014) EXT(OES_sample_variables , OES_sample_variables , x , x , x , 30, 2014) EXT(OES_shader_image_atomic , ARB_shader_image_load_store , x , x , x , 31, 2015) EXT(OES_single_precision , dummy_true , x , x , ES1, x , 2003) |