Mesa (master): radv: fix stale comment in generated vk_format_table.c

Grazvydas Ignotas notaz at kemper.freedesktop.org
Sat Mar 17 17:05:08 UTC 2018


Module: Mesa
Branch: master
Commit: 331141e87eb6d68704e5771adee18637d62b5983
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=331141e87eb6d68704e5771adee18637d62b5983

Author: Grazvydas Ignotas <notasas at gmail.com>
Date:   Sat Mar 10 20:48:05 2018 +0200

radv: fix stale comment in generated vk_format_table.c

It seems to be a leftover from u_format_table.py.

Reviewed-by: Bas Nieuwenhuizen <bas at basnieuwenhuizen.nl>

---

 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 36352b108d..c33a4ce65f 100644
--- a/src/amd/vulkan/vk_format_table.py
+++ b/src/amd/vulkan/vk_format_table.py
@@ -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()




More information about the mesa-commit mailing list