]> git.cworth.org Git - apitrace/commit
egl: Merge various enum types
authorChia-I Wu <olvaffe@gmail.com>
Wed, 7 Dec 2011 09:03:50 +0000 (17:03 +0800)
committerChia-I Wu <olvaffe@gmail.com>
Wed, 7 Dec 2011 10:24:27 +0000 (18:24 +0800)
commit76fe527ddec68cf0c642c9a62bf8d68721f184ef
tree4344117ba77281e5ec23756eb258152115b969b7
parent9a2267dd2312afe47cdbfa002355134ae4d88489
egl: Merge various enum types

Move most enums to EGLenum and add EGLattrib as an alias of EGLenum.  The idea
is that the same enum value may be used (or abused) in several places, and we
were forced to list the same enum in multiple types.

The difference between EGLenum and EGLattrib is that EGLattrib maps to EGLint
instead of EGLenum in C.
specs/eglapi.py