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

Author: Alejandro PiƱeiro <[email protected]>
Date:   Tue Jul  2 12:02:04 2019 +0200

v3d: tweak initial comment on pack generator script

As the files it mentions to use as reference has slightly different
names.

Reviewed-by: Eric Anholt <[email protected]>

---

 src/broadcom/cle/gen_pack_header.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/broadcom/cle/gen_pack_header.py 
b/src/broadcom/cle/gen_pack_header.py
index f79ee42df5a..8c2feebca83 100644
--- a/src/broadcom/cle/gen_pack_header.py
+++ b/src/broadcom/cle/gen_pack_header.py
@@ -30,7 +30,7 @@ import re
 import sys
 import copy
 
-license =  """/* Generated code, see packets.xml and gen_packet_header.py */
+license =  """/* Generated code, see v3d_packet_v21.xml, v3d_packet_v33.xml 
and gen_pack_header.py */
 """
 
 pack_header = """%(license)s

_______________________________________________
mesa-commit mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to