projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7db1c09
)
radv: fix stale comment in generated vk_format_table.c
author
Grazvydas Ignotas
<notasas@gmail.com>
Sat, 10 Mar 2018 18:48:05 +0000
(20:48 +0200)
committer
Grazvydas 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
patch
|
blob
|
history
diff --git
a/src/amd/vulkan/vk_format_table.py
b/src/amd/vulkan/vk_format_table.py
index 36352b108d0b5220a90187ff4b6f3dacdb19871a..c33a4ce65fdc31b7de194180b99e3e59e9354eed 100644
(file)
--- 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_forma
t.csv. Do not edit directly. */'
+ print '/* This file is autogenerated by
vk_format_table.py from vk_format_layou
t.csv. Do not edit directly. */'
print
# This will print the copyright message on the top of this file
print CopyRight.strip()