mesa/src/freedreno/vulkan
Jonathan Marek 0796e7e70d turnip: implement border color
Fixes the deqp fails in:
dEQP-VK.pipeline.sampler.*border*
(minus 1d array/d24 cases which fail for other reasons)

Signed-off-by: Jonathan Marek <jonathan@marek.ca>
Reviewed-by: Kristian H. Kristensen <hoegsberg@google.com>
2019-12-05 22:12:30 -05:00
..
.clang-format turnip: preliminary support for Wayland WSI 2019-03-11 10:02:13 -07:00
.dir-locals.el turnip: Add a .editorconfig and .dir-locals.el 2019-09-27 13:34:28 -07:00
.editorconfig turnip: Add a .editorconfig and .dir-locals.el 2019-09-27 13:34:28 -07:00
TODO turnip: clean up TODO. 2019-03-11 10:01:41 -07:00
meson.build turnip: Drop the copy of the formats table. 2019-11-19 15:35:52 -08:00
tu_android.c turnip: implement UBWC 2019-11-21 22:21:57 +00:00
tu_blit.c turnip: implement UBWC 2019-11-21 22:21:57 +00:00
tu_blit.h turnip: implement UBWC 2019-11-21 22:21:57 +00:00
tu_cmd_buffer.c turnip: implement border color 2019-12-05 22:12:30 -05:00
tu_cs.c turnip: add function to allocate aligned memory in a substream cs 2019-12-05 22:12:29 -05:00
tu_cs.h turnip: add function to allocate aligned memory in a substream cs 2019-12-05 22:12:29 -05:00
tu_descriptor_set.c turnip: Add a helper function for getting tu_buffer iovas. 2019-12-04 20:32:15 -08:00
tu_descriptor_set.h turnip: more descriptor sets 2019-10-15 07:56:20 -04:00
tu_device.c turnip: implement border color 2019-12-05 22:12:30 -05:00
tu_drm.c freedreno: Move msm_drm.h to the same spot as other DRM uapi. 2019-05-14 11:51:55 -07:00
tu_entrypoints_gen.py tu/entrypoints: Import copy 2019-05-13 17:20:33 -05:00
tu_extensions.py turnip: add VK_KHR_sampler_mirror_clamp_to_edge 2019-10-15 07:56:19 -04:00
tu_fence.c turnip: fix display wsi fence timing out 2019-12-02 14:29:47 -05:00
tu_formats.c turnip: implement UBWC 2019-11-21 22:21:57 +00:00
tu_icd.py
tu_image.c turnip: implement UBWC 2019-11-21 22:21:57 +00:00
tu_meta_blit.c turnip: implement CmdClearColorImage/CmdClearDepthStencilImage 2019-11-19 21:35:37 +00:00
tu_meta_buffer.c turnip: Implement buffer->buffer DMA copies. 2019-03-11 10:02:13 -07:00
tu_meta_clear.c turnip: implement CmdClearAttachments 2019-12-04 14:39:06 -05:00
tu_meta_copy.c turnip: Add a helper function for getting tu_buffer iovas. 2019-12-04 20:32:15 -08:00
tu_meta_resolve.c turnip: implement CmdClearColorImage/CmdClearDepthStencilImage 2019-11-19 21:35:37 +00:00
tu_pass.c turnip: MSAA resolve directly from GMEM 2019-12-04 14:39:06 -05:00
tu_pipeline.c turnip: Add support for compute shaders. 2019-12-04 20:32:15 -08:00
tu_pipeline_cache.c turnip: add .clang-format 2019-03-11 10:01:41 -07:00
tu_private.h turnip: implement border color 2019-12-05 22:12:30 -05:00
tu_query.c turnip: add .clang-format 2019-03-11 10:01:41 -07:00
tu_shader.c turnip: more descriptor sets 2019-10-15 07:56:20 -04:00
tu_util.c turnip: add .clang-format 2019-03-11 10:01:41 -07:00
tu_util.h
tu_wsi.c turnip: implement UBWC 2019-11-21 22:21:57 +00:00
tu_wsi_display.c turnip: add display wsi 2019-11-18 22:18:05 +00:00
tu_wsi_wayland.c turnip: preliminary support for Wayland WSI 2019-03-11 10:02:13 -07:00
tu_wsi_x11.c turnip: add x11 wsi 2019-11-18 22:18:05 +00:00
vk_format.h turnip: Drop the copy of the formats table. 2019-11-19 15:35:52 -08:00
vk_format_parse.py