diff options
author | Laura Ekstrand <[email protected]> | 2015-02-11 16:06:52 -0800 |
---|---|---|
committer | Laura Ekstrand <[email protected]> | 2015-03-17 10:18:34 -0700 |
commit | 1cfc18da8d3220fd6b123b6e269b3b440988027b (patch) | |
tree | 134cbd6afd70f2c76700238ff267d63ee4b6e6c8 /src/mesa/main/tests | |
parent | ee5fae6e897a38f5104859851eb8fba84180cfa8 (diff) |
main: Add entry point for FlushMappedNamedBufferRange.
Reviewed-by: Fredrik Höglund <[email protected]>
Diffstat (limited to 'src/mesa/main/tests')
-rw-r--r-- | src/mesa/main/tests/dispatch_sanity.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/main/tests/dispatch_sanity.cpp b/src/mesa/main/tests/dispatch_sanity.cpp index fb077b3d5c5..3dd075115af 100644 --- a/src/mesa/main/tests/dispatch_sanity.cpp +++ b/src/mesa/main/tests/dispatch_sanity.cpp @@ -963,6 +963,7 @@ const struct function gl_core_functions_possible[] = { { "glMapNamedBuffer", 45, -1 }, { "glMapNamedBufferRange", 45, -1 }, { "glUnmapNamedBuffer", 45, -1 }, + { "glFlushMappedNamedBufferRange", 45, -1 }, { "glCreateTextures", 45, -1 }, { "glTextureStorage1D", 45, -1 }, { "glTextureStorage2D", 45, -1 }, |