Module: Mesa Branch: master Commit: 12f52942f863ca1ec37e3569a7305ec351eae6b1 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=12f52942f863ca1ec37e3569a7305ec351eae6b1
Author: George Kyriazis <[email protected]> Date: Tue Jun 20 10:13:16 2017 -0500 swr: Include definition of missing function Inline function SWR_MULTISAMPLE_POS::PrecalcSampleData() was missing definition. Include definition in core/state_funcs.h. Fixes windows build. Reviewed-by: Tim Rowley <[email protected]> --- src/gallium/drivers/swr/swr_state.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/gallium/drivers/swr/swr_state.cpp b/src/gallium/drivers/swr/swr_state.cpp index c87393c57f..12da99fc48 100644 --- a/src/gallium/drivers/swr/swr_state.cpp +++ b/src/gallium/drivers/swr/swr_state.cpp @@ -31,6 +31,7 @@ #include "jit_api.h" #include "gen_state_llvm.h" #include "core/multisample.h" +#include "core/state_funcs.h" #include "gallivm/lp_bld_tgsi.h" #include "util/u_format.h" _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
