mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 13:58:04 +02:00
i965: Advertise NV_compute_shader_derivatives
Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
This commit is contained in:
parent
94abc53030
commit
c9d1569689
1 changed files with 1 additions and 0 deletions
|
|
@ -266,6 +266,7 @@ intelInitExtensions(struct gl_context *ctx)
|
|||
ctx->Extensions.ARB_compute_shader = true;
|
||||
ctx->Extensions.ARB_ES3_1_compatibility =
|
||||
devinfo->gen >= 8 || devinfo->is_haswell;
|
||||
ctx->Extensions.NV_compute_shader_derivatives = true;
|
||||
}
|
||||
|
||||
if (can_do_predicate_writes(brw->screen)) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue