[Mesa-dev] [PATCH demos 2/2] opengles2: Add es2gears_wayland target

2012-05-01 Thread zhiwen . wu
From: Alex Wu Since we already have wayland support in eglut, add a target for es2geares_wayland. --- src/egl/opengles2/Makefile.am |6 ++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/src/egl/opengles2/Makefile.am b/src/egl/opengles2/Makefile.am index c84d91d..41c1b80 1

[Mesa-dev] [PATCH demos 1/2] eglut: Add wayland support

2012-05-01 Thread zhiwen . wu
From: Alex Wu This patch adds wayland support for eglut, so that the demos based on eglut can run on wayland platform. --- configure.ac | 14 src/egl/eglut/Makefile.am | 15 - src/egl/eglut/eglut_wayland.c | 135 + 3 file

[Mesa-dev] [PULL demos] eglut: Add wayland support

2012-05-01 Thread zhiwen . wu
The following changes since commit ebe0ddf657903bef32a161dc66254fbf8725f986: util: add gl_wrap.h and glu_wrap.h to libutil_la_SOURCES (2012-04-23 08:21:43 -0600) Alex Wu (2): eglut: Add wayland support opengles2: Add es2gears_wayland target configure.ac | 14 +