mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-02 07:58:07 +02:00
aco: Don't include nir.h in aco_interface.h anymore.
Reviewed-by: Daniel Schürmann <daniel@schuermann.dev> Acked-by: Faith Ekstrand <faith.ekstrand@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/33439>
This commit is contained in:
parent
91c28f67e6
commit
147e17e999
3 changed files with 3 additions and 1 deletions
|
|
@ -11,6 +11,7 @@
|
|||
#include "util/memstream.h"
|
||||
|
||||
#include "ac_gpu_info.h"
|
||||
#include "nir.h"
|
||||
#include <array>
|
||||
#include <iostream>
|
||||
#include <vector>
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@
|
|||
#include "aco_shader_info.h"
|
||||
#include "ac_shader_debug_info.h"
|
||||
|
||||
#include "nir.h"
|
||||
#include "nir_defines.h"
|
||||
|
||||
#include "amd_family.h"
|
||||
#ifdef __cplusplus
|
||||
|
|
|
|||
|
|
@ -26,6 +26,7 @@
|
|||
#include "si_pipe.h"
|
||||
#include "ac_hw_stage.h"
|
||||
#include "aco_interface.h"
|
||||
#include "nir.h"
|
||||
|
||||
static void
|
||||
si_aco_compiler_debug(void *private_data, enum aco_compiler_debug_level level,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue