Commits on Source (2)
-
Konstantin authored
On Mesa, when we request GBM_FORMAT_XRGB8888, driver set surface storage format to GL_RGB8, which breaks GL ES rendering (on any GL ES version). If we force set gbm_format to GBM_FORMAT_ARGB8888, then rendering will happen and working. Fixes #1288 Fixes #1356
-
It causes a shader compilation error on systems without EXT_gpu_shader4. Fixes: ee107cd4