From 8799ecddb680f908b719df531dfe740e056ccb77 Mon Sep 17 00:00:00 2001 From: Martin Peres Date: Mon, 16 Feb 2015 16:13:59 +0200 Subject: main: Added entry point for glGetTransformFeedbacki_v v2: Review from Laura Ekstrand - use the transform feedback object lookup wrapper v3: - use the new name of _mesa_lookup_transform_feedback_object_err Reviewed-by: Laura Ekstrand Signed-off-by: Martin Peres --- src/mesa/main/tests/dispatch_sanity.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/mesa/main/tests') diff --git a/src/mesa/main/tests/dispatch_sanity.cpp b/src/mesa/main/tests/dispatch_sanity.cpp index be22fe704c3..c31ce433bb9 100644 --- a/src/mesa/main/tests/dispatch_sanity.cpp +++ b/src/mesa/main/tests/dispatch_sanity.cpp @@ -926,6 +926,7 @@ const struct function gl_core_functions_possible[] = { { "glTransformFeedbackBufferBase", 45, -1 }, { "glTransformFeedbackBufferRange", 45, -1 }, { "glGetTransformFeedbackiv", 45, -1 }, + { "glGetTransformFeedbacki_v", 45, -1 }, { "glCreateBuffers", 45, -1 }, { "glNamedBufferStorage", 45, -1 }, { "glNamedBufferData", 45, -1 }, -- cgit v1.2.3