mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 09:28:07 +02:00
i965: enable AtomicStorage capability for gen7+
That is the same gen requirement for ARB_shader_atomic_counters. Reviewed-by: Timothy Arceri <tarceri@itsqueeze.com>
This commit is contained in:
parent
7600678216
commit
c13f8ea8ac
1 changed files with 1 additions and 0 deletions
|
|
@ -363,6 +363,7 @@ brw_initialize_spirv_supported_capabilities(struct brw_context *brw)
|
|||
ctx->Const.SpirVCapabilities.draw_parameters = true;
|
||||
ctx->Const.SpirVCapabilities.image_write_without_format = true;
|
||||
ctx->Const.SpirVCapabilities.variable_pointers = true;
|
||||
ctx->Const.SpirVCapabilities.atomic_storage = devinfo->gen >= 7;
|
||||
}
|
||||
|
||||
static void
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue