mesa/src/egl
Chia-I Wu e32ac5b8a9 egl: Fix _eglModeLookup.
Internally a mode belongs to a screen.  But functions like
eglGetModeAttribMESA treat a mode as a display resource: a mode can be
looked up without a screen.  Considering how KMS works, it is better to
stick to the current implementation.

To properly support looking up a mode without a screen, this commit
assigns each mode (of all screens) a unique ID.
2010-10-23 11:20:41 +08:00
..
docs egl: Mark EGL_MESA_screen_surface as obsolete. 2010-08-31 15:25:22 +08:00
drivers egl: Minor changes to the _EGLConfig interface. 2010-10-23 11:20:40 +08:00
main egl: Fix _eglModeLookup. 2010-10-23 11:20:41 +08:00
Makefile Add install target for egl 2009-02-11 07:01:40 +01:00