[Piglit] [PATCH 2/4] glx_arb_create_context: Don't specify the profile in the without-profile case
Matt Turner
mattst88 at gmail.com
Mon Oct 15 11:31:44 PDT 2012
Reported-by: Chad Versace <chad.versace at linux.intel.com>
---
.../spec/glx_arb_create_context/pre-GL32-profile.c | 3 ---
1 files changed, 0 insertions(+), 3 deletions(-)
diff --git a/tests/spec/glx_arb_create_context/pre-GL32-profile.c b/tests/spec/glx_arb_create_context/pre-GL32-profile.c
index f479dee..43ab705 100644
--- a/tests/spec/glx_arb_create_context/pre-GL32-profile.c
+++ b/tests/spec/glx_arb_create_context/pre-GL32-profile.c
@@ -47,9 +47,6 @@ static bool try_version(int major, int minor)
GLX_CONTEXT_MINOR_VERSION_ARB,
minor,
- GLX_CONTEXT_PROFILE_MASK_ARB,
- GLX_CONTEXT_CORE_PROFILE_BIT_ARB,
-
None
};
--
1.7.8.6
More information about the Piglit
mailing list