mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-02 07:58:07 +02:00
i965: enable XFB and GeometryStreams for gen7+
Reviewed-by: Timothy Arceri <tarceri@itsqueeze.com>
This commit is contained in:
parent
b7421cda86
commit
16b5e15e91
1 changed files with 2 additions and 0 deletions
|
|
@ -368,6 +368,8 @@ brw_initialize_spirv_supported_capabilities(struct brw_context *brw)
|
|||
ctx->Const.SpirVCapabilities.image_write_without_format = true;
|
||||
ctx->Const.SpirVCapabilities.variable_pointers = true;
|
||||
ctx->Const.SpirVCapabilities.atomic_storage = devinfo->gen >= 7;
|
||||
ctx->Const.SpirVCapabilities.transform_feedback = devinfo->gen >= 7;
|
||||
ctx->Const.SpirVCapabilities.geometry_streams = devinfo->gen >= 7;
|
||||
}
|
||||
|
||||
static void
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue