mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 07:28:11 +02:00
Add shader/slang/slang_compile_*.* files.
This commit is contained in:
parent
9dc8bce88e
commit
bd8c742762
2 changed files with 37 additions and 1 deletions
|
|
@ -192,7 +192,11 @@ SLANG_SOURCES = \
|
|||
shader/slang/slang_assemble_conditional.c \
|
||||
shader/slang/slang_assemble_constructor.c \
|
||||
shader/slang/slang_assemble_typeinfo.c \
|
||||
shader/slang/slang_compile.c \
|
||||
shader/slang/slang_compile.c \
|
||||
shader/slang/slang_compile_function.c \
|
||||
shader/slang/slang_compile_operation.c \
|
||||
shader/slang/slang_compile_struct.c \
|
||||
shader/slang/slang_compile_variable.c \
|
||||
shader/slang/slang_execute.c \
|
||||
shader/slang/slang_preprocess.c \
|
||||
shader/slang/slang_storage.c \
|
||||
|
|
|
|||
|
|
@ -498,6 +498,22 @@ SOURCE=..\..\..\..\src\mesa\shader\slang\slang_compile.c
|
|||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=..\..\..\..\src\mesa\shader\slang\slang_compile_function.c
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=..\..\..\..\src\mesa\shader\slang\slang_compile_operation.c
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=..\..\..\..\src\mesa\shader\slang\slang_compile_struct.c
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=..\..\..\..\src\mesa\shader\slang\slang_compile_variable.c
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=..\..\..\..\src\mesa\shader\slang\slang_execute.c
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
|
@ -1179,6 +1195,22 @@ SOURCE=..\..\..\..\src\mesa\shader\slang\slang_compile.h
|
|||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=..\..\..\..\src\mesa\shader\slang\slang_compile_function.h
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=..\..\..\..\src\mesa\shader\slang\slang_compile_operation.h
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=..\..\..\..\src\mesa\shader\slang\slang_compile_struct.h
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=..\..\..\..\src\mesa\shader\slang\slang_compile_variable.h
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=..\..\..\..\src\mesa\shader\slang\slang_execute.h
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue