From d6c8913bc629fedc520353cd9de51f1c7ba262a4 Mon Sep 17 00:00:00 2001 From: Ian Romanick Date: Fri, 27 Jul 2012 15:47:16 -0700 Subject: [PATCH] mesa/es: Validate glMatrixMode mode in Mesa code rather than the ES wrapper Signed-off-by: Ian Romanick --- src/mesa/main/APIspec.xml | 7 ------- src/mesa/main/matrix.c | 7 ++++--- 2 files changed, 4 insertions(+), 10 deletions(-) diff --git a/src/mesa/main/APIspec.xml b/src/mesa/main/APIspec.xml index b37470d94ae..cf4e5f85929 100644 --- a/src/mesa/main/APIspec.xml +++ b/src/mesa/main/APIspec.xml @@ -803,13 +803,6 @@ - - - - - - -