Re: [PATCH] egl: add EGL_WAYLAND_Y_INVERTED_WL attribute

2013-09-17 Thread Kristian Høgsberg
On Mon, Sep 16, 2013 at 01:02:46PM +0400, Stanislav Vorobiov wrote: > This enables querying of wl_buffer's orientation Thanks, committed. I followed up with a commit to also add EGL_TEXTURE_FORMAT to the new table of valid eglQueryWaylandBufferWL attributes. Kristian > --- > docs/specs/WL_bind

[PATCH] egl: add EGL_WAYLAND_Y_INVERTED_WL attribute

2013-09-16 Thread Stanislav Vorobiov
This enables querying of wl_buffer's orientation --- docs/specs/WL_bind_wayland_display.spec | 17 + include/EGL/eglmesaext.h|2 ++ 2 files changed, 19 insertions(+) diff --git a/docs/specs/WL_bind_wayland_display.spec b/docs/specs/WL_bind_wayland_display.sp

[PATCH] egl: add EGL_WAYLAND_Y_INVERTED_WL attribute

2013-09-16 Thread Stanislav Vorobiov
This patch enables querying of wl_buffer's orientation, it's associated with weston commit bfbb8e59fadda112fcdb0bf0a0ed2c0b6c1e1923 gl_renderer: Use EGL_WAYLAND_Y_INVERTED_WL to query wl_buffer's orientation Stanislav Vorobiov (1): egl: add EGL_WAYLAND_Y_INVERTED_WL attribute docs/specs/WL_bin