home *** CD-ROM | disk | FTP | other *** search
/ Magazyn Exec 4 / CD_Magazyn_EXEC_nr_4.iso / Recent / util / boot / BlazeWCP.readme < prev    next >
Encoding:
Text File  |  2000-11-16  |  833 b   |  19 lines

  1. Short:    ULTRA FAST 32bit C2P patch for OS chunky functions
  2. Author:   rickprat@usit.net (Rick Pratt)
  3. Uploader: rickprat@usit.net (Rick Pratt)
  4. Version:  1.6
  5. Type:     util/boot
  6.  
  7.     Very fast Replacement for the OS chunky pixel functions
  8.  WritePixelLine8(), WritePixelArray8() and WriteChunkyPixels().
  9.  Uses 32bit Chunky 2 Planar routines to write longwords to chipram.
  10.  This makes it fast on 020+ cpus and REALLY fast on machines with 32bit
  11.  chipram (A1200, A3000, A4000).  Uses DoHookClipRects() to convert
  12.  directly into the destination bitmap and so can only be used on
  13.  OS 3.0 or greater.
  14.  
  15.     This version has c2p code just for doing non-aligned first/last
  16.  longword masking.  This gains about a ~6% speed up on my 030 40MHz
  17.  and about a ~10% speed up on a 060.  This is only for non-aligned
  18.  tests and your speed up may vary.
  19.