mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-03 01:18:06 +02:00
mesa: include <util/*.h> instead macros.h in texcompress_bptc_tmp.h
Signed-off-by: Yonggang Luo <luoyonggang@gmail.com> Reviewed-by: Jesse Natalie <jenatali@microsoft.com> Reviewed-by: Adam Jackson <ajax@redhat.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/19547>
This commit is contained in:
parent
f6ed016fe9
commit
0c12a39682
1 changed files with 2 additions and 1 deletions
|
|
@ -28,9 +28,10 @@
|
|||
#ifndef TEXCOMPRESS_BPTC_TMP_H
|
||||
#define TEXCOMPRESS_BPTC_TMP_H
|
||||
|
||||
#include "util/bitscan.h"
|
||||
#include "util/format_srgb.h"
|
||||
#include "util/half_float.h"
|
||||
#include "macros.h"
|
||||
#include "util/u_math.h"
|
||||
|
||||
#define BLOCK_SIZE 4
|
||||
#define N_PARTITIONS 64
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue