Re: [clutter] Text Font issue with Clutter 1.0.10

2010-07-06 Thread varun shrivastava
Hi
   i downloaded clutter 1.2.10 and compiled it with following args.

./configure --with-flavour=eglx --with-gles=2.0

finding the same issue there.
Does any one have an idea.


Thanks

On Fri, Jun 4, 2010 at 5:45 AM, Nirmalya Barat barat.nirma...@yahoo.comwrote:

 Neil,

 I tried the clutter I got from git. It solves the font issue. However
 performance is pretty slow compared to 1.0.10. Do u guys have ani existing
 issue like this?

 thx

 Nirmalya

  --
 *From:* Neil Roberts n...@linux.intel.com
 *To:* Nirmalya Barat barat.nirma...@yahoo.com; clutter@o-hand.com
 *Sent:* Thu, June 3, 2010 2:32:46 AM

 *Subject:* Re: [clutter] Text Font issue with Clutter 1.0.10

 Nirmalya Barat barat.nirma...@yahoo.com wrote:

  I want to apply the related fixes on top of our clutter version off
  1.2.8. Which are the ones I should pick up among these to fix the font
  issue?

 I would strongly recommend just using the branch directly because there
 are only minor bugfixes on that branch, but if you are sure you just
 want to apply the patches instead I would recommend these patches at a
 minimum:

 080187e update backend to use lazy context/stage creation
 23de53f clutter-backend-egl: Create a dummy X window and EGL surface
 e9d24b3 fix case when EGL driver doesn't support EGL_NATIVE_VISUAL_ID
 040c240 clutter-stage-egl.c: Don't call eglWait*()
 5abb2fe clutter-backend-egl: Chain up in dispose before destroying the
 context

 Regards,
 - Neil
 --
 To unsubscribe send a mail to clutter+unsubscr...@o-hand.com





Re: [clutter] Text Font issue with Clutter 1.0.10

2010-06-03 Thread Neil Roberts
Nirmalya Barat barat.nirma...@yahoo.com wrote:

 I want to apply the related fixes on top of our clutter version off
 1.2.8. Which are the ones I should pick up among these to fix the font
 issue?

I would strongly recommend just using the branch directly because there
are only minor bugfixes on that branch, but if you are sure you just
want to apply the patches instead I would recommend these patches at a
minimum:

080187e update backend to use lazy context/stage creation
23de53f clutter-backend-egl: Create a dummy X window and EGL surface
e9d24b3 fix case when EGL driver doesn't support EGL_NATIVE_VISUAL_ID
040c240 clutter-stage-egl.c: Don't call eglWait*()
5abb2fe clutter-backend-egl: Chain up in dispose before destroying the context

Regards,
- Neil
-- 
To unsubscribe send a mail to clutter+unsubscr...@o-hand.com



Re: [clutter] Text Font issue with Clutter 1.0.10

2010-06-03 Thread Nirmalya Barat
Neil,

I tried the clutter I got from git. It solves the font issue. However 
performance is pretty slow compared to 1.0.10. Do u guys have ani existing 
issue like this?

thx

Nirmalya 





From: Neil Roberts n...@linux.intel.com
To: Nirmalya Barat barat.nirma...@yahoo.com; clutter@o-hand.com
Sent: Thu, June 3, 2010 2:32:46 AM
Subject: Re: [clutter] Text Font issue with Clutter 1.0.10

Nirmalya Barat barat.nirma...@yahoo.com wrote:

 I want to apply the related fixes on top of our clutter version off
 1.2.8. Which are the ones I should pick up among these to fix the font
 issue?

I would strongly recommend just using the branch directly because there
are only minor bugfixes on that branch, but if you are sure you just
want to apply the patches instead I would recommend these patches at a
minimum:

080187e update backend to use lazy context/stage creation
23de53f clutter-backend-egl: Create a dummy X window and EGL surface
e9d24b3 fix case when EGL driver doesn't support EGL_NATIVE_VISUAL_ID
040c240 clutter-stage-egl.c: Don't call eglWait*()
5abb2fe clutter-backend-egl: Chain up in dispose before destroying the context

Regards,
- Neil
-- 
To unsubscribe send a mail to clutter+unsubscr...@o-hand.com


  

Re: [clutter] Text Font issue with Clutter 1.0.10

2010-06-02 Thread Neil Roberts
Nirmalya Barat barat.nirma...@yahoo.com wrote:

 I tried clutter 1.2.8 same issue persists. Do you know anything
 related fixed in 1.2.10?

