mesa/src/gallium/auxiliary
Timothy Arceri 75b47dda0c gallium/util: replace pipe_mutex_init() with mtx_init()
pipe_mutex_init() was made unnecessary with fd33a6bcd7.

Replace was done using:
find ./src -type f -exec sed -i -- \
's:pipe_mutex_init(\([^)]*\)):(void) mtx_init(\&\1, mtx_plain):g' {} \;

Reviewed-by: Marek Olšák <marek.olsak@amd.com>
2017-03-07 08:52:07 +11:00
..
cso_cache gallium: let state trackers tell u_vbuf whether user VBOs are possible 2017-02-14 21:47:51 +01:00
draw configure.ac: Revert recent HAVE_LLVM changes. 2017-01-18 14:46:54 +00:00
gallivm gallivm,ac: add LP_FUNC_ATTR_CONVERGENT 2017-03-06 14:13:04 +01:00
hud gallium/util: remove pipe_static_mutex() 2017-03-07 08:48:16 +11:00
indices gallium/primconvert: use the common uploader 2017-02-14 21:46:16 +01:00
nir gallium: remove TGSI_OPCODE_CLAMP 2017-02-18 02:58:43 +01:00
os gallium/util: replace pipe_mutex_init() with mtx_init() 2017-03-07 08:52:07 +11:00
pipe-loader gallium: Remove vc4 simulator hack from loader infrastructure. 2017-02-06 12:44:06 -08:00
pipebuffer gallium/util: replace pipe_mutex_init() with mtx_init() 2017-03-07 08:52:07 +11:00
postprocess gallium/postprocess: Fix resource freeing 2016-09-01 07:59:49 +02:00
rbug Fix a few typos 2015-04-27 17:28:29 +03:00
renderonly gallium: add renderonly library 2017-01-12 19:27:11 +00:00
rtasm gallium/util: remove pipe_static_mutex() 2017-03-07 08:48:16 +11:00
target-helpers ilo: EOL unplumb unmaintained gallium drv from winsys 2017-02-03 16:13:32 +11:00
tgsi tgsi/scan: record load/store/atomic image usage 2017-03-03 15:29:30 +01:00
translate translate: fix start_instance parameter in sse version 2016-06-21 21:50:16 -04:00
util gallium/util: replace pipe_mutex_init() with mtx_init() 2017-03-07 08:52:07 +11:00
vl vl: u_upload_alloc might fail to allocate buffer in bicubic filter 2017-02-22 21:49:19 +01:00
Android.mk android: gallium/auxiliary: fix building error in Android 7.0 2017-01-18 16:24:19 +00:00
Makefile.am gallium: correctly manage libsensors link flags 2017-01-18 16:01:14 +00:00
Makefile.sources gallium: add renderonly library 2017-01-12 19:27:11 +00:00
SConscript scons: whitespace cleanup 2016-05-25 12:23:12 -06:00