summaryrefslogtreecommitdiff
path: root/dispatch/.gitignore
diff options
context:
space:
mode:
authorJosé Fonseca <jfonseca@vmware.com>2014-07-17 20:42:35 +0100
committerJosé Fonseca <jfonseca@vmware.com>2014-07-23 11:50:02 +0100
commite91f5bc011868db5f5a1c1e10bf718a01c75992e (patch)
tree4613a6fa8009a31dd10299a30205bd18307ae591 /dispatch/.gitignore
parent790b5522362b90373c413692cae16a5035fa81c3 (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/.gitignore1
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