iris: enable GL_EXT_memory_object feature
This is enabled by enabling gallium's memobj capability. Signed-off-by: Juan A. Suarez Romero <jasuarez@igalia.com> Reviewed-by: Tapani Pälli <tapani.palli@intel.com> Reviewed-by: Rohan Garg <rohan.garg@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4337>
This commit is contained in:
committed by
Eleni Maria Stea
parent
772dc50d16
commit
05cf1e7f36
@@ -257,6 +257,7 @@ iris_get_param(struct pipe_screen *pscreen, enum pipe_cap param)
|
||||
case PIPE_CAP_GL_SPIRV_VARIABLE_POINTERS:
|
||||
case PIPE_CAP_DEMOTE_TO_HELPER_INVOCATION:
|
||||
case PIPE_CAP_NATIVE_FENCE_FD:
|
||||
case PIPE_CAP_MEMOBJ:
|
||||
case PIPE_CAP_MIXED_COLOR_DEPTH_BITS:
|
||||
case PIPE_CAP_FENCE_SIGNAL:
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user