projects
/
apitrace
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d7638c4
)
egl: trace EGL_NV_depth_nonlinear
author
Chia-I Wu
<olvaffe@gmail.com>
Wed, 30 Nov 2011 10:35:40 +0000
(18:35 +0800)
committer
Chia-I Wu
<olvaffe@gmail.com>
Wed, 7 Dec 2011 08:21:45 +0000
(16:21 +0800)
specs/eglapi.py
patch
|
blob
|
history
diff --git
a/specs/eglapi.py
b/specs/eglapi.py
index c0393d62a4e95da15c61009f7efcabaaab2359ec..12935412c007b37bb241dc69a87250818c7cae86 100644
(file)
--- a/
specs/eglapi.py
+++ b/
specs/eglapi.py
@@
-108,6
+108,9
@@
EGLConfigAttrib = FakeEnum(EGLint, [
# EGL_NV_coverage_sample
"EGL_COVERAGE_BUFFERS_NV", # 0x30E0
"EGL_COVERAGE_SAMPLES_NV", # 0x30E1
+
+ # EGL_NV_depth_nonlinear
+ "EGL_DEPTH_ENCODING_NV", # 0x30E2
])
EGLName = FakeEnum(EGLint, [