mesa/src/gallium/auxiliary/rtasm
Timothy Arceri 628e84a58f gallium/util: replace pipe_mutex_unlock() with mtx_unlock()
pipe_mutex_unlock() was made unnecessary with fd33a6bcd7.

Replaced using:
find ./src -type f -exec sed -i -- \
's:pipe_mutex_unlock(\([^)]*\)):mtx_unlock(\&\1):g' {} \;

Reviewed-by: Marek Olšák <marek.olsak@amd.com>
2017-03-07 08:53:05 +11:00
..
rtasm_cpu.c s/Tungsten Graphics/VMware/ 2014-01-17 20:00:32 +00:00
rtasm_cpu.h s/Tungsten Graphics/VMware/ 2014-01-17 20:00:32 +00:00
rtasm_execmem.c gallium/util: replace pipe_mutex_unlock() with mtx_unlock() 2017-03-07 08:53:05 +11:00
rtasm_execmem.h mesa: Restore 78-column wrapping of license text in C-style comments. 2013-04-23 22:07:09 -07:00
rtasm_x86sse.c gallium: Use STATIC_ASSERT whenever possible. 2016-04-12 16:56:15 +01:00
rtasm_x86sse.h gallium: replace INLINE with inline 2015-07-21 17:52:16 -04:00