From 2efddc63ee864ab917e444b68a7c2dcf520d451e Mon Sep 17 00:00:00 2001 From: Timothy Arceri Date: Sun, 5 Mar 2017 12:32:01 +1100 Subject: gallium/util: replace pipe_mutex with mtx_t MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit pipe_mutex was made unnecessary with fd33a6bcd7f12. Reviewed-by: Marek Olšák --- src/gallium/state_trackers/hgl/hgl_context.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gallium/state_trackers/hgl') diff --git a/src/gallium/state_trackers/hgl/hgl_context.h b/src/gallium/state_trackers/hgl/hgl_context.h index d2ec7fb49c4..5acb2f08db1 100644 --- a/src/gallium/state_trackers/hgl/hgl_context.h +++ b/src/gallium/state_trackers/hgl/hgl_context.h @@ -74,7 +74,7 @@ struct hgl_context Bitmap* bitmap; color_space colorSpace; - pipe_mutex fbMutex; + mtx_t fbMutex; struct hgl_buffer* draw; struct hgl_buffer* read; -- cgit v1.2.3