Re: makeNativeRgn

2002-04-10 Thread Alan Hourihane

On Wed, Apr 10, 2002 at 12:42:23PM +1000, Robert Collins wrote:
 Alan,
   this may be of use to you: It's the region optimisation I mentioned
 before. It seems a little faster to me, which indicates that some
 (most?) of the calls have mulitple clip regions. 
 
Robert,

Thanks for the patch. I'll apply it.

Like I said though, I haven't even started at looking at optimizations
until the span functions are working correctly. So your gonna find
lots and lots of places that can be optimized.

Alan.



RE: makeNativeRgn

2002-04-10 Thread Robert Collins



 -Original Message-
 From: Alan Hourihane [mailto:[EMAIL PROTECTED]] 
 Sent: Wednesday, April 10, 2002 5:44 PM
 To: [EMAIL PROTECTED]
 Subject: Re: makeNativeRgn
 
 
 On Wed, Apr 10, 2002 at 03:35:06PM +1000, Robert Collins wrote:
  There's more that can be done, like moving the clipboard selection 
  before the spans iteration, but the biggest improvement 
 I've achieved 
  so far is making native Rgn's for the FILLTILED routine. 
 I'll make a 
  patch for this once I clean a little other code in 
 winfillsp.c up. The 
  background rendering is instantaneous with this for me.
  
 O.k.
 
 I'll hang off applying that other patch until you've done the above.
 
 Can you send the patch as an attachment. At my end windows 
 nicely put in the good old =20 and =3D expansions into the last email.

Will do.

Rob