From 4114dee99ecd848693302078597076ced9426f95 Mon Sep 17 00:00:00 2001 From: Ian Romanick Date: Fri, 27 Jul 2012 12:11:32 -0700 Subject: [PATCH] mesa/es: Validate glPixelStore pname in Mesa code rather than the ES wrapper v2: Add proper core-profile and GLES3 filtering. Signed-off-by: Ian Romanick --- src/mesa/main/APIspec.xml | 27 --------------------------- src/mesa/main/pixelstore.c | 39 +++++++++++++++++++++++++++++++++++++-- 2 files changed, 37 insertions(+), 29 deletions(-) diff --git a/src/mesa/main/APIspec.xml b/src/mesa/main/APIspec.xml index 55e418a07fe..f1dae6592fa 100644 --- a/src/mesa/main/APIspec.xml +++ b/src/mesa/main/APIspec.xml @@ -578,33 +578,6 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - -