Re: [E-devel] How to enable GLES?

2011-08-30 Thread The Rasterman
On Tue, 30 Aug 2011 15:25:34 +0800 "Chen, Zhenqiang" 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 > > eva

Re: [E-devel] How to enable GLES?

2011-08-30 Thread Chen, Zhenqiang
> 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 resul

Re: [E-devel] How to enable GLES?

2011-08-29 Thread The Rasterman
On Mon, 29 Aug 2011 16:30:52 +0800 "Chen, Zhenqiang" said: oh god dont try xcb + opengl(es) currently. just stick to normal xlib (x11) stuff. gles and glx create a nice set of problems in that they require abi-wise an xlib display connection. also.. evas will auto enable opengl or opengl-es2 if

Re: [E-devel] How to enable GLES?

2011-08-29 Thread Christopher Michael
On 08/29/2011 02:26 PM, Boris Faure wrote: > On Mon, Aug 29, 2011 at 10:30, Chen, Zhenqiang > wrote: >> Hi All, >> >> I try to configure evas to enable GLES. But it seams not work. >> >> ./configure --prefix=/usr --enable-gl-xcb --enable-gl-flavor-gles >> --enable-gles-variety-sgx > > AFAIK, g

Re: [E-devel] How to enable GLES?

2011-08-29 Thread Boris Faure
On Mon, Aug 29, 2011 at 10:30, Chen, Zhenqiang wrote: > Hi All, > > I try to configure evas to enable GLES. But it seams not work. > > ./configure --prefix=/usr  --enable-gl-xcb --enable-gl-flavor-gles   > --enable-gles-variety-sgx AFAIK, gl-xcb is currently not working. Christopher Michael (devi

[E-devel] How to enable GLES?

2011-08-29 Thread Chen, Zhenqiang
Hi All, I try to configure evas to enable GLES. But it seams not work. ./configure --prefix=/usr --enable-gl-xcb --enable-gl-flavor-gles --enable-gles-variety-sgx elementary_test reports: CRI<18771>:elementary elm_win.c:1436 elm_win_add() OpenGL engine creation failed. Trying software X11