Haswell (i965) misses GL_EXT_color_buffer_half_float
Weston on EGL GBM platform:
GL version: OpenGL ES 3.1 Mesa 21.1.0-devel (git-bb0c659980)
GLSL version: OpenGL ES GLSL ES 3.10
GL vendor: Intel Open Source Technology Center
GL renderer: Mesa DRI Intel(R) HD Graphics 4600 (HSW GT2)
The extension GL_EXT_color_buffer_half_float
is not exposed.
It should be exposed, right?
I want to be able to render into half-float texture via FBO, but I don't need to display it, and to my knowledge GL_EXT_color_buffer_half_float
is required for that (and GL ES 3.0 or GL_OES_texture_half_float
).
Cc @vsyrjala