Re: [yocto] [PATCH 2/5] crownbay.conf: specify the 8.0.4 version as preferred version of mesa-dri

2012-10-09 Thread Darren Hart
On 10/09/2012 03:10 PM, nitin.a.kam...@intel.com wrote:
> From: Nitin A Kamble 
> 
> This commit fixes the bug:
> [YOCTO #3328]

The bugzilla tag is meant as a reference, but it is not a replacement
for a proper commit message. Please provide details on what this does.

> 
> Signed-off-by: Nitin A Kamble 
> ---
>  meta-crownbay/conf/machine/crownbay.conf |2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/meta-crownbay/conf/machine/crownbay.conf 
> b/meta-crownbay/conf/machine/crownbay.conf
> index c18fa1d..72431de 100644
> --- a/meta-crownbay/conf/machine/crownbay.conf
> +++ b/meta-crownbay/conf/machine/crownbay.conf
> @@ -18,7 +18,7 @@ XSERVER ?= "${XSERVER_IA32_BASE} \
> "
>  
>  PREFERRED_VERSION_xserver-xorg ?= "1.9.3"
> -PREFERRED_VERSION_mesa-dri ?= "7.11"
> +PREFERRED_VERSION_mesa-dri ?= "8.0.4"
>  PREFERRED_VERSION_xf86-input-evdev ?= "2.6.0"
>  
>  APPEND += "video=vesafb vga=0x318 vmalloc=256MB"
> 

-- 
Darren Hart
Intel Open Source Technology Center
Yocto Project - Linux Kernel
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


Re: [yocto] [PATCH 2/5] crownbay.conf: specify the 8.0.4 version as preferred version of mesa-dri

2012-10-10 Thread Burton, Ross
Hi Nitin,

>From what I understand, EMGD's Mesa driver will only work correctly
with a Mesa that matches exactly the configuration that was used to
build EMGD, as the driver interface isn't stable.  Have you tested the
GL support with more than glxinfo?

Ross
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


Re: [yocto] [PATCH 2/5] crownbay.conf: specify the 8.0.4 version as preferred version of mesa-dri

2012-10-10 Thread Kamble, Nitin A


> -Original Message-
> From: Burton, Ross [mailto:ross.bur...@intel.com]
> Sent: Wednesday, October 10, 2012 2:24 AM
> To: Kamble, Nitin A
> Cc: yocto@yoctoproject.org; Zanussi, Tom; Hart, Darren
> Subject: Re: [yocto] [PATCH 2/5] crownbay.conf: specify the 8.0.4 version as
> preferred version of mesa-dri
> 
> Hi Nitin,
> 
> From what I understand, EMGD's Mesa driver will only work correctly with a
> Mesa that matches exactly the configuration that was used to build EMGD, as
> the driver interface isn't stable.  Have you tested the GL support with more
> than glxinfo?
> 
> Ross

Hi Ross,
I find that emgd driver itself is providing some of the mesa libraries & 
headers. And I could not find a match for those in any of the released mesa 
sources as well as mesa git repository. So I don't see a way to match mesa code 
exactly. If such mesa is available in closed source, I am not aware of it 
either. 
   So far I have tested with glxgears and glxinfo with the 8.0.4 version of 
mesa-dri. And I did not find any issues. And Tom has been testing the same way 
so far without any complaints. If there is something which can help things test 
further, it would be nice to add it to the poky tree; so that it can become 
part of standard tests, and QA also can use it.

Nitin
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


Re: [yocto] [PATCH 2/5] crownbay.conf: specify the 8.0.4 version as preferred version of mesa-dri

2012-10-11 Thread Burton, Ross
On 11 October 2012 00:10, Kamble, Nitin A  wrote:
>So far I have tested with glxgears and glxinfo with the 8.0.4 version of 
> mesa-dri. And I did not find any issues. And Tom has been testing the same 
> way so far without any complaints. If there is something which can help 
> things test further, it would be nice to add it to the poky tree; so that it 
> can become part of standard tests, and QA also can use it.

A slightly better test than glxgears that is in oe-core is in
libclutter-glx-1.0-examples.  Run "test-interactive
test_cairo_flowers" in a terminal, you should get flowers falling down
the screen.

(on cdt, this results in a PVR driver error - #3280)

Ross
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


Re: [yocto] [PATCH 2/5] crownbay.conf: specify the 8.0.4 version as preferred version of mesa-dri

2012-10-11 Thread Kamble, Nitin A


> -Original Message-
> From: Burton, Ross [mailto:ross.bur...@intel.com]
> Sent: Thursday, October 11, 2012 9:54 AM
> To: Kamble, Nitin A
> Cc: yocto@yoctoproject.org; Zanussi, Tom; Hart, Darren
> Subject: Re: [yocto] [PATCH 2/5] crownbay.conf: specify the 8.0.4 version as
> preferred version of mesa-dri
> 
> On 11 October 2012 00:10, Kamble, Nitin A 
> wrote:
> >So far I have tested with glxgears and glxinfo with the 8.0.4 version of
> mesa-dri. And I did not find any issues. And Tom has been testing the same
> way so far without any complaints. If there is something which can help
> things test further, it would be nice to add it to the poky tree; so that it 
> can
> become part of standard tests, and QA also can use it.
> 
> A slightly better test than glxgears that is in oe-core is in 
> libclutter-glx-1.0-
> examples.  Run "test-interactive test_cairo_flowers" in a terminal, you
> should get flowers falling down the screen.
> 


Hi Ross,
   I am not finding this recipe in the poky master.

Nitin



> (on cdt, this results in a PVR driver error - #3280)
> 
> Ross
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


Re: [yocto] [PATCH 2/5] crownbay.conf: specify the 8.0.4 version as preferred version of mesa-dri

2012-10-11 Thread Ross Burton
It's a package produced by libclutter-1.8, not a recipe. 

Ross-- 
Ross Burton
Sent with Sparrow (http://www.sparrowmailapp.com/?sig)


On Friday, 12 October 2012 at 00:39, Kamble, Nitin A wrote:

> 
> 
> > -Original Message-
> > From: Burton, Ross [mailto:ross.bur...@intel.com]
> > Sent: Thursday, October 11, 2012 9:54 AM
> > To: Kamble, Nitin A
> > Cc: yocto@yoctoproject.org; Zanussi, Tom; Hart, Darren
> > Subject: Re: [yocto] [PATCH 2/5] crownbay.conf: specify the 8.0.4 version as
> > preferred version of mesa-dri
> > 
> > On 11 October 2012 00:10, Kamble, Nitin A 
> > wrote:
> > > So far I have tested with glxgears and glxinfo with the 8.0.4 version of
> > 
> > mesa-dri. And I did not find any issues. And Tom has been testing the same
> > way so far without any complaints. If there is something which can help
> > things test further, it would be nice to add it to the poky tree; so that 
> > it can
> > become part of standard tests, and QA also can use it.
> > 
> > A slightly better test than glxgears that is in oe-core is in 
> > libclutter-glx-1.0-
> > examples. Run "test-interactive test_cairo_flowers" in a terminal, you
> > should get flowers falling down the screen.
> > 
> 
> 
> 
> Hi Ross,
> I am not finding this recipe in the poky master.
> 
> Nitin
> 
> 
> 
> > (on cdt, this results in a PVR driver error - #3280)
> > 
> > Ross 
> 
> 
> Attachments: 
> - winmail.dat
> 


___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto