radv: cleanup LLVM related includes

Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
Reviewed-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/10403>
This commit is contained in:
Samuel Pitoiset 2021-04-22 15:59:22 +02:00
parent 1c702a8239
commit 9a0098ee50
8 changed files with 5 additions and 12 deletions

View File

@ -20,7 +20,6 @@
* FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
* IN THE SOFTWARE.
*/
#include "ac_llvm_build.h"
#include "ac_llvm_util.h"
#include "radv_shader_helper.h"

View File

@ -35,7 +35,7 @@
#include "ac_binary.h"
#include "ac_exp_param.h"
#include "ac_llvm_build.h"
#include "ac_llvm_util.h"
#include "ac_nir_to_llvm.h"
#include "ac_shader_abi.h"
#include "ac_shader_util.h"
#include "sid.h"

View File

@ -41,8 +41,6 @@
#include "util/debug.h"
#include "ac_binary.h"
#include "ac_exp_param.h"
#include "ac_llvm_util.h"
#include "ac_nir_to_llvm.h"
#include "ac_nir.h"
#include "ac_shader_util.h"
#include "aco_interface.h"

View File

@ -31,8 +31,6 @@
#include "radv_private.h"
#include "radv_shader.h"
#include "ac_nir_to_llvm.h"
struct cache_entry {
union {
unsigned char sha1[20];

View File

@ -65,9 +65,7 @@
#include "ac_binary.h"
#include "ac_gpu_info.h"
#include "ac_llvm_build.h"
#include "ac_llvm_util.h"
#include "ac_nir_to_llvm.h"
#include "ac_shader_util.h"
#include "ac_sqtt.h"
#include "ac_surface.h"
#include "radv_constants.h"

View File

@ -42,7 +42,6 @@
#include "ac_exp_param.h"
#include "ac_llvm_util.h"
#include "ac_nir.h"
#include "ac_nir_to_llvm.h"
#include "ac_rtld.h"
#include "aco_interface.h"
#include "sid.h"

View File

@ -22,6 +22,9 @@
*/
#ifndef RADV_SHADER_HELPER_H
#define RADV_SHADER_HELPER_H
#include "ac_llvm_util.h"
#ifdef __cplusplus
extern "C" {
#endif

View File

@ -29,8 +29,6 @@
#include "radv_null_bo.h"
#include "radv_null_cs.h"
#include "ac_llvm_util.h"
/* Hardcode some GPU info that are needed for the driver or for some tools. */
static const struct {
uint32_t pci_id;