From 01497a356048ce23e089ad8ab8ab0102aae97b3c Mon Sep 17 00:00:00 2001 From: Ian Romanick Date: Tue, 24 Jul 2012 19:52:53 -0700 Subject: [PATCH] mesa/es: Validate blend function enums in Mesa code rather than the ES wrapper v2: Add proper core-profile filtering. v3: Allow GL_SRC_ALPHA_SATURATE as a destination factor in GLES3. Based on review feedback from Eric Anholt. Signed-off-by: Ian Romanick --- src/mesa/main/APIspec.xml | 111 ---------------------------------------------- src/mesa/main/blend.c | 15 +++++-- 2 files changed, 11 insertions(+), 115 deletions(-) diff --git a/src/mesa/main/APIspec.xml b/src/mesa/main/APIspec.xml index 44dcd21..34e41b4 100644 --- a/src/mesa/main/APIspec.xml +++ b/src/mesa/main/APIspec.xml @@ -631,43 +631,6 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -