Rob Clark
e8a1aa9e94
mesa/bufferobj: Fix valgrind complaints
==328537== Mutex reinitialization: mutex 0x1281afb0, recursion count 0, owner 0.
==328537== at 0x486FD34: pthread_mutex_init_intercept (drd_pthread_intercepts.c:826)
==328537== by 0x486FD34: pthread_mutex_init (drd_pthread_intercepts.c:835)
==328537== by 0x117DA107: mtx_init (threads_posix.h:207)
==328537== by 0x117DA2BB: simple_mtx_init (simple_mtx.h:132)
==328537== by 0x117DB86B: _mesa_init_buffer_objects (bufferobj.c:878)
==328537== by 0x117E8C6F: init_attrib_groups (context.c:840)
==328537== by 0x117E942F: _mesa_initialize_context (context.c:1225)
==328537== by 0x1173C323: st_create_context (st_context.c:1019)
==328537== by 0x11720A9F: st_api_create_context (st_manager.c:930)
==328537== by 0x1170E2CF: dri_create_context (dri_context.c:163)
==328537== by 0x11FB9DC3: driCreateContextAttribs (dri_util.c:480)
==328537== by 0x8E9D3DF: dri3_create_context_attribs (dri3_glx.c:316)
==328537== by 0x8E9D49B: dri3_create_context (dri3_glx.c:347)
==328537== mutex 0x1281afb0 was first observed at:
==328537== at 0x486FD34: pthread_mutex_init_intercept (drd_pthread_intercepts.c:826)
==328537== by 0x486FD34: pthread_mutex_init (drd_pthread_intercepts.c:835)
==328537== by 0x117DA107: mtx_init (threads_posix.h:207)
==328537== by 0x117DA2BB: simple_mtx_init (simple_mtx.h:132)
==328537== by 0x117DB86B: _mesa_init_buffer_objects (bufferobj.c:878)
==328537== by 0x117E8C6F: init_attrib_groups (context.c:840)
==328537== by 0x117E942F: _mesa_initialize_context (context.c:1225)
==328537== by 0x1173C323: st_create_context (st_context.c:1019)
==328537== by 0x11720A9F: st_api_create_context (st_manager.c:930)
==328537== by 0x1170E2CF: dri_create_context (dri_context.c:163)
==328537== by 0x11FB9DC3: driCreateContextAttribs (dri_util.c:480)
==328537== by 0x8E9D3DF: dri3_create_context_attribs (dri3_glx.c:316)
==328537== by 0x8E9D49B: dri3_create_context (dri3_glx.c:347)
Signed-off-by: Rob Clark <robdclark@chromium.org>
Reviewed-by: Marek Olšák <marek.olsak@amd.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/7517>
2020-11-10 18:57:55 +00:00
..
2020-11-09 21:29:04 +00:00
2020-11-10 18:57:55 +00:00
2020-05-14 15:35:43 +00:00
2020-10-16 00:38:09 +00:00
2019-07-01 11:14:29 -07:00
2020-11-10 12:22:43 -05:00
2020-06-30 21:43:22 +00:00
2020-04-21 11:09:04 -07:00
2020-04-21 11:09:04 -07:00
2020-10-07 09:50:18 -04:00
2020-04-21 11:09:04 -07:00
2019-08-16 09:00:35 +10:00
2020-03-26 18:43:42 -04:00
2019-11-12 18:09:43 +00:00
2018-08-16 17:38:31 +01:00
2020-04-21 11:09:04 -07:00
2018-09-07 13:45:46 +01:00
2019-11-12 18:09:43 +00:00
2019-07-01 11:12:15 -07:00
2020-10-07 09:50:18 -04:00
2020-10-07 09:50:18 -04:00
2020-03-30 13:38:01 +00:00