diff options
author | José Fonseca <jfonseca@vmware.com> | 2014-07-17 20:42:35 +0100 |
---|---|---|
committer | José Fonseca <jfonseca@vmware.com> | 2014-07-23 11:50:02 +0100 |
commit | e91f5bc011868db5f5a1c1e10bf718a01c75992e (patch) | |
tree | 4613a6fa8009a31dd10299a30205bd18307ae591 /dispatch/.gitignore | |
parent | 790b5522362b90373c413692cae16a5035fa81c3 (diff) |
gldispatch: Don't inline dispatch of GL functions.
Inlining the dispatch functions lead to slow compilation times,
and probably slower runtime due to code bloat.
Diffstat (limited to 'dispatch/.gitignore')
-rw-r--r-- | dispatch/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dispatch/.gitignore b/dispatch/.gitignore index 213c471d..0cc522b3 100644 --- a/dispatch/.gitignore +++ b/dispatch/.gitignore @@ -1 +1,2 @@ glproc.hpp +glproc.cpp |