i965: support GL_EXT_color_buffer_half_float
FP16 rendering is supported on all gen4 hardware. Signed-off-by: Ilia Mirkin <imirkin@alum.mit.edu> Reviewed-by: Ian Romanick <ian.d.romanick@intel.com> Reviewed-by: Kenneth Graunke <kenneth@whitecape.org> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/9379>
This commit is contained in:
@@ -96,6 +96,7 @@ brw_init_extensions(struct gl_context *ctx)
|
||||
ctx->Extensions.EXT_blend_equation_separate = true;
|
||||
ctx->Extensions.EXT_blend_func_separate = true;
|
||||
ctx->Extensions.EXT_blend_minmax = true;
|
||||
ctx->Extensions.EXT_color_buffer_half_float = true;
|
||||
ctx->Extensions.EXT_draw_buffers2 = true;
|
||||
ctx->Extensions.EXT_EGL_image_storage = true;
|
||||
ctx->Extensions.EXT_float_blend = true;
|
||||
|
Reference in New Issue
Block a user