diff options
author | Kristian Høgsberg <[email protected]> | 2015-05-17 16:33:48 -0700 |
---|---|---|
committer | Kristian Høgsberg <[email protected]> | 2015-05-18 10:27:02 -0700 |
commit | 454345da1e8d22f3612aa3fec6b1cf3027845d48 (patch) | |
tree | de26d8cba171dac426041f547a7f1ac6ec6fed06 /.gitignore | |
parent | 333bcc2072ea5b0ceb0e5092c3b614caf40845e2 (diff) |
vk: Add script for generating ifunc entry points
This lets us generate a hash table for vkGetProcAddress and lets us call
public functions internally without the public entrypoint overhead.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 21aa35cd36d..e395fd18803 100644 --- a/.gitignore +++ b/.gitignore @@ -46,3 +46,5 @@ manifest.txt Makefile Makefile.in .install-mesa-links +entrypoints.c +entrypoints.h |