From 43251b970d2d4969b0166aaea50383479a09c3bc Mon Sep 17 00:00:00 2001 From: Ian Romanick Date: Tue, 20 Sep 2011 15:14:34 -0700 Subject: [PATCH] mesa/es: Make glDrawBuffersNV available in OpenGL ES 2.0 Signed-off-by: Ian Romanick Reviewed-by: Brian Paul --- src/mesa/main/APIspec.xml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/src/mesa/main/APIspec.xml b/src/mesa/main/APIspec.xml index 33029ea..5d5fc03 100644 --- a/src/mesa/main/APIspec.xml +++ b/src/mesa/main/APIspec.xml @@ -3512,6 +3512,14 @@ + + @@ -3786,6 +3794,8 @@ + + @@ -4117,6 +4127,9 @@ + + + -- 2.7.4