From b0b6b76d5213587250c567d7ca62451813a10366 Mon Sep 17 00:00:00 2001 From: Ian Romanick Date: Wed, 25 Jul 2012 15:29:48 -0700 Subject: [PATCH] mesa/es: Validate buffer object targets in Mesa code rather than the ES wrapper v2: Add proper core-profile and GLES3 filtering. Signed-off-by: Ian Romanick Reviewed-by: Eric Anholt --- src/mesa/main/APIspec.xml | 35 ----------------------------------- src/mesa/main/bufferobj.c | 9 ++++++++- 2 files changed, 8 insertions(+), 36 deletions(-) diff --git a/src/mesa/main/APIspec.xml b/src/mesa/main/APIspec.xml index d19a2b02bd1..f15e8ee7879 100644 --- a/src/mesa/main/APIspec.xml +++ b/src/mesa/main/APIspec.xml @@ -1806,11 +1806,6 @@ - - - - -