sync with OpenBSD -current
This commit is contained in:
parent
5d45cd7ee8
commit
155eb8555e
5506 changed files with 1786257 additions and 1416034 deletions
29
lib/mesa/mk/libisl_gfx200/Makefile
Normal file
29
lib/mesa/mk/libisl_gfx200/Makefile
Normal file
|
@ -0,0 +1,29 @@
|
|||
# $OpenBSD: Makefile,v 1.1 2024/04/02 10:42:13 jsg Exp $
|
||||
|
||||
GFX= 200
|
||||
LIB= isl_gfx${GFX}
|
||||
|
||||
NOPROFILE=
|
||||
|
||||
SRCS= isl_emit_cpb.c \
|
||||
isl_emit_depth_stencil.c \
|
||||
isl_surface_state.c \
|
||||
isl_gfx12.c
|
||||
|
||||
.include "../Makefile.inc"
|
||||
|
||||
CFLAGS+= ${C_VIS_ARGS} ${NO_OVERRIDE_INIT_ARGS}
|
||||
CPPFLAGS+= -I${MESA_SRC}/src/intel \
|
||||
-I${MESA_SRC}/src/gallium/include \
|
||||
-I${MESA_SRC}/generated/src \
|
||||
-I${MESA_SRC}/generated/src/intel \
|
||||
-DGFX_VERx10=${GFX}
|
||||
|
||||
install:
|
||||
|
||||
obj: _xenocara_obj
|
||||
|
||||
.include <bsd.lib.mk>
|
||||
.include <bsd.xorg.mk>
|
||||
|
||||
.PATH: ${MESA_SRC}/src/intel/isl
|
Loading…
Add table
Add a link
Reference in a new issue