mesa/src/virtio
Gert Wollny 63c4c559cb virgl: obtain supported number of shader sampler views from host
Modern games may use more than 16 sampler views, so get what the host
actually supports, and default to 16 on old hosts that don't pass the
value.

Since the possible maximal value of PIPE_MAX_SHADER_SAMPLER_VIEWS doesn't
fit into an uint32_t remove the binding flags, they were only used for
releasing the sampler views, and this can be achieved differently.

v2: Fix compilation error

Signed-off-by: Gert Wollny <gert.wollny@collabora.com>
Reviewed-by: John Bates <jbates@chromium.org> (v1)
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/13646>
2021-11-08 19:34:30 +00:00
..
venus-protocol venus: update to latest venus-protocol to include tracing 2021-10-09 00:42:32 +00:00
virtio-gpu virgl: obtain supported number of shader sampler views from host 2021-11-08 19:34:30 +00:00
vtest virgl: update headers from virglrenderer 2021-04-08 17:15:37 +00:00
vulkan vulkan: Move all the common object code to runtime/ 2021-10-29 23:12:32 +00:00
meson.build venus: add driver skeleton 2021-04-08 17:15:37 +00:00