On Tue, 30 Aug 2011 15:25:34 +0800 "Chen, Zhenqiang" <zhenqiang.c...@intel.com>
said:

> > also.. evas will auto enable opengl or opengl-es2 if it finds suitable
> > opengl libraries and headers. check configure.log to see what it found or
> > didnt find. it's all automatic so no need for --enable options at all for
> > evas for pretty much anything.
> 
> For ./configure --prefix=/usr, the result is
> Engines:
>   OpenGL X11.....: yes (Xlib: yes) (XCB: no) (GLES: no) (SGX: no) (s3c6410:
> no)
> 
> >From config.log, it does not check ./GLES2/gl2.h etc.

well it does check... IF it can't find desktop gl. default is to prefer desktop
gl (gl/glx) over gles2/egl.

> ./configure --prefix=/usr --enable-gl-flavor-gles  --enable-gles-variety-sgx
> Engines:
>   OpenGL X11......: yes (Xlib: yes) (XCB: no) (GLES: no) (SGX: yes) (s3c6410:
> no) 
> 
> It checks ./GLES2/gl2.h etc. And link with libGLESv2.so.
> 
> But why GLES is always no? 

is the gl engine installed?  (the module) does the gl engine header get
installed BEFORe u compile ecore - ecore needs this header to build support for
the evas gl engine (every engine needs this). if ecore-evas has no support then
u wont see it available in the options.

> Thanks!
> -Zhenqiang
> 
> ------------------------------------------------------------------------------
> Special Offer -- Download ArcSight Logger for FREE!
> Finally, a world-class log management solution at an even better 
> price-free! And you'll get a free "Love Thy Logs" t-shirt when you
> download Logger. Secure your free ArcSight Logger TODAY!
> http://p.sf.net/sfu/arcsisghtdev2dev
> _______________________________________________
> enlightenment-devel mailing list
> enlightenment-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
> 


-- 
------------- Codito, ergo sum - "I code, therefore I am" --------------
The Rasterman (Carsten Haitzler)    ras...@rasterman.com


------------------------------------------------------------------------------
Special Offer -- Download ArcSight Logger for FREE!
Finally, a world-class log management solution at an even better 
price-free! And you'll get a free "Love Thy Logs" t-shirt when you
download Logger. Secure your free ArcSight Logger TODAY!
http://p.sf.net/sfu/arcsisghtdev2dev
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to