1021
Axe / Re: [Axe] Mode 7 test
« on: December 30, 2012, 01:10:17 pm »
I think projecting pixels from the buffer onto the screen would be faster, you don't need to project empty regions at all.
But calculating which (screen-)pixels have to be set for one (image-)pixel/texel needs some time, too.
Many clear texels -> image->screen faster
Many set texels -> screen->image faster
Also, are you doing real mode 7 (which doesn't support perspective/z at all)?
But calculating which (screen-)pixels have to be set for one (image-)pixel/texel needs some time, too.
Many clear texels -> image->screen faster
Many set texels -> screen->image faster
Also, are you doing real mode 7 (which doesn't support perspective/z at all)?