[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

Re: [pygame] [PATCH] Smooth Scaling v3



ah cool.

I noticed it's against pygame 1.7.1 and not the latest in subversion.

Any chance you can put it into the latest transform.c ?  If not I guess I'll do it at the sprint in about 14 hours from when I sent this email.


Cheers,


On 6/26/07, Richard Goedeken <SirRichard@xxxxxxxxxxxxxxxxxxxxxxx> wrote:

Okay, this is the final version of the SmoothScale patch.  I built the
last one on an Ubuntu/x86_64 laptop and it crashed.  I traced the
problem to my input/output register handling with the crazy AT&T syntax
and figured out the proper way to tell the compiler what registers I
have changed.  The attached code works on all 3 platforms and I believe
the syntax is correct now.

Richard