|
From: James S. <jsi...@in...> - 2003-01-15 00:27:51
|
Applied. > c. Fix for fast_imageblit() so it always refer to mask tables in 32-bits > which should make it work for 64-bit machines. Ug. I rather try yo take advantge of using the full 64 bits of data to pass across the bus. What I was think is treat the 64 bit case as two 32 bit cases. The 64 bit data comes in and we run the data twice at tabs[]. |