Makes it possible to run Wayland on Gallium drivers. This patch will not be
pushed as a interface rewrite will fix it more properly. It is here to
facilitate testing of the other patches.
Signed-off-by: Jakob Bornecrantz
---
src/egl/drivers/dri2/egl_dri2.c | 22 --
src/gbm/
I tested this series and it works. It fixes weston drm backend as outlined
here https://bugs.freedesktop.org/show_bug.cgi?id=52267
There is a typo in this series, to get it to build you need:
diff --git a/src/gbm/backends/dri/gbm_dri.c b/src/gbm/backends/dri/gbm_dri.c
index dfa5d39..0d48d70 100644
Makes it possible to run Wayland on Gallium drivers.
Signed-off-by: Jakob Bornecrantz
---
src/egl/drivers/dri2/egl_dri2.c | 22 --
src/gbm/backends/dri/gbm_dri.c | 10 ++
2 files changed, 22 insertions(+), 10 deletions(-)
diff --git a/src/egl/drivers/dri2/egl_dr