summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGrazvydas Ignotas <notasas@gmail.com>2018-03-10 20:48:05 +0200
committerGrazvydas Ignotas <notasas@gmail.com>2018-03-17 18:53:21 +0200
commit331141e87eb6d68704e5771adee18637d62b5983 (patch)
treee84da63ea4c9a1a7b67dabb1ceae6b31ebcce402
parent7db1c09d12bac50d66feaf981ff52b319091dd2d (diff)
downloadmesa-331141e87eb6d68704e5771adee18637d62b5983.tar.gz
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@basnieuwenhuizen.nl>
-rw-r--r--src/amd/vulkan/vk_format_table.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/amd/vulkan/vk_format_table.py b/src/amd/vulkan/vk_format_table.py
index 36352b108d0..c33a4ce65fd 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()