[Mesa-dev] [RESEND v4 16/16] anv: Remove dead prototype from entrypoints
Dylan Baker
dylan at pnwbakers.com
Tue Mar 7 21:14:57 UTC 2017
Spotted by Emil.
v2: - Add this patch
Signed-off-by: Dylan Baker <dylanx.c.baker at intel.com>
---
src/intel/vulkan/anv_entrypoints_gen.py | 1 -
1 file changed, 1 deletion(-)
diff --git a/src/intel/vulkan/anv_entrypoints_gen.py b/src/intel/vulkan/anv_entrypoints_gen.py
index a08cfce..203df45 100644
--- a/src/intel/vulkan/anv_entrypoints_gen.py
+++ b/src/intel/vulkan/anv_entrypoints_gen.py
@@ -73,7 +73,6 @@ TEMPLATE_H = Template(textwrap.dedent("""\
};
};
- void anv_set_dispatch_devinfo(const struct gen_device_info *info);
% for type_, name, args, num, h, guard in entrypoints:
% if guard is not None:
#ifdef ${guard}
--
git-series 0.9.1
More information about the mesa-dev
mailing list