commit | a1c4a8a3c855d52fbfef10023b9a8f116e163a97 | [log] [tgz] |
---|---|---|
author | Chia-I Wu <olvaffe@gmail.com> | Sat Aug 15 22:58:13 2009 +0800 |
committer | Chia-I Wu <olvaffe@gmail.com> | Mon Jan 25 11:28:27 2010 +0800 |
tree | 4e5138454e78a3ec05d9adce04420f7c5047e427 | |
parent | 95f8f75ad8bdb1d8e1cc16ea91fed8c407c36abd [diff] [blame] |
egl: Add support for EGL_KHR_image. Individual drivers still need to implement the API hooks.
diff --git a/src/egl/main/Makefile b/src/egl/main/Makefile index 20614d8..5b83b43 100644 --- a/src/egl/main/Makefile +++ b/src/egl/main/Makefile
@@ -19,6 +19,7 @@ egldisplay.h \ egldriver.h \ eglglobals.h \ + eglimage.h \ egllog.h \ eglmisc.h \ eglmode.h \ @@ -36,6 +37,7 @@ egldisplay.c \ egldriver.c \ eglglobals.c \ + eglimage.c \ egllog.c \ eglmisc.c \ eglmode.c \