|
From: Richard H. <rt...@tw...> - 2002-12-31 09:33:37
|
On Sun, Dec 29, 2002 at 10:58:43PM +0800, Antonino Daplas wrote: > Only fast_imageblit() should be affected. color_imageblit() and > slow_imageblit() will not be affected. Indeed. > Or we can change fast_imageblit() to always access the framebuffer > memory 32-bits at a time. The attached patch should fix this. This is probably better than the wholesale conversion to 32-bits that I did. For the most part I don't care anymore; I've implemented a hardware accelerated version for depth==1 in tgafb.c now. ;-) r~ |