Module: Mesa Branch: master Commit: 06cd89a88ccbb1c8bc65348596714b4874c37f86 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=06cd89a88ccbb1c8bc65348596714b4874c37f86
Author: Anuj Phogat <[email protected]> Date: Mon May 20 16:15:49 2013 -0700 i965: Fix build failure meta.h should be included in brw_state_upload.c to get access to function _mesa_meta_in_progress(). --- src/mesa/drivers/dri/i965/brw_state_upload.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/mesa/drivers/dri/i965/brw_state_upload.c b/src/mesa/drivers/dri/i965/brw_state_upload.c index 5549f59..85c01e1 100644 --- a/src/mesa/drivers/dri/i965/brw_state_upload.c +++ b/src/mesa/drivers/dri/i965/brw_state_upload.c @@ -33,6 +33,7 @@ #include "brw_context.h" #include "brw_state.h" +#include "drivers/common/meta.h" #include "intel_batchbuffer.h" #include "intel_buffers.h" _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
