egl/android: Fix wrong pipe format for RGB_565
What does this MR do and why?
egl/android: Fix wrong pipe format for RGB_565
We were actually using PIPE_FORMAT_B5G6R5_UNORM for HAL_PIXEL_FORMAT_RGB_565
since Android support was added to Mesa. This restores the original behavior.
Fixes: 273e54391af ("egl/android: Remove hard-coded color-channel data")
Signed-off-by: Lepton Wu <lepton@chromium.org>
Edited by Lepton Wu