mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-23 13:20:14 +01:00
svga: enable PIPE_CAP_TGSI_TEXCOORD for vgpu10 and up
Revise commit 0d456315f9 to enable PIPE_CAP_TGSI_TEXCOORD for
vgpu10 and up only.
Reviewed-by: Neha Bhende <bhenden@vmware.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/16434>
This commit is contained in:
parent
705af4f95a
commit
e73443b7a5
1 changed files with 1 additions and 1 deletions
|
|
@ -466,7 +466,7 @@ svga_get_param(struct pipe_screen *screen, enum pipe_cap param)
|
|||
case PIPE_CAP_TEXTURE_HALF_FLOAT_LINEAR:
|
||||
return 1;
|
||||
case PIPE_CAP_TGSI_TEXCOORD:
|
||||
return 1;
|
||||
return sws->have_vgpu10 ? 1 : 0;
|
||||
case PIPE_CAP_IMAGE_STORE_FORMATTED:
|
||||
return sws->have_gl43;
|
||||
default:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue