mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-23 19:50:11 +01:00
zink: enable 64bit pipe caps
Reviewed-by: Erik Faye-Lund <kusmabite@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/7654>
This commit is contained in:
parent
f779af2d10
commit
55e2d836f3
1 changed files with 5 additions and 0 deletions
|
|
@ -107,6 +107,11 @@ zink_get_param(struct pipe_screen *pscreen, enum pipe_cap param)
|
||||||
case PIPE_CAP_VERTEX_ELEMENT_INSTANCE_DIVISOR:
|
case PIPE_CAP_VERTEX_ELEMENT_INSTANCE_DIVISOR:
|
||||||
return screen->info.have_EXT_vertex_attribute_divisor;
|
return screen->info.have_EXT_vertex_attribute_divisor;
|
||||||
|
|
||||||
|
case PIPE_CAP_INT64:
|
||||||
|
case PIPE_CAP_INT64_DIVMOD:
|
||||||
|
case PIPE_CAP_DOUBLES:
|
||||||
|
return 1;
|
||||||
|
|
||||||
case PIPE_CAP_MAX_DUAL_SOURCE_RENDER_TARGETS:
|
case PIPE_CAP_MAX_DUAL_SOURCE_RENDER_TARGETS:
|
||||||
if (!screen->info.feats.features.dualSrcBlend)
|
if (!screen->info.feats.features.dualSrcBlend)
|
||||||
return 0;
|
return 0;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue