aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/main/tests/dispatch_sanity.cpp
diff options
context:
space:
mode:
authorPierre-Eric Pelloux-Prayer <[email protected]>2019-09-11 10:01:24 +0200
committerPierre-Eric Pelloux-Prayer <[email protected]>2019-10-18 10:26:26 +0200
commit2e14749f8f82cba47ff89432cafd9fd9bee70e82 (patch)
treef150bb73cbae18999bf9ccf90f07ca0151d7235d /src/mesa/main/tests/dispatch_sanity.cpp
parentfb804266a38dbd4204f86fc706494b285c03fc52 (diff)
mesa: add EXT_dsa Generate*MipmapEXT functions
Reviewed-by: Marek Olšák <[email protected]>
Diffstat (limited to 'src/mesa/main/tests/dispatch_sanity.cpp')
-rw-r--r--src/mesa/main/tests/dispatch_sanity.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mesa/main/tests/dispatch_sanity.cpp b/src/mesa/main/tests/dispatch_sanity.cpp
index 920fee4d1e7..3ff13085894 100644
--- a/src/mesa/main/tests/dispatch_sanity.cpp
+++ b/src/mesa/main/tests/dispatch_sanity.cpp
@@ -1162,8 +1162,8 @@ const struct function common_desktop_functions_possible[] = {
{ "glNamedFramebufferTexture3DEXT", 30, -1 },
{ "glNamedFramebufferRenderbufferEXT", 30, -1 },
{ "glGetNamedFramebufferAttachmentParameterivEXT", 30, -1 },
- //{ "glGenerateTextureMipmapEXT", 30, -1 },
- //{ "glGenerateMultiTexMipmapEXT", 30, -1 },
+ { "glGenerateTextureMipmapEXT", 30, -1 },
+ { "glGenerateMultiTexMipmapEXT", 30, -1 },
{ "glFramebufferDrawBufferEXT", 30, -1 },
{ "glFramebufferDrawBuffersEXT", 30, -1 },
{ "glFramebufferReadBufferEXT", 30, -1 },