summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2013-12-02 16:25:02 -0800
committerEric Anholt <eric@anholt.net>2013-12-05 12:38:15 -0800
commit0270c80008e3c6b9f2f5dfba03631f72c7920796 (patch)
tree0f09c960c787fe3a67213f214263d4f983472213 /.gitignore
parent111c54992b54f090b63278daa541e29b341bb2ad (diff)
downloadlibepoxy-0270c80008e3c6b9f2f5dfba03631f72c7920796.tar.gz
Add support for EGL.
This totally replaces the getprocaddress and dlsym code, which was basically just stubs up until now. The is_glx/is_egl() is also dropped -- they weren't doing anything, and the only false answer they could give is if the dlopen were to fail.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore4
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 91370fa..ebc2d87 100644
--- a/.gitignore
+++ b/.gitignore
@@ -89,3 +89,7 @@ gl_generated_vtable_defines.h
glx_generated_dispatch.c
glx_generated.h
glx_generated_vtable_defines.h
+
+egl_generated_dispatch.c
+egl_generated.h
+egl_generated_vtable_defines.h