mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-02 05:48:07 +02:00
zink: enable PIPE_CAP_TGSI_TXQS
aka ARB_shader_texture_image_samples Reviewed-by: Erik Faye-Lund <erik.faye-lund@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/8989>
This commit is contained in:
parent
faa7393a6a
commit
c94819286e
1 changed files with 1 additions and 0 deletions
|
|
@ -178,6 +178,7 @@ zink_get_param(struct pipe_screen *pscreen, enum pipe_cap param)
|
|||
case PIPE_CAP_QUERY_BUFFER_OBJECT:
|
||||
case PIPE_CAP_CONDITIONAL_RENDER_INVERTED:
|
||||
case PIPE_CAP_CLIP_HALFZ:
|
||||
case PIPE_CAP_TGSI_TXQS:
|
||||
return 1;
|
||||
|
||||
case PIPE_CAP_ROBUST_BUFFER_ACCESS_BEHAVIOR:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue