From d7638c41f8419b86f9e056f124d49ff60e582756 Mon Sep 17 00:00:00 2001 From: Chia-I Wu Date: Wed, 30 Nov 2011 18:32:33 +0800 Subject: [PATCH] egl: trace EGL_NV_coverage_sample --- specs/eglapi.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/specs/eglapi.py b/specs/eglapi.py index c887807..c0393d6 100644 --- a/specs/eglapi.py +++ b/specs/eglapi.py @@ -104,6 +104,10 @@ EGLConfigAttrib = FakeEnum(EGLint, [ # EGL_KHR_lock_surface "EGL_MATCH_FORMAT_KHR", # 0x3043 + + # EGL_NV_coverage_sample + "EGL_COVERAGE_BUFFERS_NV", # 0x30E0 + "EGL_COVERAGE_SAMPLES_NV", # 0x30E1 ]) EGLName = FakeEnum(EGLint, [ -- 2.7.4