st/egl: Add event support to the native display interface.
authorChia-I Wu <olv@lunarg.com>
Sun, 21 Feb 2010 02:58:22 +0000 (10:58 +0800)
committerChia-I Wu <olv@lunarg.com>
Fri, 5 Mar 2010 02:19:05 +0000 (10:19 +0800)
commite38f28ddedd6d4902ae18b1bf243e67d4b16decb
tree30237b21b483746ecf2263c16ed380062e1fae53
parent45df4bad9fc0379f05197bee10c03fd351f24094
st/egl: Add event support to the native display interface.

There is only invalid_surface event right now.  When EGL receives the
event, it sets the force_validate flag of the context binding to the
surface.  This helps skip an unnecessary check.
src/gallium/state_trackers/egl/common/egl_g3d.c
src/gallium/state_trackers/egl/common/native.h
src/gallium/state_trackers/egl/kms/native_kms.c
src/gallium/state_trackers/egl/kms/native_kms.h
src/gallium/state_trackers/egl/x11/native_dri2.c
src/gallium/state_trackers/egl/x11/native_x11.c
src/gallium/state_trackers/egl/x11/native_x11.h
src/gallium/state_trackers/egl/x11/native_ximage.c