Files
mesa/src
David Heidelberg 297859c56b panvk: drop path from panvk_physical_device struct
Unnecessary. Only produces warning:
```
../src/panfrost/vulkan/panvk_device.c:437:4: warning: 'strncpy' specified bound 20 equals destination size [-Wstringop-truncation]
  437 |    strncpy(device->path, path, ARRAY_SIZE(device->path));
      |    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
```

Signed-off-by: David Heidelberg <david.heidelberg@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/22880>
2023-05-15 09:15:59 +00:00
..
2023-05-15 08:37:48 +00:00
2023-05-12 20:39:46 +00:00
2023-05-12 20:39:46 +00:00
2023-05-15 03:50:30 +00:00
2023-05-14 11:09:02 +00:00
2023-05-12 16:01:40 -07:00
2023-05-12 20:39:46 +00:00
2023-03-13 01:22:46 +00:00
2023-05-14 11:09:01 +00:00
2023-02-18 00:44:43 +00:00