Re:Re: did the weston can use "mesa" for "opengles and egl" demands without libmali.so on MALI targets?

2018-09-25 Thread tugouxp
5 Sep 2018 09:28:27 +0800 (CST) >tugouxp <13824125...@163.com> wrote: > >> hi folks: >> >> >> my project take wayland as display server, weston working with >> libdrm-backend, the opegles and egl interface are provided by arm >> official provide &q

did the weston can use "mesa" for "opengles and egl" demands without libmali.so on MALI targets?

2018-09-24 Thread tugouxp
hi folks: my project take wayland as display server, weston working with libdrm-backend, the opegles and egl interface are provided by arm official provide "libmali.so" library. but now i want to test whether it can be worked that get rid of mali library completely ,and use mesa library

did the weston do the YUV to RGB convert internally?

2018-09-04 Thread tugouxp
hi folks: i launch a pipe line with with gstreamer command as below: gst-launch-1.0 filesrc location=/mnt/UDISK/N_1080P_AVC_60F.avi ! avidemux ! h264parse ! omxh264dec ! queue ! waylandsink the target sink i use was "waylandsink" , which take weston wayland server as compositor server. i grab

Re:Re: is there any way to use display "overlay layer" when playing video?

2018-08-31 Thread tugouxp
hi daniel: thanks for your kindly help. my platform is allwinner A64 soc chips, with mali40um GPU, and the compositor is weston, with wayland display architecture. At 2018-08-31 17:16:03, "Daniel Stone" wrote: >On Fri, 31 Aug 2018 at 09:00, tugouxp <13824125..

is there any way to use display "overlay layer" when playing video?

2018-08-31 Thread tugouxp
hi folks: my target platform display engine device support two type of layers, they are "GUI" and "YUV", the GUI layer use to draw OSD screens with data type RGB, and "YUV" only support video data with "yuv" format. but when i launch a media player with gstreamer utility tools, i found t

Re:Re: is there anyway to get which compositor did the client "wl_display" object connected?

2018-06-14 Thread tugouxp
123 return WlUniquePtr(wl_compositor_create_surface(m_compositor.get())); 124 } thanks for your support! At 2018-06-14 15:15:25, "Pekka Paalanen" wrote: >On Thu, 14 Jun 2018 10:30:35 +0800 (CST) >tugouxp <13824125...@163.com> wrote: > >> hi folks: >>

is there anyway to get which compositor did the client "wl_display" object connected?

2018-06-13 Thread tugouxp
hi folks: there are scenario that when more than one compositor (such as nested compositor" ) exists. how to distinguish which server do the client "wl_display*" object connected? is there any way to do this? thanks for your kindly support.! ___

is there any way to identificate the "wl_display" from server and client?

2018-06-11 Thread tugouxp
hi folks: both the client and server has structure wl_display object, is there any way to identificate the "wl_display" from the two? thanks for your kindly suppor.t ___ wayland-devel mailing list wayland-devel@lists.freedesktop.org https: