Re: [Mesa-dev] [PATCH demos] egl: Add es2eglkms demo

2016-05-06 Thread Hwang, Dongseong
Andreas, Adam, could you review? Br, DS On Fri, Apr 29, 2016 at 7:54 AM, Dongseong Hwang wrote: > This demo shows how ChromeOS renders OpenGL ES2 via kms, drm and gbm. > This demo consists of > 1. kms modesetting and vsync > 2. EGL and GLES2 context creation > 3. gbm bo creation and EGL Image b

[Mesa-dev] [PATCH demos] egl: Add es2eglkms demo

2016-04-28 Thread Dongseong Hwang
This demo shows how ChromeOS renders OpenGL ES2 via kms, drm and gbm. This demo consists of 1. kms modesetting and vsync 2. EGL and GLES2 context creation 3. gbm bo creation and EGL Image binding drm connection code is copied from eglkms. ES2 rendering code is copied from es2tri. Signed-off-by: D