mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-02-03 23:50:26 +01:00
mesa/tests: add glBufferStorageEXT to ES 3.1 dispatch list
I thought that aliased functions didn't need to be added, but that might
only be if the function aliases something in the same {desktop,ES}
space. Resolves the dispatch sanity test failure.
Fixes: 13b19aa81 (mesa: expose support for GL_EXT_buffer_storage)
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=92824
Signed-off-by: Ilia Mirkin <imirkin@alum.mit.edu>
This commit is contained in:
parent
bdf6cef033
commit
5bbd522452
1 changed files with 3 additions and 0 deletions
|
|
@ -2506,5 +2506,8 @@ const struct function gles31_functions_possible[] = {
|
|||
/* GL_OES_texture_storage_multisample_2d_array */
|
||||
{ "glTexStorage3DMultisampleOES", 31, -1 },
|
||||
|
||||
/* GL_EXT_buffer_storage */
|
||||
{ "glBufferStorageEXT", 31, -1 },
|
||||
|
||||
{ NULL, 0, -1 },
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue