From 3b81c998a214a2ad7a4a712577277b1fc7b9be4e Mon Sep 17 00:00:00 2001 From: Ilia Mirkin Date: Mon, 30 May 2016 11:49:26 -0400 Subject: mesa: add scaffolding for OES/EXT_primitive_bounding_box Signed-off-by: Ilia Mirkin Reviewed-by: Ian Romanick --- src/mesa/main/tests/dispatch_sanity.cpp | 3 +++ 1 file changed, 3 insertions(+) (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 c0db287a028..42fe61aed43 100644 --- a/src/mesa/main/tests/dispatch_sanity.cpp +++ b/src/mesa/main/tests/dispatch_sanity.cpp @@ -2607,5 +2607,8 @@ const struct function gles31_functions_possible[] = { /* GL_OES_tessellation_shader */ { "glPatchParameteriOES", 31, -1 }, + /* GL_OES_primitive_bound_box */ + { "glPrimitiveBoundingBoxOES", 31, -1 }, + { NULL, 0, -1 }, }; -- cgit v1.2.3