Module Name: src
Committed By: christos
Date: Fri Apr 12 17:43:25 UTC 2019
Modified Files:
src/external/mit/xorg/lib/gallium: Makefile
Log Message:
more stack protector (arm32)
To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 src/external/mit/xorg/lib/gallium/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/external/mit/xorg/lib/gallium/Makefile
diff -u src/external/mit/xorg/lib/gallium/Makefile:1.23 src/external/mit/xorg/lib/gallium/Makefile:1.24
--- src/external/mit/xorg/lib/gallium/Makefile:1.23 Wed Apr 10 16:32:56 2019
+++ src/external/mit/xorg/lib/gallium/Makefile Fri Apr 12 13:43:25 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2019/04/10 20:32:56 joerg Exp $
+# $NetBSD: Makefile,v 1.24 2019/04/12 17:43:25 christos Exp $
# Link the gallium mega driver.
@@ -1120,6 +1120,7 @@ COPTS+= ${${ACTIVE_CC} == "clang":? -Wa,
.endif
.for f in \
+ decode.c \
dd_context.c \
draw.c \
nir_from_ssa.c \
@@ -1129,6 +1130,7 @@ COPTS+= ${${ACTIVE_CC} == "clang":? -Wa,
nir_liveness.c \
nir_lower_registers_to_ssa.c \
nir_lower_regs_to_ssa.c \
+ nir_lower_vars_to_ssa.c \
nir_phi_builder.c \
shaderapi.c \
spirv_to_nir.c \