mesa/src/gallium/auxiliary/util
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
..
.gitignore
dbghelp.h
u_bitcast.h gallium: Add c99_compat.h to u_bitcast.h 2016-08-09 21:20:56 +02:00
u_bitmask.c gallium/util: change assertion to conditional in util_bitmask_destroy() 2016-05-03 15:40:49 -06:00
u_bitmask.h
u_blend.h gallium: replace INLINE with inline 2015-07-21 17:52:16 -04:00
u_blit.c util/blitter: add clamping during SINT <-> UINT blits 2016-11-16 10:31:21 +01:00
u_blit.h
u_blitter.c gallium/blitter: use the common uploader 2017-02-14 21:46:16 +01:00
u_blitter.h gallium/u_blitter: split out a helper for common clear state 2016-08-16 09:21:13 -04:00
u_box.h gallium/util: Really allow aliasing of dst for u_box_union_* 2016-10-10 23:43:48 +02:00
u_cache.c util/cache: add comments, fix formatting 2016-04-25 12:59:29 -06:00
u_cache.h
u_caps.c
u_caps.h
u_cpu_detect.c gallium: detect avx512 cpu features 2016-11-10 15:03:21 -06:00
u_cpu_detect.h gallium: detect avx512 cpu features 2016-11-10 15:03:21 -06:00
u_debug.c gallium/util: make use of strtol() in debug_get_num_option() 2016-09-26 19:39:04 +02:00
u_debug.h haiku: build fixes around debug defines 2017-02-24 14:10:57 +00:00
u_debug_describe.c gallium: add interface for writable shader images 2015-07-16 16:52:20 +02:00
u_debug_describe.h gallium: add interface for writable shader images 2015-07-16 16:52:20 +02:00
u_debug_flush.c gallium/util: replace pipe_mutex_init() with mtx_init() 2017-03-07 08:52:07 +11:00
u_debug_flush.h
u_debug_image.c gallium/util: put image dumping functions into separate file 2016-02-08 09:29:38 -07:00
u_debug_image.h gallium/util: put image dumping functions into separate file 2016-02-08 09:29:38 -07:00
u_debug_memory.c gallium/util: remove pipe_static_mutex() 2017-03-07 08:48:16 +11:00
u_debug_refcnt.c gallium/util: replace pipe_mutex_init() with mtx_init() 2017-03-07 08:52:07 +11:00
u_debug_refcnt.h gallium/util: re-indent u_debug_refcnt.[ch] 2016-03-05 09:20:14 -07:00
u_debug_stack.c gallium/util: whitespace, formatting fixes in u_debug_stack.c 2016-02-08 09:29:38 -07:00
u_debug_stack.h
u_debug_symbol.c gallium/util: replace pipe_mutex_init() with mtx_init() 2017-03-07 08:52:07 +11:00
u_debug_symbol.h
u_dirty_flags.h
u_dirty_surfaces.h gallium: replace INLINE with inline 2015-07-21 17:52:16 -04:00
u_dl.c util: use RTLD_LOCAL with util_dl_open() 2015-11-21 12:52:21 +00:00
u_dl.h gallium/auxilary: more __cplusplus exports 2016-03-02 18:38:41 -06:00
u_draw.c
u_draw.h gallium/util: use enum pipe_prim_type instead of unsigned some more 2016-05-27 19:11:28 +02:00
u_draw_quad.c gallium/util: remove unused helper util_draw_texquad 2017-02-18 01:22:08 +01:00
u_draw_quad.h gallium/util: remove unused helper util_draw_texquad 2017-02-18 01:22:08 +01:00
u_dual_blend.h gallium: replace INLINE with inline 2015-07-21 17:52:16 -04:00
u_dump.h ddebug: dump shader buffers and images 2016-09-13 20:38:25 +02:00
u_dump_defines.c gallium/util: s/Elements/ARRAY_SIZE/ 2016-04-28 09:04:24 -06:00
u_dump_state.c ddebug: dump shader buffers and images 2016-09-13 20:38:25 +02:00
u_dynarray.h gallium: replace INLINE with inline 2015-07-21 17:52:16 -04:00
u_fifo.h gallium: replace INLINE with inline 2015-07-21 17:52:16 -04:00
u_format.c util: (trivial) ETC1 meets the criteria for fitting into unorm8 2016-12-06 20:06:06 +01:00
u_format.csv gallium: add ASTC formats 2015-11-23 11:17:15 -05:00
u_format.h gallium/util: Implement util_format_translate_3d 2016-05-18 23:37:14 +02:00
u_format_etc.c gallium/util: silence silence unused var warnings for non-debug build 2015-06-01 07:42:05 -06:00
u_format_etc.h
u_format_latc.c
u_format_latc.h
u_format_other.c util: Move format_r11g11b10f.h to src/util 2016-08-05 09:06:57 -07:00
u_format_other.h
u_format_pack.py gallium: add ASTC formats 2015-11-23 11:17:15 -05:00
u_format_parse.py mesa: fix typo in python scripts 2016-02-02 05:58:19 +01:00
u_format_rgtc.c
u_format_rgtc.h
u_format_s3tc.c Revert "gallium/util: fix resource leak" 2016-07-30 18:18:09 +02:00
u_format_s3tc.h swr: properly expose compressed format support 2016-05-12 14:12:18 -05:00
u_format_table.py gallium: merge PIPE_SWIZZLE_* and UTIL_FORMAT_SWIZZLE_* 2016-04-22 01:30:39 +02:00
u_format_tests.c gallium/util: s/Elements/ARRAY_SIZE/ 2016-04-28 09:04:24 -06:00
u_format_tests.h gallium/tests: Update UTIL_FORMAT_MAX_* defines. 2016-04-19 11:28:16 +01:00
u_format_yuv.c gallium: Use util_cpu_to_le{16,32} in many more places. 2015-02-23 10:41:22 -08:00
u_format_yuv.h gallium: replace INLINE with inline 2015-07-21 17:52:16 -04:00
u_format_zs.c gallium: replace INLINE with inline 2015-07-21 17:52:16 -04:00
u_format_zs.h
u_framebuffer.c gallium/util: make util_copy_framebuffer_state(src=NULL) work 2016-07-06 10:17:30 -04:00
u_framebuffer.h
u_gen_mipmap.c
u_gen_mipmap.h
u_half.h tgsi: add PK2H/UP2H support 2016-02-02 05:58:19 +01:00
u_handle_table.c gallium/auxiliary: Trivial code style cleanup 2015-12-06 17:10:22 +01:00
u_handle_table.h
u_hash_table.c gallium/auxiliary: Trivial code style cleanup 2015-12-06 17:10:22 +01:00
u_hash_table.h
u_helpers.c gallium/util: add new helpers for user index buffer uploading 2017-02-25 00:03:09 +01:00
u_helpers.h gallium/util: add new helpers for user index buffer uploading 2017-02-25 00:03:09 +01:00
u_index_modify.c gallium/u_index_modify: don't add PIPE_TRANSFER_UNSYNCHRONIZED unconditionally 2017-02-19 17:16:26 +01:00
u_index_modify.h gallium/u_index_modify: don't add PIPE_TRANSFER_UNSYNCHRONIZED unconditionally 2017-02-19 17:16:26 +01:00
u_inlines.h mesa/st: support lowering multi-planar YUV 2016-09-26 15:29:17 -04:00
u_keymap.c gallium: replace INLINE with inline 2015-07-21 17:52:16 -04:00
u_keymap.h
u_linear.c gallium,utils: Fix trivial sign compare warnings 2016-05-03 12:00:09 -04:00
u_linear.h gallium: replace INLINE with inline 2015-07-21 17:52:16 -04:00
u_math.c gallium/auxiliary: Use exp2(x) instead of pow(2.0, x). 2015-07-29 09:34:51 -07:00
u_math.h gallium/u_math: add util_logbase2_ceil 2016-09-27 16:44:38 +02:00
u_memory.h gallium/util: Add align_calloc 2016-10-24 21:56:44 +02:00
u_mm.c gallium/auxiliary: Fix zero integer literal to pointer comparison 2015-12-06 17:10:02 +01:00
u_mm.h
u_network.c
u_network.h
u_pack_color.h gallium: fix various undefined left shifts into sign bit 2016-05-07 16:46:59 -05:00
u_pointer.h gallium: replace INLINE with inline 2015-07-21 17:52:16 -04:00
u_prim.h gallium/util: use enum pipe_prim_type in u_prim.h functions 2016-05-26 17:44:18 -06:00
u_prim_restart.c gallium/util: correctly unref a buffer in u_prim_restart 2017-02-18 01:22:08 +01:00
u_prim_restart.h util: add a couple primitive restart helper functions 2015-09-01 16:29:17 -06:00
u_pstipple.c gallium: remove TGSI_OPCODE_SUB 2017-01-05 18:30:00 +01:00
u_pstipple.h draw: use util_pstipple_* function for stipple pattern textures and samplers 2016-02-09 10:01:57 -05:00
u_pwr8.h llvmpipe: fix arguments order given to vec_andc 2016-01-17 21:07:27 +02:00
u_queue.c gallium/util: replace pipe_mutex_destroy() with mtx_destroy() 2017-03-07 08:52:16 +11:00
u_queue.h gallium/util: replace pipe_mutex with mtx_t 2017-03-07 08:48:11 +11:00
u_range.h gallium/util: replace pipe_mutex_destroy() with mtx_destroy() 2017-03-07 08:52:16 +11:00
u_rect.h gallium/util: fix returning empty box for rectangle intersection 2015-09-01 16:29:17 -06:00
u_resource.c
u_resource.h gallium: replace INLINE with inline 2015-07-21 17:52:16 -04:00
u_ringbuffer.c gallium/util: replace pipe_mutex_destroy() with mtx_destroy() 2017-03-07 08:52:16 +11:00
u_ringbuffer.h
u_sampler.c gallium: merge PIPE_SWIZZLE_* and UTIL_FORMAT_SWIZZLE_* 2016-04-22 01:30:39 +02:00
u_sampler.h
u_simple_shaders.c util: fix missing swizzle components in the SINT <-> UINT conversion string 2016-11-23 01:54:57 +01:00
u_simple_shaders.h util/blitter: add clamping during SINT <-> UINT blits 2016-11-16 10:31:21 +01:00
u_split_prim.h gallium: replace INLINE with inline 2015-07-21 17:52:16 -04:00
u_sse.h llvmpipe: do 64bit plane calculations in the sse path 2016-01-08 00:34:14 +01:00
u_string.h util: add util_strcasecmp() wrapper 2015-09-01 16:29:17 -06:00
u_suballoc.c gallium/u_suballoc: update comments 2017-02-20 18:04:27 +01:00
u_suballoc.h gallium/u_suballoc: allow setting pipe_resource::flags 2017-02-18 01:22:08 +01:00
u_surface.c gallium/util: (trivial) fix util_clear_render_target 2017-02-24 20:39:56 +01:00
u_surface.h gallium: implement util_clear_texture 2017-02-24 15:40:11 +01:00
u_surfaces.c gallium/auxiliary: Trivial code style cleanup 2015-12-06 17:10:22 +01:00
u_surfaces.h gallium: replace INLINE with inline 2015-07-21 17:52:16 -04:00
u_tests.c gallium: let state trackers tell u_vbuf whether user VBOs are possible 2017-02-14 21:47:51 +01:00
u_tests.h gallium/aux: Add needed extern "C" wrappers 2015-05-15 13:55:59 -04:00
u_texture.c
u_texture.h
u_tile.c softpipe: fix another stencil-as-float issue 2015-04-27 18:51:30 +02:00
u_tile.h gallium: replace INLINE with inline 2015-07-21 17:52:16 -04:00
u_time.h gallium: replace INLINE with inline 2015-07-21 17:52:16 -04:00
u_transfer.c gallium: add a pipe_context parameter to resource_get_handle 2016-08-25 14:09:48 +02:00
u_transfer.h gallium: add extern "C" guards 2017-02-16 18:22:27 -06:00
u_upload_mgr.c gallium/u_upload_mgr: remove deprecated function u_upload_buffer 2017-02-14 21:46:16 +01:00
u_upload_mgr.h gallium: add extern "C" guards 2017-02-16 18:22:27 -06:00
u_vbuf.c gallium: let state trackers tell u_vbuf whether user VBOs are possible 2017-02-14 21:47:51 +01:00
u_vbuf.h gallium: let state trackers tell u_vbuf whether user VBOs are possible 2017-02-14 21:47:51 +01:00
u_video.h st/va: Fix up YV12 to NV12 putImage conversion 2017-02-24 16:44:34 +01:00
u_viewport.h gallium/util: add helper to compute zmin/zmax for a viewport state 2016-08-14 17:41:33 -04:00