i965/vec4: enable ARB_gpu_shader_fp64 for Haswell

Reviewed-by: Matt Turner <mattst88@gmail.com>
This commit is contained in:
Iago Toral Quiroga 2016-06-23 09:22:09 +02:00 committed by Samuel Iglesias Gonsálvez
parent 6c350e34ee
commit 1a83e9892d

View file

@ -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;