diff options
author | Laura Ekstrand <[email protected]> | 2015-01-06 12:09:38 -0800 |
---|---|---|
committer | Laura Ekstrand <[email protected]> | 2015-01-08 11:37:29 -0800 |
commit | a7d69516b86328eedd68ae43d8530b0799735a4c (patch) | |
tree | 7c5a8097b1311065b5e171ecbaf7c9d62b3ab9f1 /src/mesa/main/tests/dispatch_sanity.cpp | |
parent | 91089d6d658d5379afa00f69c37a81f0d3c98dc3 (diff) |
main: Added entry points for glTextureStorage[23]DMultisample.
Reviewed-by: Anuj Phogat <[email protected]>
Diffstat (limited to 'src/mesa/main/tests/dispatch_sanity.cpp')
-rw-r--r-- | src/mesa/main/tests/dispatch_sanity.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mesa/main/tests/dispatch_sanity.cpp b/src/mesa/main/tests/dispatch_sanity.cpp index 0739025f1fb..109bbd08636 100644 --- a/src/mesa/main/tests/dispatch_sanity.cpp +++ b/src/mesa/main/tests/dispatch_sanity.cpp @@ -984,6 +984,8 @@ const struct function gl_core_functions_possible[] = { { "glCompressedTextureSubImage2D", 45, -1 }, { "glCompressedTextureSubImage3D", 45, -1 }, { "glGenerateTextureMipmap", 45, -1 }, + { "glTextureStorage2DMultisample", 45, -1 }, + { "glTextureStorage3DMultisample", 45, -1 }, { NULL, 0, -1 } }; |