From: Chia-I Wu <ol...@gm...> - 2010-04-04 14:04:16
|
On Sat, Apr 3, 2010 at 11:51 PM, Jakob Bornecrantz <wal...@gm...> wrote: > On Sun, Mar 28, 2010 at 6:13 PM, Chia-I Wu <ol...@gm...> wrote: >> This patch series adds support for GL_OES_EGL_image to st/mesa. The first >> patch implements st_manager::get_egl_image in st/egl. The hook is used to >> check and return an st_egl_image, which describes an EGLImageKHR. The second >> patch implements GL_OES_EGL_image in st/mesa, and the last patch adds a demo >> for the new functionality. I've tested it with egl_x11_i915.so, but it should >> work with other hardware drivers. >> Do you mind having a look at the patches, especially the first one? I'd like >> to hear your opinions before merging the patches, and going on to work on >> EGLImage support in st/dri. > Terribly sorry for taking this long to reply. The patches look good go > ahead and commit. Regarding EGLImage in st/dri don't let me stop you > if you have a itch to do it. If I get time over sometime I'll ask you > then if you have done anything. That's fine. I will rebase the patches and commit soon. I might need to switch my focus to Windows for a while. I guess I will use the chance to convert st/wgl to st_api.h and finally drop st_public.h. Until it is too painful to work on Windows and I need to work on something fun, I will add EGLImage support to st/dri after dropping st_public.h. > And again thanks for the work hard work! |