Mesa (main): android: i965: remove brw_ff_gs_emit.c from Makefile.sources

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Wed Jun 2 09:57:49 UTC 2021


Module: Mesa
Branch: main
Commit: 1f7ab837b8e96ccb6c3162ea64f812f08ac42224
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=1f7ab837b8e96ccb6c3162ea64f812f08ac42224

Author: Mauro Rossi <issor.oruam at gmail.com>
Date:   Sat May  8 10:30:52 2021 +0200

android: i965: remove brw_ff_gs_emit.c from Makefile.sources

Fixes the following building error:

clang: error: no such file or directory: 'external/mesa/src/mesa/drivers/dri/i965/brw_ff_gs_emit.c'
clang: error: no input files

Fixes: 897bcc1e6b42 ("i965: drop old brw ff gs code.")
Reviewed-by: Emil Velikov <emil.l.velikov at gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/10718>

---

 src/mesa/drivers/dri/i965/Makefile.sources | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/mesa/drivers/dri/i965/Makefile.sources b/src/mesa/drivers/dri/i965/Makefile.sources
index 3f63aef86e5..c6870d84cbe 100644
--- a/src/mesa/drivers/dri/i965/Makefile.sources
+++ b/src/mesa/drivers/dri/i965/Makefile.sources
@@ -19,7 +19,6 @@ i965_FILES = \
 	brw_draw.h \
 	brw_draw_upload.c \
 	brw_ff_gs.c \
-	brw_ff_gs_emit.c \
 	brw_ff_gs.h \
 	brw_formatquery.c \
 	brw_generate_mipmap.c \



More information about the mesa-commit mailing list