mesa/src
Chih-Wei Huang 4dc129e4f4 android: vulkan/util: fix generating vk_enum_to_str.*
The gen_enum_to_str.py generates vk_enum_to_str.c and its header at once.
However, the makefiles incorrectly list both files parallel with the same
recipes. That means both two files may be generated simultaneously by two
processes. The generating files may be truncated by another process, as
shown below:

$ cd $OUT/obj/STATIC_LIBRARIES/libmesa_vulkan_util_intermediates/util
$ ls -l

-rw-rw-r-- 1 lh lh 193713 Jul  5 13:31 vk_enum_to_str.c
-rw-rw-r-- 1 lh lh   4609 Jul  5 13:31 vk_enum_to_str.d
-rw-rw-r-- 1 lh lh      0 Jul  5 16:21 vk_enum_to_str.h

Let one file depends on the other with empty recipe to avoid the issue.

Signed-off-by: Chih-Wei Huang <cwhuang@linux.org.tw>
Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
2019-07-10 08:56:37 +02:00
..
amd android: radv: import include paths from used libraries 2019-07-10 08:56:28 +02:00
broadcom nir: Add lower_rotate flag and set to true in all drivers 2019-07-01 10:14:22 -07:00
compiler nir/loop_analyze: Pass nir_const_values directly to helpers 2019-07-10 00:20:59 +00:00
egl egl: simplify loop 2019-07-01 19:35:22 +01:00
etnaviv etnaviv: detect v4 compression 2019-07-04 14:05:18 -04:00
freedreno nir: Add lower_rotate flag and set to true in all drivers 2019-07-01 10:14:22 -07:00
gallium virgl: remove virgl_transfer_queue_lists 2019-07-09 14:26:55 -07:00
gbm
getopt
glx
gtest
hgl
imgui
intel android: anv: import include path of libmesa_nir 2019-07-10 08:56:23 +02:00
loader
mapi android: fix typo LOCAL_EXPORT_C_INCLUDES 2019-06-29 17:17:49 +02:00
mesa mesa: Set minimum possible GLSL version 2019-07-08 12:34:09 -07:00
panfrost panfrost: Extend software tiling to larger bpp 2019-07-01 07:40:19 -07:00
util util/macros: rework DIV_ROUND_UP macro 2019-07-04 10:21:32 +02:00
vulkan android: vulkan/util: fix generating vk_enum_to_str.* 2019-07-10 08:56:37 +02:00
meson.build
SConscript