[Mesa-dev] [PATCH 1/2] radv: fix stale comment in generated vk_format_table.c
Grazvydas Ignotas
notasas at gmail.com
Sat Mar 10 19:28:55 UTC 2018
It seems to be a leftover from u_format_table.py.
---
src/amd/vulkan/vk_format_table.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/amd/vulkan/vk_format_table.py b/src/amd/vulkan/vk_format_table.py
index 36352b1..c33a4ce 100644
--- a/src/amd/vulkan/vk_format_table.py
+++ b/src/amd/vulkan/vk_format_table.py
@@ -84,11 +84,11 @@ def print_channels(format, func):
print '#else'
func(format.le_channels, format.le_swizzles)
print '#endif'
def write_format_table(formats):
- print '/* This file is autogenerated by u_format_table.py from u_format.csv. Do not edit directly. */'
+ print '/* This file is autogenerated by vk_format_table.py from vk_format_layout.csv. Do not edit directly. */'
print
# This will print the copyright message on the top of this file
print CopyRight.strip()
print
print '#include "stdbool.h"'
--
2.7.4
More information about the mesa-dev
mailing list