anv: Update "do not edit" comments with proper filename
authorDylan Baker <dylan@pnwbakers.com>
Fri, 24 Feb 2017 16:47:54 +0000 (08:47 -0800)
committerDylan Baker <dylan@pnwbakers.com>
Wed, 22 Mar 2017 23:22:00 +0000 (16:22 -0700)
commitba1085c6943e87868b712ea4a6adf9f161c48c97
tree6aa696a427650564431500d4e0c788d2478c7a92
parented9339bf2659f58f7cab66cb3591da4445f2df35
anv: Update "do not edit" comments with proper filename

This does two things, first it updates both the .h and the .c file to
have the same do not edit string. Second, it uses __file__ to ensure
that even if the file is moved or renamed that the name will be correct.

One thing to note is the use of '{{' and '}}' in the C template. This is
to instruct python to print a literal '{' and '}' respectively, rather
than treating the contents as a formatter specifier.

v3: - add this patch

Signed-off-by: Dylan Baker <dylanx.c.baker@intel.com>
src/intel/vulkan/anv_entrypoints_gen.py