diff options
author | Laura Ekstrand <laura@jlekstrand.net> | 2015-01-13 13:28:08 -0800 |
---|---|---|
committer | Laura Ekstrand <laura@jlekstrand.net> | 2015-03-17 10:18:33 -0700 |
commit | 4adaad5fcc7fc959f24f807e783b6be2903e08a3 (patch) | |
tree | 0d61b9a5330266ea39791ad0c8b56a52099730ea /src/mesa/main/tests | |
parent | 9cb732b8e9fad4a603f38ce896cd84300e2743a3 (diff) |
main: Add entry point for CopyNamedBufferSubData.
v2: remove _mesa in front of static software fallback.
Reviewed-by: Martin Peres <martin.peres@linux.intel.com>
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 9597e0649fd..63b9dcfa385 100644 --- a/src/mesa/main/tests/dispatch_sanity.cpp +++ b/src/mesa/main/tests/dispatch_sanity.cpp @@ -957,6 +957,7 @@ const struct function gl_core_functions_possible[] = { { "glNamedBufferStorage", 45, -1 }, { "glNamedBufferData", 45, -1 }, { "glNamedBufferSubData", 45, -1 }, + { "glCopyNamedBufferSubData", 45, -1 }, { "glCreateTextures", 45, -1 }, { "glTextureStorage1D", 45, -1 }, { "glTextureStorage2D", 45, -1 }, |