From bd4e5dd3553c5d7152af419f8b12ce228aba2dd2 Mon Sep 17 00:00:00 2001 From: Ian Romanick Date: Wed, 25 Jul 2012 16:08:12 -0700 Subject: [PATCH] mesa/es: Validate glBufferData usage in Mesa code rather than the ES wrapper v2: Add proper core-profile and GLES3 filtering based on review feedback from Eric Anholt. It looks like previously there was some rebase / merge fail. Signed-off-by: Ian Romanick Reviewed-by: Eric Anholt --- src/mesa/main/APIspec.xml | 6 ------ src/mesa/main/bufferobj.c | 23 ++++++++++++++++++----- 2 files changed, 18 insertions(+), 11 deletions(-) diff --git a/src/mesa/main/APIspec.xml b/src/mesa/main/APIspec.xml index f15e8ee7879..3d47624c7fd 100644 --- a/src/mesa/main/APIspec.xml +++ b/src/mesa/main/APIspec.xml @@ -1843,12 +1843,6 @@ - - - - - -