egl/android: Remove handling of RGB_888 pixel format
authorTomasz Figa <tfiga@chromium.org>
Wed, 9 Nov 2016 08:32:54 +0000 (17:32 +0900)
committerEmil Velikov <emil.l.velikov@gmail.com>
Mon, 21 Nov 2016 13:27:01 +0000 (13:27 +0000)
commit925ff0b5341e0df494b647f02fbc136757fdd48e
tree29d86cbf39ec3a1f88d7a41d4a52dcbcdcfe2b1a
parent9c5b1c799073779101d358d85eff0bdc389c93fc
egl/android: Remove handling of RGB_888 pixel format

It is currently completely broken, as it ends up using RGBX_8888 on
hardware side, due to no way of distinguishing between these two in the
DRI API, while HAL_PIXEL_FORMAT_RGB_888 is clearly defined to be the
3-byte per pixel RGB format.

Signed-off-by: Tomasz Figa <tfiga@chromium.org>
Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
src/egl/drivers/dri2/platform_android.c