summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChia-I Wu <olvaffe@gmail.com>2011-11-30 18:32:33 +0800
committerChia-I Wu <olvaffe@gmail.com>2011-12-07 16:21:45 +0800
commitd7638c41f8419b86f9e056f124d49ff60e582756 (patch)
tree700894a53b8da9d92a1643e3a67a432ee9882fab
parent058193e7de0ab8f549ca0ba14984650fdf0fe2e9 (diff)
egl: trace EGL_NV_coverage_sample
-rw-r--r--specs/eglapi.py4
1 files changed, 4 insertions, 0 deletions
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, [