mesa/src/gallium/drivers/radeon
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
..
.dir-locals.el dir-locals.el: Don't set variables for non-programming modes 2015-02-02 12:02:55 +00:00
.editorconfig Introduce .editorconfig 2016-08-31 17:06:54 -07:00
Android.mk radeon: remove unused radeon_elf_util.{c,h} 2017-02-28 13:20:31 +11:00
LLVM_REVISION.txt
Makefile.am radeon: remove unused radeon_elf_util.{c,h} 2017-02-28 13:20:31 +11:00
Makefile.sources radeon: remove unused radeon_elf_util.{c,h} 2017-02-28 13:20:31 +11:00
cayman_msaa.c radeonsi: explicitly choose center locations for 1xAA on Polaris 2016-07-08 10:52:50 +02:00
r600_buffer_common.c gallium/radeon: add R600_RESOURCE_FLAG_UNMAPPABLE 2017-02-18 01:22:08 +01:00
r600_cs.h gallium/radeon: add RADEON_USAGE_SYNCHRONIZED 2016-09-27 16:45:02 +02:00
r600_gpu_load.c gallium/radeon: don't monitor SDMA busyness on EG/Cayman/SI 2017-03-06 14:13:04 +01:00
r600_perfcounter.c radeonsi: show average results per frame for perf counters in HUD 2017-01-16 15:35:30 +01:00
r600_pipe_common.c gallium/util: replace pipe_mutex_destroy() with mtx_destroy() 2017-03-07 08:52:16 +11:00
r600_pipe_common.h gallium/util: replace pipe_mutex with mtx_t 2017-03-07 08:48:11 +11:00
r600_query.c gallium/radeon: add a HUD query for monitoring the CS thread activity 2017-02-15 14:35:52 +01:00
r600_query.h gallium/radeon: add a HUD query for monitoring the CS thread activity 2017-02-15 14:35:52 +01:00
r600_streamout.c gallium/radeon: set SHADER_RW_BUFFER priority for streamout buffers 2016-08-17 12:24:35 +02:00
r600_test_dma.c gallium/radeon: add radeon_surf::is_linear 2016-11-01 22:33:13 +01:00
r600_texture.c radeonsi: use R600_RESOURCE_FLAG_UNMAPPABLE where it's desirable 2017-02-18 01:22:08 +01:00
r600_viewport.c gallium/radeon: set VPORT_ZMIN/MAX registers correctly 2016-09-05 18:01:15 +02:00
radeon_uvd.c radeon/uvd: add h264 constrained baseline support 2017-02-01 14:32:32 -05:00
radeon_uvd.h radeon/uvd: add session context buffer for polaris 10/11 v2 2016-07-18 17:13:17 +02:00
radeon_vce.c radeonsi: add Polaris12 support (v3) 2016-12-21 15:10:03 -05:00
radeon_vce.h radeon/vce: use vce structure for vce 52 firmware 2016-06-28 08:58:03 -04:00
radeon_vce_40_2_2.c gallium/radeon: remove radeon_surf_level::pitch_bytes 2016-11-01 22:33:13 +01:00
radeon_vce_50.c gallium/radeon: remove radeon_surf_level::pitch_bytes 2016-11-01 22:33:13 +01:00
radeon_vce_52.c gallium/radeon: remove radeon_surf_level::pitch_bytes 2016-11-01 22:33:13 +01:00
radeon_video.c radeonsi: use SDMA in rvid_buffer_clear on CIK-VI 2017-01-05 18:43:23 +01:00
radeon_video.h radeon/video: always use the reusable buffer pool 2016-04-27 11:16:41 -05:00
radeon_winsys.h radeonsi: use a clever alignment for constant buffer uploads 2017-02-18 01:22:08 +01:00