Re: [AD] 4.3 display update methods |
[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
On Monday 24 July 2006 22:38, Robert Ohannessian wrote:
> Why can't Allegro implement the dirty rectangle part?
It would have to duplicate everything that is drawn to the screen on a memory
bitmap (not all drivers preserve video memory), for the extremely rare event
that the system wants you to redraw part of the window and you won't have
anything ready to show for a while. I don't think the speed impact would be
worth it.