From 9555d7bdc1cec4cf08be85a2d1e9095de8dd3771 Mon Sep 17 00:00:00 2001 From: Ian Romanick Date: Fri, 27 Jul 2012 15:49:50 -0700 Subject: [PATCH] mesa/es: Validate glGetPointerv pname in Mesa code rather than the ES wrapper v2: Add proper core-profile, GLES1, and GLES3 filtering. Signed-off-by: Ian Romanick --- src/mesa/main/APIspec.xml | 10 ---------- src/mesa/main/getstring.c | 35 +++++++++++++++++++++++++++++++++-- 2 files changed, 33 insertions(+), 12 deletions(-) diff --git a/src/mesa/main/APIspec.xml b/src/mesa/main/APIspec.xml index cf4e5f85929..6d6462ca49b 100644 --- a/src/mesa/main/APIspec.xml +++ b/src/mesa/main/APIspec.xml @@ -923,16 +923,6 @@ - - - - - - - - - -