Module: Mesa Branch: master Commit: 0148c0ae6a6795b5decc7ed7385be37a37e18a1f URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=0148c0ae6a6795b5decc7ed7385be37a37e18a1f
Author: Emil Velikov <[email protected]> Date: Tue May 19 12:15:02 2015 +0100 i965: add brw_cs.h to the sources list Signed-off-by: Emil Velikov <[email protected]> --- src/mesa/drivers/dri/i965/Makefile.sources | 1 + 1 file changed, 1 insertion(+) diff --git a/src/mesa/drivers/dri/i965/Makefile.sources b/src/mesa/drivers/dri/i965/Makefile.sources index a24c20a..ad73e6b 100644 --- a/src/mesa/drivers/dri/i965/Makefile.sources +++ b/src/mesa/drivers/dri/i965/Makefile.sources @@ -22,6 +22,7 @@ i965_FILES = \ brw_context.c \ brw_context.h \ brw_cs.cpp \ + brw_cs.h \ brw_cubemap_normalize.cpp \ brw_curbe.c \ brw_dead_control_flow.cpp \ _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
