Re: [Mesa-dev] Fwd: problems in building GLES1

2010-11-22 Thread Clurado cl
AM, Clurado cl wrote: > > ok , when i replaced my own build i915_dri.so with the orginal dri driver > > xeglgears works with hw acceleration. ( i used original because with some > > configs x console reports unknown pci id and clients say could not > get > > dobule

Re: [Mesa-dev] Fwd: problems in building GLES1

2010-11-10 Thread Clurado cl
debug: EGL user error 0x3004 (EGL_BAD_ATTRIBUTE) in eglChoseConfig EGLUT: failed to choose config . On Wed, Nov 10, 2010 at 7:37 PM, Chia-I Wu wrote: > On Wed, Nov 10, 2010 at 11:40 PM, Clurado cl > wrote: > > > > Mesa 7.9 from ftp , demos 8.0.1 from ftp > > > >

[Mesa-dev] Fwd: problems in building GLES1

2010-11-10 Thread Clurado cl
d, Nov 10, 2010 at 8:34 AM, Chia-I Wu wrote: > On Wed, Nov 10, 2010 at 6:26 AM, Clurado cl wrote: > > Still having the problem , i attached the config file , anybody can help > !? > The config file looks correct. Do not set any variable except for > EGL_LOG_LEVEL. What happ

Re: [Mesa-dev] problems in building GLES1

2010-11-09 Thread Clurado cl
Still having the problem , i attached the config file , anybody can help !? On Fri, Nov 5, 2010 at 5:09 PM, Clurado cl wrote: > yes , those configs has -DFEATURE_ES1=y > > > On Fri, Nov 5, 2010 at 5:19 AM, Chia-I Wu wrote: > >> On Fri, Nov 5, 2010 at 1:34

Re: [Mesa-dev] Getting Hw Acceleration without X-Window

2010-11-04 Thread Clurado cl
On Thu, Nov 4, 2010 at 11:24 AM, Chia-I Wu wrote: > On Thu, Nov 4, 2010 at 3:53 AM, Clurado cl wrote: > > Can wayland be ported for use of gles1 ?! i saw compositor-drm.c , but > for > > me , its a little hard to know whats kristian does . it does compositing > > an

Re: [Mesa-dev] problems in building GLES1

2010-11-04 Thread Clurado cl
i tested with gallium drivers , it works well but its not dri enabled . it uses swrast_pipe instead of dri. On Thu, Nov 4, 2010 at 9:04 PM, Clurado cl wrote: > > > On Thu, Nov 4, 2010 at 6:56 AM, Chia-I Wu wrote: > >> On Thu, Nov 4, 2010 at 6:14 AM, Clurado cl wrote: >

Re: [Mesa-dev] problems in building GLES1

2010-11-04 Thread Clurado cl
On Thu, Nov 4, 2010 at 6:56 AM, Chia-I Wu wrote: > On Thu, Nov 4, 2010 at 6:14 AM, Clurado cl wrote: > > Hi, i have build mesa with ./configure --disable-gallium-radeon > > --with-dri-drivers=i915 --enable-gles-overlay --enable-gles1 > > i make it and installed it in

[Mesa-dev] problems in building GLES1

2010-11-03 Thread Clurado cl
Hi, i have build mesa with ./configure --disable-gallium-radeon --with-dri-drivers=i915 --enable-gles-overlay --enable-gles1 i make it and installed it in /usr/lib the problem is i cant run demos in egl/opengles1 demos from mesa.demos.8.0.1. with EGL_LOG_LEVEL=debug . i get errors like this : li

Re: [Mesa-dev] Getting Hw Acceleration without X-Window

2010-11-03 Thread Clurado cl
Intel GM855 - i915 - it doesnt have shaders so no gles2 On Wed, Nov 3, 2010 at 11:49 PM, Corbin Simpson wrote: > On Wed, Nov 3, 2010 at 12:53 PM, Clurado cl wrote: > > Can wayland be ported for use of gles1 ?! i saw compositor-drm.c , but > for > > me , its a little hard to k

Re: [Mesa-dev] Getting Hw Acceleration without X-Window

2010-11-03 Thread Clurado cl
doesnt have framebuffer surface . so how it used in wayland ?! On Wed, Nov 3, 2010 at 11:07 PM, Chia-I Wu wrote: > On Thu, Nov 4, 2010 at 1:53 AM, Clurado cl wrote: > > > > Hi all , its interesting topic , > > > > Q: simply i want to know is there any way to get Hw Accl

[Mesa-dev] Getting Hw Acceleration without X-Window

2010-11-03 Thread Clurado cl
Hi all , its interesting topic , Q: simply i want to know is there any way to get Hw Accl 3d with DRI and draw it on the screen without x ( also glx ) ?! my first approach is wayland but my device doesnt support pixel and vector shaders , so i cant use gles2 ( wayland requires ) second is egl/dr