mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-28 16:50:10 +01:00
iris: Enable ARB_shader_stencil_export
This commit is contained in:
parent
3e6aaa1ba5
commit
80497af192
1 changed files with 1 additions and 0 deletions
|
|
@ -169,6 +169,7 @@ iris_get_param(struct pipe_screen *pscreen, enum pipe_cap param)
|
|||
case PIPE_CAP_TEXTURE_GATHER_SM5:
|
||||
case PIPE_CAP_TGSI_ARRAY_COMPONENTS:
|
||||
case PIPE_CAP_GLSL_TESS_LEVELS_AS_INPUTS:
|
||||
case PIPE_CAP_SHADER_STENCIL_EXPORT:
|
||||
return true;
|
||||
|
||||
case PIPE_CAP_MAX_DUAL_SOURCE_RENDER_TARGETS:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue