Re: [Mesa-dev] [PATCHv2 10/21] targets/egl-static: do not rely on libudev on Android

2011-08-19 Thread Chia-I Wu
On Fri, Aug 19, 2011 at 6:19 PM, Benjamin Franzke wrote: > 2011/8/19 Chia-I Wu : >> On Fri, Aug 19, 2011 at 5:59 PM, Benjamin Franzke >> wrote: >>> 2011/8/19 Chia-I Wu : There is no libudev on Android.  Use DRM to get the PCI ID directly. ---  src/gallium/targets/egl-static/egl.c |

Re: [Mesa-dev] [PATCHv2 10/21] targets/egl-static: do not rely on libudev on Android

2011-08-19 Thread Benjamin Franzke
2011/8/19 Chia-I Wu : > On Fri, Aug 19, 2011 at 5:59 PM, Benjamin Franzke > wrote: >> 2011/8/19 Chia-I Wu : >>> There is no libudev on Android.  Use DRM to get the PCI ID directly. >>> --- >>>  src/gallium/targets/egl-static/egl.c |   62 >>> ++ >>>  1 files changed

Re: [Mesa-dev] [PATCHv2 10/21] targets/egl-static: do not rely on libudev on Android

2011-08-19 Thread Chia-I Wu
On Fri, Aug 19, 2011 at 5:59 PM, Benjamin Franzke wrote: > 2011/8/19 Chia-I Wu : >> There is no libudev on Android.  Use DRM to get the PCI ID directly. >> --- >>  src/gallium/targets/egl-static/egl.c |   62 >> ++ >>  1 files changed, 62 insertions(+), 0 deletions(

Re: [Mesa-dev] [PATCHv2 10/21] targets/egl-static: do not rely on libudev on Android

2011-08-19 Thread Benjamin Franzke
2011/8/19 Chia-I Wu : > There is no libudev on Android.  Use DRM to get the PCI ID directly. > --- >  src/gallium/targets/egl-static/egl.c |   62 > ++ >  1 files changed, 62 insertions(+), 0 deletions(-) > > diff --git a/src/gallium/targets/egl-static/egl.c > b/src

[Mesa-dev] [PATCHv2 10/21] targets/egl-static: do not rely on libudev on Android

2011-08-18 Thread Chia-I Wu
There is no libudev on Android. Use DRM to get the PCI ID directly. --- src/gallium/targets/egl-static/egl.c | 62 ++ 1 files changed, 62 insertions(+), 0 deletions(-) diff --git a/src/gallium/targets/egl-static/egl.c b/src/gallium/targets/egl-static/egl.c inde