mesa/src/gallium/frontends/lavapipe
Erik Faye-Lund 3ebe604ad6 lavapipe: ask pipe-driver for int16 support
We shouldn't assume the driver can deal with int16 unless it reports
that it can.

... And LLVMpipe isn't quite there yet, see this MR for details:

https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/10185

Fixes: b38879f8c5 ("vallium: initial import of the vulkan frontend")
Reviewed-By: Mike Blumenkrantz <michael.blumenkrantz@gmail.com>
Reviewed-by: Eric Anholt <eric@anholt.net>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/10189>
2021-04-14 09:17:00 +00:00
..
ci ci: Update VK-GL-CTS to 1.2.6.0 2021-04-14 08:06:55 +00:00
lvp_cmd_buffer.c lavapipe: add support for KHR_imageless_framebuffer 2021-04-05 11:33:55 +10:00
lvp_conv.h lavapipe: fix logic-op support 2020-12-07 11:17:44 +00:00
lvp_descriptor_set.c vulkan: track number of bindings instead of max binding for CreateDescriptorSetLayout 2021-04-05 20:17:53 +00:00
lvp_device.c lavapipe: ask pipe-driver for int16 support 2021-04-14 09:17:00 +00:00
lvp_execute.c lavapipe: add some asserts for blit region extents 2021-04-07 19:45:26 +00:00
lvp_formats.c lavapipe: add dummy sampler ycbcr conversion 2021-04-08 20:13:23 +00:00
lvp_image.c lavapipe: add vk1.1 image swapchain support 2021-04-08 20:02:26 +00:00
lvp_lower_input_attachments.c lavapipe: add input attachment support for multiview 2021-03-12 05:05:51 +00:00
lvp_lower_vulkan_resource.c shader_info: convert textures_used to a bitset. 2021-03-10 06:16:09 +10:00
lvp_lower_vulkan_resource.h
lvp_pass.c lavapipe: move to common create render pass code 2021-03-14 20:03:13 +00:00
lvp_pipeline.c nir: Extract shader_info->cs.shared_size out of union. 2021-04-08 14:39:28 +00:00
lvp_pipeline_cache.c vulkan/lavapipe: add missing VKAPI_ATTR/CALL 2021-02-09 19:21:03 +00:00
lvp_private.h lavapipe: add vk1.1 image swapchain support 2021-04-08 20:02:26 +00:00
lvp_query.c lavapipe: add host query reset 2021-03-16 06:50:37 +10:00
lvp_util.c
lvp_wsi.c vulkan/lavapipe: add missing VKAPI_ATTR/CALL 2021-02-09 19:21:03 +00:00
lvp_wsi.h lavapipe: move to the common casting interfaces 2021-03-14 20:03:13 +00:00
lvp_wsi_wayland.c lavapipe: move to subclassing instance/physical device. 2021-02-01 18:54:24 +00:00
lvp_wsi_win32.c vulkan: implement wsi_win32 backend 2021-02-25 03:41:36 +00:00
lvp_wsi_x11.c lavapipe: move to subclassing instance/physical device. 2021-02-01 18:54:24 +00:00
meson.build vulkan: Track dependencies of Python imports 2021-04-08 14:15:54 +00:00