diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2022-09-02 05:47:02 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2022-09-02 05:47:02 +0000 |
commit | 0dbbf1e0708df85a357d70e2708c0a11aeb5480e (patch) | |
tree | 6656ff8eb8b15a2fc1c02888973caf618388cfd0 /lib/mesa/mk/libiris | |
parent | 5f66494d31f735486b8222ecfa0a0c9046e92543 (diff) |
Merge Mesa 22.1.7
Diffstat (limited to 'lib/mesa/mk/libiris')
-rw-r--r-- | lib/mesa/mk/libiris/Makefile | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/lib/mesa/mk/libiris/Makefile b/lib/mesa/mk/libiris/Makefile index 7ee2478e7..5b25ba963 100644 --- a/lib/mesa/mk/libiris/Makefile +++ b/lib/mesa/mk/libiris/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.3 2021/07/22 11:10:10 jsg Exp $ +# $OpenBSD: Makefile,v 1.4 2022/09/02 05:46:39 jsg Exp $ LIB= iris @@ -25,7 +25,8 @@ SRCS= iris_batch.c \ iris_resolve.c \ iris_resource.c \ iris_screen.c \ - iris_disk_cache.c + iris_disk_cache.c \ + iris_utrace.c .include "../Makefile.inc" @@ -38,6 +39,9 @@ CPPFLAGS+= -DGALLIUM_IRIS \ -I${MESA_SRC}/src/mesa \ -I${MESA_SRC}/src/mapi \ -I${MESA_SRC}/src/intel \ + -I${MESA_SRC}/src/compiler/nir \ + -I${MESA_SRC}/generated/src \ + -I${MESA_SRC}/generated/src/intel \ -I${MESA_SRC}/generated/src/compiler/nir install: |