[Bf-committers] Backbuffer hang in oldrenderpipe.

Robert Wenzlaff bf-committers@blender.org
Wed, 12 Nov 2003 08:23:37 -0500


On Wednesday 12 November 2003 00:25, Douglas Toltzman wrote:
> Do something like;
>
> while (0 < ((ofs & 0xffff0000) >> 16)) {
>         ofs -= 0x10000;
>         rt++;
> }
>
> You can eliminate the "sp" confusion, altogether.  Essentially, sp is a
> pointer to the high-order 16-bit component of ofs.

That's what I thought in my first post.  Though I simply used 
while(ofs>65536).
-- 
************************************************************
Robert Wenzlaff                  rwenzlaff@soylent-green.com