Re: [AD] SF.net SVN: alleg:[11840] allegro/branches/4.9 |
[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
On 2009-03-14, Thomas Fjellstrom <tfjellstrom@xxxxxxxxxx> wrote:
>
> ex_membmp is up to 20fps. ex_prim is virtually unchanged. Except I seem to be
> seeing some white dots blink at the verticies in the first primitive... That
> wasn't there before in software mode.
Yes, I can see it too. Turns out _al_fast_float_to_int() is
occasionally passed negative values in the range (-1.0, 0.0)
which is rounds to -1 instead of truncating to 0. Not sure where
those values are coming from yet.
Peter