egl: Fix _eglModeLookup.
authorChia-I Wu <olv@lunarg.com>
Fri, 22 Oct 2010 18:52:14 +0000 (02:52 +0800)
committerChia-I Wu <olv@lunarg.com>
Sat, 23 Oct 2010 03:20:41 +0000 (11:20 +0800)
commite32ac5b8a963202dcdfb91354f77979765083000
tree4814ea72fe3cda7306a88922f5ffe1810d4811b2
parent37213ceacc2d7b309de7641da501282f8f24c8c2
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.
src/egl/main/eglmode.c
src/egl/main/eglmode.h
src/egl/main/eglscreen.c
src/egl/main/eglscreen.h
src/gallium/state_trackers/egl/common/egl_g3d.c