Do you have any plans on supporting these two extensions?
also, on the extension list for the r8p0 driver, you wrote that there was support for GL_EXT_geometry_shader_point_size, but this particular extension is not in the S7 exynos??
Mali Midgard Architecture Extensions - Mali Developer Center
Thanks, Abz
Also worth recommending the following two extensions we provide in r8p0 as an alternative to dual source blending in OpenGL ES:- ARM_shader_framebuffer_fetch
- EXT_shader_pixel_local_storage
Both extensions allow using output of previous draw calls as input for a following draw call, so you can do whatever you want with those values ("blend") inside your fragment program.