mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-25 04:20:08 +01:00
spirv: Move to compiler/
While it does rely on NIR, it's not really part of the NIR core. At the moment, it still builds as part of libnir but that can be changed later if desired.
This commit is contained in:
parent
bfa3a38280
commit
c34be07230
11 changed files with 8 additions and 8 deletions
|
|
@ -235,10 +235,10 @@ NIR_FILES = \
|
|||
nir/nir_worklist.h
|
||||
|
||||
SPIRV_FILES = \
|
||||
nir/spirv/nir_spirv.h \
|
||||
nir/spirv/spirv_to_nir.c \
|
||||
nir/spirv/vtn_alu.c \
|
||||
nir/spirv/vtn_cfg.c \
|
||||
nir/spirv/vtn_glsl450.c \
|
||||
nir/spirv/vtn_private.h \
|
||||
nir/spirv/vtn_variables.c
|
||||
spirv/nir_spirv.h \
|
||||
spirv/spirv_to_nir.c \
|
||||
spirv/vtn_alu.c \
|
||||
spirv/vtn_cfg.c \
|
||||
spirv/vtn_glsl450.c \
|
||||
spirv/vtn_private.h \
|
||||
spirv/vtn_variables.c
|
||||
|
|
|
|||
|
|
@ -31,7 +31,7 @@
|
|||
#include "anv_private.h"
|
||||
#include "brw_nir.h"
|
||||
#include "anv_nir.h"
|
||||
#include "nir/spirv/nir_spirv.h"
|
||||
#include "spirv/nir_spirv.h"
|
||||
|
||||
/* Needed for SWIZZLE macros */
|
||||
#include "program/prog_instruction.h"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue