mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-09 19:10:12 +01:00
mesa: Add extension enable for OES_texture_storage_multisample_2d_array
v2: use ARB_texture_multisample bit to enable extension Signed-off-by: Tapani Pälli <tapani.palli@intel.com> Reviewed-by: Marta Lofstedt <marta.lofstedt@intel.com> Reviewed-by: Ilia Mirkin <imirkin@alum.mit.edu>
This commit is contained in:
parent
f4280b740d
commit
b9101b1443
1 changed files with 1 additions and 0 deletions
|
|
@ -336,6 +336,7 @@ static const struct extension extension_table[] = {
|
|||
{ "GL_OES_texture_half_float", o(OES_texture_half_float), ES2, 2005 },
|
||||
{ "GL_OES_texture_half_float_linear", o(OES_texture_half_float_linear), ES2, 2005 },
|
||||
{ "GL_OES_texture_mirrored_repeat", o(dummy_true), ES1, 2005 },
|
||||
{ "GL_OES_texture_storage_multisample_2d_array",o(ARB_texture_multisample), ES31, 2014 },
|
||||
{ "GL_OES_texture_npot", o(ARB_texture_non_power_of_two), ES1 | ES2, 2005 },
|
||||
{ "GL_OES_vertex_array_object", o(dummy_true), ES1 | ES2, 2010 },
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue