Module: Mesa Branch: master Commit: 5e010a72c9bce217b49c564980509532d345b227 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=5e010a72c9bce217b49c564980509532d345b227
Author: Emil Velikov <[email protected]> Date: Wed Apr 6 13:06:26 2016 +0100 drivers/softpipe: add missing header to the tarball Signed-off-by: Emil Velikov <[email protected]> --- src/gallium/drivers/softpipe/Makefile.sources | 1 + 1 file changed, 1 insertion(+) diff --git a/src/gallium/drivers/softpipe/Makefile.sources b/src/gallium/drivers/softpipe/Makefile.sources index efe8846..3669dfc 100644 --- a/src/gallium/drivers/softpipe/Makefile.sources +++ b/src/gallium/drivers/softpipe/Makefile.sources @@ -11,6 +11,7 @@ C_SOURCES := \ sp_fs_exec.c \ sp_fs.h \ sp_image.c \ + sp_image.h \ sp_limits.h \ sp_prim_vbuf.c \ sp_prim_vbuf.h \ _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
