mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 20:28:04 +02:00
i965/vec4: enable ARB_gpu_shader_fp64 for Haswell
Reviewed-by: Matt Turner <mattst88@gmail.com>
This commit is contained in:
parent
6c350e34ee
commit
1a83e9892d
1 changed files with 3 additions and 0 deletions
|
|
@ -359,6 +359,9 @@ intelInitExtensions(struct gl_context *ctx)
|
|||
ctx->Extensions.OES_primitive_bounding_box = true;
|
||||
ctx->Extensions.OES_texture_buffer = true;
|
||||
|
||||
if (brw->is_haswell)
|
||||
ctx->Extensions.ARB_gpu_shader_fp64 = true;
|
||||
|
||||
if (brw->can_do_pipelined_register_writes) {
|
||||
ctx->Extensions.ARB_draw_indirect = true;
|
||||
ctx->Extensions.ARB_transform_feedback2 = true;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue