refactor: remove not needed logic around DisallowLowQualityFiltering

Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
Mateusz Jablonski
2023-08-30 14:41:51 +00:00
committed by Compute-Runtime-Automation
parent 652cc31160
commit 0df7e3279e
12 changed files with 10 additions and 89 deletions

View File

@@ -1,5 +1,5 @@
/*
* Copyright (C) 2020-2022 Intel Corporation
* Copyright (C) 2020-2023 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
@@ -12,8 +12,5 @@ namespace NEO {
typedef Gen11Family Family;
// clang-format off
#include "shared/source/image/image_bdw_and_later.inl"
#include "shared/source/image/image_skl_and_later.inl"
// clang-format on
} // namespace NEO