View Single Post
Old 15 December 2018, 01:48   #3
alpine9000
Registered User
 
Join Date: Mar 2016
Location: Australia
Posts: 881
Quote:
Originally Posted by a/b View Post
If you want to preserve bitplane order, you'd have to extend the blit horizontally. So e.g 4 bitplanes => width*4, modulo*4, same height. But the problem is, can you stay within 1024 pixels, (assuming OCS, should be fine with ECS/AGA)?
If you extend it vertically (same width, height*4, same modulo), you'd reverse bitplane order.
I am doing a (potentially shifted, so extra word) cookie cut blit of something "small" to the screen bitplanes "big", so I don't think your technique would work unless the source and dest modulo are the same ? Unless I am not understanding your solution ?
alpine9000 is offline  
 
Page generated in 0.04830 seconds with 11 queries