mesa/src
Yonggang Luo 1d3727bcc6 radv: Remove usage of cnd_monotonic.h
Improve: 91fe0b5629 ("radv: Delete lots of sync code.")

As cnd_monotonic.h are include `util/os_time.h`, radv_debug.c and radv_debug.c needs `util/os_time.h`
So include in these files directly.

The compiling errors are:
```
../src/amd/vulkan/radv_debug.c:707:12: error: implicit declaration of function 'os_localtime' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
   timep = os_localtime(&raw_time, &result);

../src/amd/vulkan/radv_device.c:97:11: error: implicit declaration of function 'os_time_get_nano' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
   return os_time_get_nano();
          ^

../../src/amd/vulkan/radv_pipeline.c: In function 'radv_create_shaders':
../../src/amd/vulkan/radv_pipeline.c:4119:29: error: implicit declaration of function 'os_time_get_nano' [-Werror=implicit-function-declaration]
 4119 |    int64_t pipeline_start = os_time_get_nano();
```

Signed-off-by: Yonggang Luo <luoyonggang@gmail.com>
Reviewed-by: Erik Faye-Lund <erik.faye-lund@collabora.com>
Reviewed-by: Jason Ekstrand <jason.ekstrand@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/16536>
2022-06-03 06:46:38 +00:00
..
amd radv: Remove usage of cnd_monotonic.h 2022-06-03 06:46:38 +00:00
android_stub
asahi asahi: Add wrap library 2022-05-22 17:58:07 -04:00
broadcom v3dv: use the global RCL EZ disable if we don't have any EZ draws in the job 2022-06-01 08:11:04 +02:00
compiler nir: xfb_buffer_info::stride is in bytes 2022-06-02 14:06:31 +00:00
drm-shim drm-shim: Cleanup on device file close 2022-05-02 19:50:33 +00:00
egl egl: remove needless c99_compat.h includes 2022-06-02 13:09:16 +00:00
etnaviv etnaviv: fill all minor GPU features from the kernel 2022-04-27 09:10:27 +00:00
freedreno turnip: clamp to 1 for negative bottom-right of viewport. 2022-06-03 02:40:08 +00:00
gallium aux/trace: implement pipe_screen::is_compute_copy_faster 2022-06-03 04:24:56 +00:00
gbm gallium: Learn about kopper 2022-04-07 00:17:40 +00:00
getopt
glx glx/dri2: Require DRI2 >= 1.3 for working buffer invalidation 2022-05-17 20:31:50 +00:00
gtest
hgl
imagination include: drop c11_compat.h 2022-06-02 13:09:16 +00:00
imgui
intel intel/compiler: call ordered_unit() only once at update_inst_scoreboard() 2022-06-02 23:04:39 +00:00
loader gallium/dri: add missing PIPE_BIND_DRI_PRIME handling 2022-02-08 00:13:07 +00:00
mapi mapi: remove needless c99_compat.h includes 2022-06-02 13:09:16 +00:00
mesa mesa: throw a log warning any time a fallback texture is used 2022-06-02 17:31:16 +00:00
microsoft dzn: add debug option to redirect stdout/stderr 2022-06-01 08:54:22 +00:00
nouveau nouveau/codegen: drop gallium headers from the interface. 2022-06-03 03:57:18 +00:00
panfrost pan/bi: Fix clper_xor on Mali-G31 2022-06-02 20:32:43 -04:00
tool pps: Open writable renderer node in DrmDevice::create 2022-05-11 15:41:28 +00:00
util venus: Add driconf option to enable implicit fencing 2022-06-02 18:05:50 +00:00
virtio venus: Add driconf option to enable implicit fencing 2022-06-02 18:05:50 +00:00
vulkan vulkan/device_select: remove needless c99_compat.h includes 2022-06-02 13:09:16 +00:00
meson.build microsoft: Initial vulkan-on-12 driver 2022-03-25 16:21:45 +00:00