mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 05:18:08 +02:00
nir: #include "util/macros.h" for BITFIELD64_MASK in nir.c
There is no neeed #include "main/menums.h" in nir.c, as it's belongs to gallium code Signed-off-by: Yonggang Luo <luoyonggang@gmail.com> Reviewed-by: Faith Ekstrand <faith.ekstrand@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24462>
This commit is contained in:
parent
ee1039877c
commit
73b639ec5c
1 changed files with 1 additions and 2 deletions
|
|
@ -30,14 +30,13 @@
|
|||
#include <limits.h>
|
||||
#include <math.h>
|
||||
#include "util/half_float.h"
|
||||
#include "util/macros.h"
|
||||
#include "util/u_math.h"
|
||||
#include "util/u_qsort.h"
|
||||
#include "nir_builder.h"
|
||||
#include "nir_control_flow_private.h"
|
||||
#include "nir_worklist.h"
|
||||
|
||||
#include "main/menums.h" /* BITFIELD64_MASK */
|
||||
|
||||
#ifndef NDEBUG
|
||||
uint32_t nir_debug = 0;
|
||||
bool nir_debug_print_shader[MESA_SHADER_KERNEL + 1] = { 0 };
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue