FOSS graphic components (gbm_gralloc, mesa3d) are translating HAL_PIXEL_FORMAT_RGB_565 to DRM_FORMAT_RGB565 without swapping the R and B components. Same must be done here.
Fixes wrong colors in some games (i.e. Pixel Wheels).
Due to an influx of spam, we have had to impose restrictions on new accounts. Please see this wiki page for instructions on how to get full permissions. Sorry for the inconvenience.
FOSS graphic components (gbm_gralloc, mesa3d) are translating HAL_PIXEL_FORMAT_RGB_565 to DRM_FORMAT_RGB565 without swapping the R and B components. Same must be done here.
Fixes wrong colors in some games (i.e. Pixel Wheels).