mesa/tests: add glBufferStorageEXT to ES 3.1 dispatch list
authorIlia Mirkin <imirkin@alum.mit.edu>
Wed, 4 Nov 2015 19:26:37 +0000 (14:26 -0500)
committerIlia Mirkin <imirkin@alum.mit.edu>
Wed, 4 Nov 2015 19:28:57 +0000 (14:28 -0500)
commit5bbd522452cfe86fc600203fe1a9b056582e2000
treeaa8805f595c3c3d9773742af9d8651cd5b3507b6
parentbdf6cef0333bf7278e2e2347aaae399288e87dcd
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>
src/mesa/main/tests/dispatch_sanity.cpp