mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-22 17:50:12 +01:00
zink: enable PIPE_CAP_SAMPLER_VIEW_TARGET
Reviewed-by: Erik Faye-Lund <erik.faye-lund@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/8629>
This commit is contained in:
parent
d37124b065
commit
cacb3e1826
1 changed files with 0 additions and 2 deletions
|
|
@ -288,10 +288,8 @@ zink_get_param(struct pipe_screen *pscreen, enum pipe_cap param)
|
||||||
case PIPE_CAP_MAX_VERTEX_ATTRIB_STRIDE:
|
case PIPE_CAP_MAX_VERTEX_ATTRIB_STRIDE:
|
||||||
return screen->info.props.limits.maxVertexInputBindingStride;
|
return screen->info.props.limits.maxVertexInputBindingStride;
|
||||||
|
|
||||||
#if 0 /* TODO: Enable me */
|
|
||||||
case PIPE_CAP_SAMPLER_VIEW_TARGET:
|
case PIPE_CAP_SAMPLER_VIEW_TARGET:
|
||||||
return 1;
|
return 1;
|
||||||
#endif
|
|
||||||
|
|
||||||
#if 0 /* TODO: Enable me */
|
#if 0 /* TODO: Enable me */
|
||||||
case PIPE_CAP_CLIP_HALFZ:
|
case PIPE_CAP_CLIP_HALFZ:
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue