Re: [Libva] [PATCH 2/4] libva: fix for Android ICS

2012-08-21 Thread Huang, Haitao
On Mon, Aug 20, 2012 at 4:46 PM, Gwenole Beauchesne gb.de...@gmail.com wrote: Hi, 2012/8/20 Haitao Huang haitao.hu...@intel.com: This fixes existing tests for Android ICS build. updated headers exported for new drm changes Removed dependencies on deprecated Android APIs. Added

Re: [Libva] [PATCH 2/4] libva: fix for Android ICS

2012-08-21 Thread Huang, Haitao
On Tue, Aug 21, 2012 at 8:06 AM, Huang, Haitao haitao.hu...@intel.com wrote: On Mon, Aug 20, 2012 at 4:46 PM, Gwenole Beauchesne gb.de...@gmail.com wrote: Hi, 2012/8/20 Haitao Huang haitao.hu...@intel.com: This fixes existing tests for Android ICS build. updated headers exported for new

Re: [Libva] [android-build v2 3/3] android-test: compile tests for all android versions

2012-08-21 Thread Negreanu Marius
On Tue, Aug 21, 2012 at 12:33 AM, Gwenole Beauchesne gb.de...@gmail.com wrote: Hi, 2012/8/17 Daniel Charles daniel.char...@intel.com: +#ifdef ANDROID_PRE_JB #include surfaceflinger/ISurfaceComposer.h #include surfaceflinger/Surface.h #include surfaceflinger/ISurface.h #include

Re: [Libva] [android-build v2 3/3] android-test: compile tests for all android versions

2012-08-21 Thread Charles, Daniel
On Tue, Aug 21, 2012 at 6:52 AM, Negreanu Marius gro...@gmail.com wrote: On Tue, Aug 21, 2012 at 12:33 AM, Gwenole Beauchesne gb.de...@gmail.com wrote: Hi, 2012/8/17 Daniel Charles daniel.char...@intel.com: +#ifdef ANDROID_PRE_JB #include surfaceflinger/ISurfaceComposer.h #include

Re: [Libva] [PATCH 2/4] libva: fix for Android ICS

2012-08-21 Thread Huang, Haitao
On Tue, Aug 21, 2012 at 8:20 AM, Huang, Haitao haitao.hu...@intel.com wrote: On Tue, Aug 21, 2012 at 8:06 AM, Huang, Haitao haitao.hu...@intel.com wrote: On Mon, Aug 20, 2012 at 4:46 PM, Gwenole Beauchesne gb.de...@gmail.com wrote: Hi, 2012/8/20 Haitao Huang haitao.hu...@intel.com: This

[Libva] [PATCH v2 2/4] libva: fix for Android ICS

2012-08-21 Thread Haitao Huang
This fixes existing tests for Android ICS build. updated headers exported for new drm changes Removed dependencies on deprecated Android APIs. Added LIBVA_VERSION_S defines. Removed unsupported encoder test Change-Id: I478063713883fbb5fb1fac372dbc418b19ff7d2b Signed-off-by: Haitao Huang

[Libva] [PATCH v2 4/4] va_android: use common drm driver detection

2012-08-21 Thread Haitao Huang
Change the driver used for android. Libva has to load the correct driver and retain the vendor and device id's. This change is to re-use common drm utils code for driver name detection. Also removed non-android code in android specific files and unneeded files in android directory. Change-Id: