mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 02:58:05 +02:00
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:
parent
772dc50d16
commit
05cf1e7f36
1 changed files with 1 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue