mesa: Add GL_NV_vdpau_interop functions to dispatch_sanity.cpp.
authorVinson Lee <vlee@freedesktop.org>
Sun, 27 Oct 2013 06:09:30 +0000 (23:09 -0700)
committerVinson Lee <vlee@freedesktop.org>
Sun, 27 Oct 2013 06:13:51 +0000 (23:13 -0700)
Fixes 'make check' failures introduced with commit
80964226e9b8a05c39157f9305c06c0b2861e080.

Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=70900
Signed-off-by: Vinson Lee <vlee@freedesktop.org>
src/mesa/main/tests/dispatch_sanity.cpp

index 244173af87cf22e8b4a821c8d57018f46a2dd438..d26819c6b8452471b76437c6361a74507d53f9e2 100644 (file)
@@ -921,6 +921,18 @@ const struct function gl_core_functions_possible[] = {
    { "glEndPerfMonitorAMD", 11, -1 },
    { "glGetPerfMonitorCounterDataAMD", 11, -1 },
 
+   /* GL_NV_vdpau_interop */
+   { "glVDPAUInitNV", 11, -1 },
+   { "glVDPAUFiniNV", 11, -1 },
+   { "glVDPAURegisterVideoSurfaceNV", 11, -1 },
+   { "glVDPAURegisterOutputSurfaceNV", 11, -1 },
+   { "glVDPAUIsSurfaceNV", 11, -1 },
+   { "glVDPAUUnregisterSurfaceNV", 11, -1 },
+   { "glVDPAUGetSurfaceivNV", 11, -1 },
+   { "glVDPAUSurfaceAccessNV", 11, -1 },
+   { "glVDPAUMapSurfacesNV", 11, -1 },
+   { "glVDPAUUnmapSurfacesNV", 11, -1 },
+
    { NULL, 0, -1 }
 };