mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-02-20 08:00:28 +01:00
turnip: remove includes that are already in tu_common.h
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/17811>
This commit is contained in:
parent
0312157101
commit
120469efea
19 changed files with 0 additions and 58 deletions
|
|
@ -32,9 +32,6 @@
|
|||
#include <hardware/hardware.h>
|
||||
#include <hardware/hwvulkan.h>
|
||||
|
||||
#include <vulkan/vk_android_native_buffer.h>
|
||||
#include <vulkan/vk_icd.h>
|
||||
|
||||
#include "drm-uapi/drm_fourcc.h"
|
||||
|
||||
#include "util/libsync.h"
|
||||
|
|
|
|||
|
|
@ -21,8 +21,6 @@
|
|||
* SOFTWARE.
|
||||
*/
|
||||
|
||||
#include <vulkan/vulkan_core.h>
|
||||
|
||||
#include "tu_autotune.h"
|
||||
#include "tu_private.h"
|
||||
#include "tu_cs.h"
|
||||
|
|
|
|||
|
|
@ -27,7 +27,6 @@
|
|||
#include "tu_common.h"
|
||||
|
||||
#include "util/hash_table.h"
|
||||
#include "util/list.h"
|
||||
#include "util/rwlock.h"
|
||||
|
||||
struct tu_device;
|
||||
|
|
|
|||
|
|
@ -9,7 +9,6 @@
|
|||
#include "tu_private.h"
|
||||
|
||||
#include "tu_cs.h"
|
||||
#include "vk_format.h"
|
||||
|
||||
#include "ir3/ir3_nir.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -27,10 +27,6 @@
|
|||
|
||||
#include "tu_private.h"
|
||||
|
||||
#include "adreno_pm4.xml.h"
|
||||
#include "adreno_common.xml.h"
|
||||
|
||||
#include "vk_format.h"
|
||||
#include "vk_render_pass.h"
|
||||
#include "vk_util.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -25,8 +25,6 @@
|
|||
|
||||
#include "tu_private.h"
|
||||
|
||||
#include "adreno_pm4.xml.h"
|
||||
|
||||
#include "freedreno_pm4.h"
|
||||
|
||||
/* For breadcrumbs we may open a network socket based on the envvar,
|
||||
|
|
@ -341,7 +339,6 @@ tu_cond_exec_end(struct tu_cs *cs)
|
|||
#define fd_reg_pair tu_reg_value
|
||||
#define __bo_type struct tu_bo *
|
||||
|
||||
#include "a6xx.xml.h"
|
||||
#include "a6xx-pack.xml.h"
|
||||
|
||||
#define __assert_eq(a, b) \
|
||||
|
|
|
|||
|
|
@ -37,11 +37,7 @@
|
|||
|
||||
#include "tu_private.h"
|
||||
|
||||
#include <assert.h>
|
||||
#include <fcntl.h>
|
||||
#include <stdbool.h>
|
||||
#include <string.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#include "util/mesa-sha1.h"
|
||||
#include "vk_descriptors.h"
|
||||
|
|
|
|||
|
|
@ -26,8 +26,6 @@
|
|||
|
||||
#include "tu_common.h"
|
||||
|
||||
#include <vulkan/vulkan.h>
|
||||
|
||||
/* The hardware supports 5 descriptor sets, but we reserve 1 for dynamic
|
||||
* descriptors and input attachments.
|
||||
*/
|
||||
|
|
|
|||
|
|
@ -32,17 +32,12 @@
|
|||
|
||||
#include <fcntl.h>
|
||||
#include <poll.h>
|
||||
#include <stdbool.h>
|
||||
#include <string.h>
|
||||
#include <sys/sysinfo.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#include "util/debug.h"
|
||||
#include "util/disk_cache.h"
|
||||
#include "util/driconf.h"
|
||||
#include "util/os_misc.h"
|
||||
#include "util/u_atomic.h"
|
||||
#include "vk_format.h"
|
||||
#include "vk_sampler.h"
|
||||
#include "vk_util.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -24,7 +24,6 @@
|
|||
|
||||
#include <errno.h>
|
||||
#include <fcntl.h>
|
||||
#include <stdint.h>
|
||||
#include <sys/ioctl.h>
|
||||
#include <sys/mman.h>
|
||||
#include <xf86drm.h>
|
||||
|
|
@ -42,7 +41,6 @@
|
|||
#include "util/debug.h"
|
||||
#include "util/timespec.h"
|
||||
#include "util/os_time.h"
|
||||
#include "util/perf/u_trace.h"
|
||||
|
||||
#include "tu_private.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -25,11 +25,8 @@
|
|||
|
||||
#include "tu_private.h"
|
||||
|
||||
#include "adreno_common.xml.h"
|
||||
#include "a6xx.xml.h"
|
||||
#include "fdl/fd6_format_table.h"
|
||||
|
||||
#include "vk_format.h"
|
||||
#include "vk_util.h"
|
||||
#include "drm-uapi/drm_fourcc.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -29,9 +29,7 @@
|
|||
#include "fdl/fd6_format_table.h"
|
||||
|
||||
#include "util/debug.h"
|
||||
#include "util/u_atomic.h"
|
||||
#include "util/format/u_format.h"
|
||||
#include "vk_format.h"
|
||||
#include "vk_util.h"
|
||||
#include "drm-uapi/drm_fourcc.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -25,7 +25,6 @@
|
|||
|
||||
#include <errno.h>
|
||||
#include <fcntl.h>
|
||||
#include <stdint.h>
|
||||
#include <sys/ioctl.h>
|
||||
#include <sys/mman.h>
|
||||
|
||||
|
|
|
|||
|
|
@ -27,7 +27,6 @@
|
|||
#include "tu_private.h"
|
||||
|
||||
#include "vk_util.h"
|
||||
#include "vk_format.h"
|
||||
|
||||
/* Return true if we have to fallback to sysmem rendering because the
|
||||
* dependency can't be satisfied with tiled rendering.
|
||||
|
|
|
|||
|
|
@ -35,8 +35,6 @@
|
|||
#include "spirv/nir_spirv.h"
|
||||
#include "util/debug.h"
|
||||
#include "util/mesa-sha1.h"
|
||||
#include "util/u_atomic.h"
|
||||
#include "vk_format.h"
|
||||
#include "vk_pipeline.h"
|
||||
#include "vk_render_pass.h"
|
||||
#include "vk_util.h"
|
||||
|
|
|
|||
|
|
@ -25,15 +25,7 @@
|
|||
|
||||
#include "tu_private.h"
|
||||
|
||||
#include <assert.h>
|
||||
#include <fcntl.h>
|
||||
#include <stdbool.h>
|
||||
#include <string.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#include "adreno_pm4.xml.h"
|
||||
#include "adreno_common.xml.h"
|
||||
#include "a6xx.xml.h"
|
||||
|
||||
#include "nir/nir_builder.h"
|
||||
#include "util/os_time.h"
|
||||
|
|
|
|||
|
|
@ -23,12 +23,8 @@
|
|||
|
||||
#include "tu_private.h"
|
||||
|
||||
#include <assert.h>
|
||||
#include <errno.h>
|
||||
#include <stdarg.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "util/u_math.h"
|
||||
#include "util/timespec.h"
|
||||
|
|
|
|||
|
|
@ -11,20 +11,11 @@
|
|||
|
||||
#include "tu_common.h"
|
||||
|
||||
#include <assert.h>
|
||||
#include <stdint.h>
|
||||
|
||||
#include "util/macros.h"
|
||||
#include "util/u_math.h"
|
||||
#include "util/format/u_format_pack.h"
|
||||
#include "util/format/u_format_zs.h"
|
||||
#include "compiler/shader_enums.h"
|
||||
|
||||
#include "adreno_common.xml.h"
|
||||
#include "adreno_pm4.xml.h"
|
||||
#include "a6xx.xml.h"
|
||||
|
||||
#include <vulkan/vulkan.h>
|
||||
#include "vk_util.h"
|
||||
|
||||
#define TU_STAGE_MASK ((1 << MESA_SHADER_STAGES) - 1)
|
||||
|
|
|
|||
|
|
@ -26,7 +26,6 @@
|
|||
#include "tu_private.h"
|
||||
|
||||
#include "vk_util.h"
|
||||
#include "wsi_common.h"
|
||||
#include "wsi_common_drm.h"
|
||||
#include "drm-uapi/drm_fourcc.h"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue