tu: drop redundant Android headers
compile and cross-compile tested Acked-by: Connor Abbott <cwabbott0@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/37099>
This commit is contained in:
@@ -1,15 +0,0 @@
|
||||
/*
|
||||
* Copyright © 2016 Red Hat.
|
||||
* Copyright © 2016 Bas Nieuwenhuizen
|
||||
* SPDX-License-Identifier: MIT
|
||||
*
|
||||
* based in part on anv driver which is:
|
||||
* Copyright © 2015 Intel Corporation
|
||||
*/
|
||||
|
||||
#ifndef TU_ANDROID_H
|
||||
#define TU_ANDROID_H
|
||||
|
||||
#include "tu_common.h"
|
||||
|
||||
#endif /* TU_ANDROID_H */
|
||||
@@ -61,7 +61,6 @@
|
||||
#include "common/freedreno_common.h"
|
||||
#include "perfcntrs/freedreno_perfcntr.h"
|
||||
|
||||
#include <vulkan/vk_android_native_buffer.h>
|
||||
#include <vulkan/vk_icd.h>
|
||||
#include <vulkan/vulkan.h>
|
||||
|
||||
|
||||
@@ -21,8 +21,6 @@
|
||||
|
||||
#include <fcntl.h>
|
||||
|
||||
#include "vulkan/vulkan_android.h"
|
||||
|
||||
#include "util/mesa-sha1.h"
|
||||
#include "vk_descriptors.h"
|
||||
#include "vk_util.h"
|
||||
|
||||
@@ -45,7 +45,6 @@
|
||||
#include "tu_wsi.h"
|
||||
|
||||
#if DETECT_OS_ANDROID
|
||||
#include "util/u_gralloc/u_gralloc.h"
|
||||
#include <vndk/hardware_buffer.h>
|
||||
#endif
|
||||
|
||||
|
||||
@@ -15,12 +15,9 @@
|
||||
#include "vk_acceleration_structure.h"
|
||||
#include "drm-uapi/drm_fourcc.h"
|
||||
|
||||
#include "tu_android.h"
|
||||
#include "tu_device.h"
|
||||
#include "tu_image.h"
|
||||
|
||||
#include <vulkan/vulkan_android.h>
|
||||
|
||||
static bool
|
||||
tu6_format_vtx_supported(enum pipe_format format)
|
||||
{
|
||||
|
||||
@@ -14,7 +14,6 @@
|
||||
|
||||
#include "util/u_debug.h"
|
||||
#include "util/format/u_format.h"
|
||||
#include "vulkan/vulkan_android.h"
|
||||
#include "vk_android.h"
|
||||
#include "vk_debug_utils.h"
|
||||
#include "vk_util.h"
|
||||
|
||||
Reference in New Issue
Block a user