sync code with last improvements from OpenBSD
This commit is contained in:
commit
88965415ff
26235 changed files with 29195616 additions and 0 deletions
28
lib/mesa/mk/libisl_gfx80/Makefile
Normal file
28
lib/mesa/mk/libisl_gfx80/Makefile
Normal file
|
@ -0,0 +1,28 @@
|
|||
# $OpenBSD: Makefile,v 1.2 2022/09/02 05:46:40 jsg Exp $
|
||||
|
||||
GFX= 80
|
||||
LIB= isl_gfx${GFX}
|
||||
|
||||
NOPROFILE=
|
||||
|
||||
SRCS= isl_emit_cpb.c \
|
||||
isl_emit_depth_stencil.c \
|
||||
isl_surface_state.c \
|
||||
isl_gfx8.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/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