mesa/src
Timothy Arceri be188289e1 gallium/util: replace pipe_mutex_destroy() with mtx_destroy()
pipe_mutex_destroy() was made unnecessary with fd33a6bcd7.

Replace was done with:
find ./src -type f -exec sed -i -- \
's:pipe_mutex_destroy(\([^)]*\)):mtx_destroy(\&\1):g' {} \;

Reviewed-by: Marek Olšák <marek.olsak@amd.com>
2017-03-07 08:52:16 +11:00
..
amd radv: Emit pending flushes before executing a secondary command buffer 2017-03-06 19:46:14 +01:00
compiler util/disk_cache: fix make check 2017-03-06 16:39:55 +11:00
egl EGL/Android: Add EGL_EXT_buffer_age extension 2017-03-04 16:37:12 +00:00
gallium gallium/util: replace pipe_mutex_destroy() with mtx_destroy() 2017-03-07 08:52:16 +11:00
gbm gbm/dri: fix memory leaks in error path 2017-01-27 17:56:58 +00:00
getopt
glx glx/tests: automake: add dispatch-index-check to the tarball 2017-02-28 16:18:27 +00:00
gtest gtest: Update to 1.8.0. 2017-01-20 11:40:52 -08:00
hgl
intel i965: don't require 64bit cmpxchg 2017-03-06 11:07:20 -08:00
loader egl/dri3: implement query surface hook 2017-02-28 10:11:42 +00:00
mapi glapi: fix typo in count_scale 2017-03-07 08:11:40 +11:00
mesa i965: Return NULL from initScreen2, not false. 2017-03-06 12:38:15 -08:00
util ralloc: don't leave out the alignment factor 2017-03-06 11:28:48 -08:00
vulkan android: fix outdir for gen_enum_to_str files 2017-03-04 16:38:33 +00:00
Makefile.am automake: move wayland-drm prior to Vulkan 2017-03-04 23:44:14 +00:00
SConscript