Yes, the fixes for the eglx backend unfortunately were too late for the
1.2.8 release so they aren't in any release yet. If you are able to
clone the git repo and use the clutter-1.2 branch then you will get the
patches or you can wait for the 1.2.10 release (which might happen
sooner if you hassle Emmanuele Bassi :).

- Neil
-- 
To unsubscribe send a mail to clutter+unsubscr...@o-hand.com



Re: [clutter] Text Font issue with Clutter 1.0.10

2010-06-02 Thread Nirmalya Barat
Hi Neil,

I want to apply the related fixes on top of our clutter version off 1.2.8. 
Which are the ones I should pick up among these to fix the font issue?

5 days cogl-texture-2d: Regenerate the mipmaps when the texture ... Neil 
Roberts 
2010-05-19 eglx: implement cogl_get_proc_address() Brian Tarricone 
2010-05-19 eglx: Rename EGLNative{Window,Display}Type back to Native... Neil 
Roberts 
2010-05-19 clutter-backend-egl: Chain up in dispose before destroyin... Neil 
Roberts 
2010-05-19 clutter-stage-egl.c: Don't call eglWait*() Neil Roberts 
2010-05-19 fix case when EGL driver doesn't support EGL_NATIVE_VISUA... Brian 
Tarricone 
2010-05-19 clutter-backend-egl: Create a dummy X window and EGL surface Neil 
Roberts 
2010-05-19 update backend to use lazy context/stage creation Brian Tarricone 
2010-05-17 cogl-material: Set the blend equation even if blend funcs... Neil 
Roberts 
2010-05-17 cogl-material: Set blend constant even if alpha and rgb f... Neil 
Roberts 
2010-05-17 cogl-blend-string: Don't split combined blend statements ... Neil 
Roberts 
2010-05-10 cogl-framebuffer: Flush journal when creating fbo Owen W. Taylor 
2010-05-10 Post-release version bump to 1.2.9 Emmanuele Bassi 

thx

Nirmalya





From: Neil Roberts n...@linux.intel.com
To: Nirmalya Barat barat.nirma...@yahoo.com; clutter@o-hand.com
Sent: Wed, June 2, 2010 3:13:41 AM
Subject: Re: [clutter] Text Font issue with Clutter 1.0.10

Nirmalya Barat barat.nirma...@yahoo.com wrote:

 I tried clutter 1.2.8 same issue persists. Do you know anything
 related fixed in 1.2.10?

Yes, the fixes for the eglx backend unfortunately were too late for the
1.2.8 release so they aren't in any release yet. If you are able to
clone the git repo and use the clutter-1.2 branch then you will get the
patches or you can wait for the 1.2.10 release (which might happen
sooner if you hassle Emmanuele Bassi :).

- Neil



  

Re: [clutter] Text Font issue with Clutter 1.0.10

2010-06-01 Thread Nirmalya Barat
Hi Neil,

I tried clutter 1.2.8 same issue persists. Do you know anything related fixed 
in 1.2.10?

thx

Nirmalya





From: Neil Roberts n...@linux.intel.com
To: Nirmalya Barat barat.nirma...@yahoo.com; clutter@o-hand.com
Sent: Tue, June 1, 2010 2:40:47 AM
Subject: Re: [clutter] Text Font issue with Clutter 1.0.10

Nirmalya Barat barat.nirma...@yahoo.com wrote:

 I am using clutter 1.0.10 on EGLX backend. While displaying a
 ClutterText actor with any color other than black shows boxes around
 the characters. Looks like a blending issue. I have seen many posts
 regarding this. Do we have a solution? clutter_set_font_flags() didn't
 work for me.

Is there any particular reason you're using 1.0.10? That's pretty old
now and we don't maintain the 1.0 series anymore. You may have better
luck if you switch to the clutter-1.2 branch from git which will soon
become the 1.2.10 release. It should be ABI and API compatible with
1.0.10. That branch has recently had a few patches on for the EGLX
backend and as far as I know it is working reasonably well now.

Regards
- Neil



  

Re: [clutter] Text Font issue with Clutter 1.0.10

2010-05-31 Thread Yogesh Gole
Hi Nirmalya,

This can be anti-alising issue.

Regards,
Yogesh

Hi,

 I am using clutter 1.0.10 on EGLX backend. While displaying a ClutterText
 actor with any color other than black shows boxes around the characters.
 Looks like a blending issue. I have seen many posts regarding this. Do we
 have a solution? clutter_set_font_flags() didn't work for me.

 thx

 Nirmalya