Thank you for the information.
working under the platform of arm-ubuntu, we used to launch the chrome
browser with --use-gl=egl and the browser worked fine with software
egl path.
For the build with aura, however, if we passed in the command line
parameter --use-gl=egl, the browser process got stuck and we could
not get a browser window. ps command shows that
==============================================
linaro 6738 56.6 8.5 329140 86848 pts/0 Sl+ 18:09 3:40 /mnt/
chrome/Debug3/chrome --no-sandbox --use-gl=egl
linaro 6739 0.0 0.6 80976 6652 pts/0 S+ 18:09 0:00 /mnt/
chrome/Debug3/chrome --no-sandbox --use-gl=egl
linaro 6740 0.0 1.4 94496 15140 pts/0 S+ 18:09 0:00 /mnt/
chrome/Debug3/chrome --type=zygote
linaro 6752 0.0 0.1 1056744 1768 pts/0 S+ 18:09 0:00 /mnt/
chrome/Debug3/nacl_helper_bootstrap /mnt/chrome_sharedlib_standalone/
Debug3/nacl_helper --at-zero --r_debug=0x000000
linaro 6759 0.2 2.2 139496 22932 pts/0 Sl+ 18:09 0:01 /mnt/
chrome/Debug3/chrome --type=renderer --no-sandbox --use-gl=egl --
disable-databases --lang=en-US --force-fieldtrials1
linaro 6763 0.1 2.1 137792 22064 pts/0 Sl+ 18:09 0:00 /mnt/
chrome/Debug3/chrome --type=gpu-process --channel=6738.1.118741302 --
no-sandbox --use-gl=egl
===============================================
We also got an error message "libEGL warning: DRI2: failed to
authenticate" from the terminal.
Has the software libEGL support in chrome browser been removed from
aura?
Thank you.