This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch devs/cedric/wl/all
in repository efl.
View the commit online.
commit 2cfa5c61e6c5be7604ca5adbb55b6b1811ad8020
Merge: 721bd12276 d43c94394d
Author: Cedric BAIL <[email protected]>
AuthorDate: Sun Aug 16 23:23:13 2026 -0600
Merge branch 'devs/cedric/wl/native-orient' into devs/cedric/wl/all
Unblocks wl_surface.set_buffer_transform for dmabuf clients on the GL
path: image orientation now works on native surfaces instead of taking
the compositor down.
# Conflicts:
# src/tests/evas/evas_suite.c
.../evas/engines/gl_common/evas_gl_context.c | 21 +-
src/modules/evas/engines/gl_generic/evas_engine.c | 23 ++
src/tests/evas/evas_suite.c | 3 +
src/tests/evas/evas_suite.h | 3 +
src/tests/evas/evas_test_native_orient.c | 318 +++++++++++++++++++++
src/tests/evas/meson.build | 22 +-
6 files changed, 374 insertions(+), 16 deletions(-)
diff --cc src/tests/evas/evas_suite.c
index 08753a468c,e203455866..e81ce11b21
--- a/src/tests/evas/evas_suite.c
+++ b/src/tests/evas/evas_suite.c
@@@ -29,7 -27,9 +29,10 @@@ static const Efl_Test_Case etc[] =
{ "Efl Canvas Animation", efl_test_canvas_animation },
{ "Map", evas_test_map },
{ "Premul", evas_test_premul },
+ { "VG", evas_test_vg },
+ #ifdef HAVE_NATIVE_ORIENT_TEST
+ { "Native Orient", evas_test_native_orient },
+ #endif
{ NULL, NULL }
};
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.