From 09fcd01301cd161e2a5d619933c14f79753108d6 Mon Sep 17 00:00:00 2001 From: Kenneth Graunke Date: Tue, 4 Oct 2011 11:29:08 -0700 Subject: [PATCH] mesa/es: Allow GL_CLIP_PLANE0+6 and GL_CLIP_PLANE0+7. Fixes the ES1 conformance 'userclip' test, which broke when we increased MAX_CLIP_PLANES to 8. Core Mesa already validates incoming values against MAX_CLIP_PLANES; we just need the ES wrapper to pass everything through. Signed-off-by: Kenneth Graunke Reviewed-by: Ian Romanick --- src/mesa/main/APIspec.xml | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/src/mesa/main/APIspec.xml b/src/mesa/main/APIspec.xml index 5d5fc03..574480e 100644 --- a/src/mesa/main/APIspec.xml +++ b/src/mesa/main/APIspec.xml @@ -41,10 +41,6 @@ - - - -