radv: fix stale comment in generated vk_format_table.c
authorGrazvydas Ignotas <notasas@gmail.com>
Sat, 10 Mar 2018 18:48:05 +0000 (20:48 +0200)
committerGrazvydas Ignotas <notasas@gmail.com>
Sat, 17 Mar 2018 16:53:21 +0000 (18:53 +0200)
It seems to be a leftover from u_format_table.py.

Reviewed-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl>
src/amd/vulkan/vk_format_table.py

index 36352b108d0b5220a90187ff4b6f3dacdb19871a..c33a4ce65fdc31b7de194180b99e3e59e9354eed 100644 (file)
@@ -86,7 +86,7 @@ def print_channels(format, func):
         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()