]> git.cworth.org Git - apitrace/commit
egl: Add missing enum values
authorChia-I Wu <olvaffe@gmail.com>
Wed, 7 Dec 2011 09:37:59 +0000 (17:37 +0800)
committerChia-I Wu <olvaffe@gmail.com>
Wed, 7 Dec 2011 10:24:27 +0000 (18:24 +0800)
commit127cc23dd2de91a31ab9bead806f15fb2fafbad2
tree048a1a5796a477e47a8a8a0a7f251dc8d7a76a7d
parent76fe527ddec68cf0c642c9a62bf8d68721f184ef
egl: Add missing enum values

Most of them are attribute values (e.g., EGL_SLOW_CONFIG), not attributes
(e.g., EGL_CONFIG_CAVEAT).  Attribute values were skipped before because the
type was named EGLConfigAttrib before.  Now that the type has a more general
name, it can have attribute values.
specs/eglapi.py