diff options
author | Laura Ekstrand <[email protected]> | 2015-01-06 12:08:43 -0800 |
---|---|---|
committer | Laura Ekstrand <[email protected]> | 2015-01-08 11:37:29 -0800 |
commit | 91089d6d658d5379afa00f69c37a81f0d3c98dc3 (patch) | |
tree | cc566396c7a9bb263506a5dff2bed66acca3bcb6 /src/mesa/main/tests | |
parent | 239e3fb87682163f78d0fd6c86375e77a44ee0d0 (diff) |
main: Added entry point for glGenerateTextureMipmap.
Reviewed-by: Anuj Phogat <[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 afdcbd0fbc3..0739025f1fb 100644 --- a/src/mesa/main/tests/dispatch_sanity.cpp +++ b/src/mesa/main/tests/dispatch_sanity.cpp @@ -983,6 +983,7 @@ const struct function gl_core_functions_possible[] = { { "glCompressedTextureSubImage1D", 45, -1 }, { "glCompressedTextureSubImage2D", 45, -1 }, { "glCompressedTextureSubImage3D", 45, -1 }, + { "glGenerateTextureMipmap", 45, -1 }, { NULL, 0, -1 } }; |