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/libisl_gfx70 | |
parent | 5f66494d31f735486b8222ecfa0a0c9046e92543 (diff) |
Merge Mesa 22.1.7
Diffstat (limited to 'lib/mesa/mk/libisl_gfx70')
-rw-r--r-- | lib/mesa/mk/libisl_gfx70/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/mesa/mk/libisl_gfx70/Makefile b/lib/mesa/mk/libisl_gfx70/Makefile index 92e269725..407e23930 100644 --- a/lib/mesa/mk/libisl_gfx70/Makefile +++ b/lib/mesa/mk/libisl_gfx70/Makefile @@ -1,11 +1,12 @@ -# $OpenBSD: Makefile,v 1.1 2021/07/22 11:10:11 jsg Exp $ +# $OpenBSD: Makefile,v 1.2 2022/09/02 05:46:39 jsg Exp $ GFX= 70 LIB= isl_gfx${GFX} NOPROFILE= -SRCS= isl_emit_depth_stencil.c \ +SRCS= isl_emit_cpb.c \ + isl_emit_depth_stencil.c \ isl_surface_state.c \ isl_gfx7.c |