mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-02-14 17:40:30 +01:00
i965: always enable EXT_float_blend
From the table in isl_format.c, it appears that all generations support blending on 32-bit float surfaces. Signed-off-by: Ilia Mirkin <imirkin@alum.mit.edu> Reviewed-by: Tapani Pälli <tapani.palli@intel.com> Reviewed-by: Jason Ekstrand <jason@jlekstrand.net>
This commit is contained in:
parent
9fec653093
commit
57441af8bf
1 changed files with 1 additions and 0 deletions
|
|
@ -97,6 +97,7 @@ intelInitExtensions(struct gl_context *ctx)
|
|||
ctx->Extensions.EXT_blend_func_separate = true;
|
||||
ctx->Extensions.EXT_blend_minmax = true;
|
||||
ctx->Extensions.EXT_draw_buffers2 = true;
|
||||
ctx->Extensions.EXT_float_blend = true;
|
||||
ctx->Extensions.EXT_framebuffer_sRGB = true;
|
||||
ctx->Extensions.EXT_gpu_program_parameters = true;
|
||||
ctx->Extensions.EXT_packed_float = true;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue