MorphOS Developer
Posts: 3108 from 2003/3/5
From: Canada
@Zylesea
As far as I remember (don't have the sources here ;) the current requirement for a screen to be displayed using the Enhanced Engine is
Code:
width * height * bytesperpixel * 6 < gfx card's vmem
If the above requirement is not met, layers silently falls back into the compatible display mode which uses much less memory.
[ Edited by jacadcaps on 2009/10/23 12:19 ]