Powerbook 5.6 (1.667 GHz)
BENCHMARKs: VC: 7.819s VO: 3.808s A: 0.000s Sys: 0.255s = 11.882s
BENCHMARK%: VC: 65.8037% VO: 32.0497% A: 0.0000% Sys: 2.1466% = 100.0000%
VO: Enabling blanker
Pretty close to X1000.
Not really, because your comparing bananas with apples.
Your comparing ARGB bitmap graphics with YUV420 overlay, two different technology’s.
YUV420p is a 12bit format vs ARGB a 32bit format.
http://en.wikipedia.org/wiki/YUVARGB = 640x480*4 = 1 228 800 bytes
YUV420p = 640x480*6/4 = 460 800 bytes
ARGB takes 266% more space then YUV420p, conversion & bandwidth is also costly when you most use ARGB.
So basically the AmigaONE-X1000 has to work harder to display the same graphics.