From: Kenneth Graunke Date: Tue, 4 Oct 2011 18:29:08 +0000 (-0700) Subject: mesa/es: Allow GL_CLIP_PLANE0+6 and GL_CLIP_PLANE0+7. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=09fcd01301cd161e2a5d619933c14f79753108d6;p=mesa.git 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 --- diff --git a/src/mesa/main/APIspec.xml b/src/mesa/main/APIspec.xml index 5d5fc03bec7..574480e284d 100644 --- a/src/mesa/main/APIspec.xml +++ b/src/mesa/main/APIspec.xml @@ -41,10 +41,6 @@ - - - -