Hi,
Sorry for not responding earlier..
There are some objections from my side:
1. These functions only cover the driver-independent lookups.
But for the wl_egl_pixmap there was a need to access driver_private:
http://cgit.freedesktop.org/~bnf/libva/tree/va/wayland/va_wayland.c?h=wayland
T
Resend the patch, it is required to enable libva over wayland.
Ian/Eric:
Could you help to review this patch?
== patch description ==:
wl_egl_window/wl_egl_pixmap are implemented in mesa, however these drawables
can also be update in video/camera modules.
An example is that libva also manage buf
@lists.freedesktop.org] On Behalf
Of Zhao, Halley
Sent: Friday, February 17, 2012 5:22 PM
To: mesa-dev@lists.freedesktop.org
Subject: [Mesa-dev] [PATCH 1] wayland-egl: Add api to get window/pixmap
attributes
wl_egl_window/wl_egl_pixmap are implemented in mesa, however these drawables
can also be update in
wl_egl_window/wl_egl_pixmap are implemented in mesa, however these drawables
can also be update in video/camera modules.
An example is that libva also manage buffer object for it, so the attributes of
the drawable should be accessed outside of mesa.
See Benjamin's work to enable libva for wayland