Module: Mesa Branch: master Commit: 6e4d65f674a70809e6df1a4f716f874828915562 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=6e4d65f674a70809e6df1a4f716f874828915562
Author: Andreas Boll <[email protected]> Date: Wed Nov 8 15:15:06 2017 +0100 broadcom/vc5: Add vc5_drm.h to the release tarball Fixes: 45bb8f29571 ("broadcom: Add V3D 3.3 gallium driver called "vc5", for BCM7268.") Cc: 17.3 <[email protected]> Signed-off-by: Andreas Boll <[email protected]> Reviewed-by: Eric Engestrom <[email protected]> Reviewed-by: Eric Anholt <[email protected]> Reviewed-by: Emil Velikov <[email protected]> --- src/gallium/drivers/vc5/Makefile.sources | 1 + 1 file changed, 1 insertion(+) diff --git a/src/gallium/drivers/vc5/Makefile.sources b/src/gallium/drivers/vc5/Makefile.sources index 0d54f830bb..3fb6a0d091 100644 --- a/src/gallium/drivers/vc5/Makefile.sources +++ b/src/gallium/drivers/vc5/Makefile.sources @@ -7,6 +7,7 @@ C_SOURCES := \ vc5_context.c \ vc5_context.h \ vc5_draw.c \ + vc5_drm.h \ vc5_emit.c \ vc5_fence.c \ vc5_formats.c \ _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
