mesa/src/freedreno/vulkan
Joshua Ashton 785803a2e5 turnip: Remove RANGE_SIZE usage
These were removed from the latest Vulkan headers
https://github.com/KhronosGroup/Vulkan-Docs/issues/1230

Reviewed-by: Eric Engestrom <eric@engestrom.ch>
Reviewed-by: Jason Ekstrand <jason@jlekstrand.net>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4878>
2020-05-05 00:28:00 +00: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
meson.build turnip: new clear/blit implementation with shader path fallback 2020-04-09 14:43:02 +00:00
TODO turnip: clean up TODO. 2019-03-11 10:01:41 -07:00
tu_android.c turnip: Make Android platform build 2020-04-07 18:44:21 +00:00
tu_clear_blit.c turnip: enable VK_FORMAT_S8_UINT as stencil format 2020-04-22 17:45:33 +00:00
tu_cmd_buffer.c turnip: Remove RANGE_SIZE usage 2020-05-05 00:28:00 +00:00
tu_cs.c turnip: Promote tu_cs_get_size/is_empty to header 2020-03-03 02:25:25 +00:00
tu_cs.h turnip: implement depth clamp 2020-03-24 13:01:44 +00:00
tu_descriptor_set.c tu: Implement descriptor set update templates 2020-04-09 15:56:55 +00:00
tu_descriptor_set.h tu: Emit CP_LOAD_STATE6 for descriptors 2020-04-09 15:56:55 +00:00
tu_device.c freedreno/a6xx+tu: rename VSC_DATA/VSC_DATA2 2020-04-28 23:31:58 +00:00
tu_drm.c turnip: don't hardcode gmem base for input attachment 2020-02-28 14:04:20 +00:00
tu_entrypoints_gen.py turnip: Add missing VKAPI_ATTR annotations 2020-04-07 18:44:21 +00:00
tu_extensions.py turnip: implement VK_EXT_sampler_filter_minmax 2020-04-22 20:12:14 +00:00
tu_fence.c turnip: fix display wsi fence timing out 2019-12-02 14:29:47 -05:00
tu_formats.c turnip: implement VK_EXT_sampler_filter_minmax 2020-04-22 20:12:14 +00:00
tu_icd.py
tu_image.c turnip: divide cube map depth by 6 2020-04-24 10:24:55 +00:00
tu_pass.c turnip: add adreno 650 2020-04-24 17:42:01 +00:00
tu_pipeline.c freedreno: sync registers with envytools 2020-04-30 20:03:17 +00:00
tu_pipeline_cache.c turnip: add .clang-format 2019-03-11 10:01:41 -07:00
tu_private.h turnip: Remove RANGE_SIZE usage 2020-05-05 00:28:00 +00:00
tu_query.c turnip: Implement and enable VK_QUERY_TYPE_TRANSFORM_FEEDBACK_STREAM_EXT 2020-04-23 01:14:19 +00:00
tu_shader.c spirv: Use nir_const_value for spec constants 2020-04-24 09:23:59 +00:00
tu_util.c turnip: add .clang-format 2019-03-11 10:01:41 -07:00
tu_util.h
tu_wsi.c turnip: Add missing VKAPI_ATTR annotations 2020-04-07 18:44:21 +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: add vk_format_is_snorm/is_float 2020-04-09 14:43:02 +00:00
vk_format_parse.py