From: Chia-I Wu <ol...@gm...> - 2009-08-20 01:51:58
|
On Wed, Aug 19, 2009 at 10:27:41AM +0300, Caner Altinbasak wrote: > Eagle EGL loader is the alternative way to use dri drivers with egl, am I > right? > It seems very similar, also it does not need the framebuffer interface... > http://hoegsberg.blogspot.com/2009/07/eagle-egl-loader.html Yup. It has an API similar to EGL, and it only depends on GEM. I also branched an older version of eagle here http://gitorious.org/android-eeepc/eagle It provides EGL API, and the native window system is Android. It is quite fun to work with eagle due to its simplicity. -- Regards, olv |