9front - general discussion about 9front
 help / color / mirror / Atom feed
* memfillpoly
@ 2018-04-05  0:45 Robert Ransom
  0 siblings, 0 replies; only message in thread
From: Robert Ransom @ 2018-04-05  0:45 UTC (permalink / raw)
  To: 9front

Does anyone need libmemdraw to be fast on platforms with no FPU?
memfillpoly currently does more than one 64-bit integer division-type
operation (div or mod) per segment per scan line, and a halfway sane
floating-point linear interpolation would be faster whenever an FPU is
available.

Also, does anyone *want* memfillpoly to implement the documented
behavior (filling everything outside the polygon instead of inside it)
for wind=0 or wind=~1?


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2018-04-05  0:51 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-04-05  0:45 memfillpoly Robert Ransom

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).