mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-02 12:18:09 +02:00
util: Move Mesa's bitset.h to util/.
Reviewed-by: Jose Fonseca <jfonseca@vmware.com>
This commit is contained in:
parent
8aa381e3cd
commit
b53d035825
12 changed files with 10 additions and 10 deletions
|
|
@ -33,7 +33,7 @@
|
|||
#include "util/ralloc.h"
|
||||
#include "util/set.h"
|
||||
#include "main/mtypes.h"
|
||||
#include "main/bitset.h"
|
||||
#include "util/bitset.h"
|
||||
#include "nir_types.h"
|
||||
#include <stdio.h>
|
||||
|
||||
|
|
|
|||
|
|
@ -24,7 +24,6 @@ MAIN_FILES = \
|
|||
main/atifragshader.h \
|
||||
main/attrib.c \
|
||||
main/attrib.h \
|
||||
main/bitset.h \
|
||||
main/blend.c \
|
||||
main/blend.h \
|
||||
main/blit.c \
|
||||
|
|
|
|||
|
|
@ -34,7 +34,7 @@
|
|||
|
||||
#define ACP_HASH_SIZE 16
|
||||
|
||||
#include "main/bitset.h"
|
||||
#include "util/bitset.h"
|
||||
#include "brw_fs.h"
|
||||
#include "brw_cfg.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -26,7 +26,7 @@
|
|||
*/
|
||||
|
||||
#include "brw_fs.h"
|
||||
#include "main/bitset.h"
|
||||
#include "util/bitset.h"
|
||||
|
||||
struct cfg_t;
|
||||
|
||||
|
|
|
|||
|
|
@ -44,7 +44,7 @@
|
|||
|
||||
#include <limits.h>
|
||||
|
||||
#include "main/bitset.h"
|
||||
#include "util/bitset.h"
|
||||
#include "main/hash.h"
|
||||
#include "main/macros.h"
|
||||
#include "main/mtypes.h"
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@
|
|||
*
|
||||
*/
|
||||
|
||||
#include "main/bitset.h"
|
||||
#include "util/bitset.h"
|
||||
#include "brw_vec4.h"
|
||||
|
||||
namespace brw {
|
||||
|
|
|
|||
|
|
@ -32,7 +32,7 @@
|
|||
#include "nouveau_scratch.h"
|
||||
#include "nouveau_render.h"
|
||||
|
||||
#include "main/bitset.h"
|
||||
#include "util/bitset.h"
|
||||
|
||||
enum nouveau_fallback {
|
||||
HWTNL = 0,
|
||||
|
|
|
|||
|
|
@ -42,7 +42,7 @@
|
|||
#include "macros.h"
|
||||
#include "mtypes.h"
|
||||
#include "performance_monitor.h"
|
||||
#include "bitset.h"
|
||||
#include "util/bitset.h"
|
||||
#include "util/ralloc.h"
|
||||
|
||||
void
|
||||
|
|
|
|||
|
|
@ -40,7 +40,7 @@
|
|||
#include "teximage.h"
|
||||
#include "texstate.h"
|
||||
#include "mtypes.h"
|
||||
#include "bitset.h"
|
||||
#include "util/bitset.h"
|
||||
|
||||
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -3,6 +3,7 @@ MESA_UTIL_SHADER_CACHE_FILES := \
|
|||
mesa-sha1.h
|
||||
|
||||
MESA_UTIL_FILES := \
|
||||
bitset.h \
|
||||
format_srgb.h \
|
||||
hash_table.c \
|
||||
hash_table.h \
|
||||
|
|
|
|||
|
|
@ -76,7 +76,7 @@
|
|||
#include "main/imports.h"
|
||||
#include "main/macros.h"
|
||||
#include "main/mtypes.h"
|
||||
#include "main/bitset.h"
|
||||
#include "util/bitset.h"
|
||||
#include "register_allocate.h"
|
||||
|
||||
#define NO_REG ~0U
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue