home *** CD-ROM | disk | FTP | other *** search
/ The Best of Mecomp Multimedia 1 / Mecomp-CD.iso / amiga / grafic / picasso / picasso96 / picasso96.readme < prev    next >
Encoding:
Text File  |  1997-08-18  |  4.3 KB  |  94 lines

  1. Short:    Picasso96 system for Amiga graphics boards
  2. Author:   Tobias Abt <tabt@studbox.uni-stuttgart.de>
  3. Uploader: Tobias Abt <tabt@studbox.uni-stuttgart.de>
  4. Type:     gfx/board
  5. Version:  1.24
  6.  
  7. This archive contains all you need to get Picasso96 up and running on your
  8. Amiga.  Picasso96 offers support for many different Amiga graphics boards,
  9. has  builtin  HiColor and TrueColor support for intuition screens and many
  10. more...
  11.  
  12. Requirements:
  13. - Kickstart and Workbench 3.0 (V39) since Picasso96 v1.17,
  14. - Motorola MC68020 processor or better,
  15. - CyberVision 64, Domino, Merlin, oMniBus, Picasso II, Picasso II+,
  16.   Picasso IV, Piccolo, Piccolo SD64 or Spectrum.
  17.  
  18. AnyWare, i.e. not commercial or ShareWare. No distribution restrictions.
  19.  
  20. Short history:
  21.  
  22. Changes in 1.24:
  23. - corrected checks for maximum BitMap size that may be put to the board.
  24. - CV64: some minor speed improvements, corrected sync polarities and screen
  25.   clearing.
  26. - changed screen mode name for 8 bit modes for better sorting.
  27. - lots of speed improvements on the Cirrus GD5446 (as used on the PicassoIV).
  28. - finished BltPattern() with masks in Hi/TrueColor (ColorWheel should finally
  29.   work on all screens as expected).
  30. - mouse sprite speed is now the same for all sprite resolutions.
  31. - detecting of empty software mouse sprites implemented.
  32.  
  33. Changes in 1.23:
  34. - further on-board hardware-blitting support implemented.
  35. - friends to bitmaps already on the board will be allocated on the board,
  36.   too, especially clip rects. This in combination with the new on-board 
  37.   blitting functions can lead to dramatically improved layering operations
  38.   if there is enough off-screen memory available on the board. So you
  39.   might think twice before spending all board memory for large and/or
  40.   TrueColor screens... :-)
  41. - improved management of on-board memory.
  42. - to take advantage of the new features, some S3 driver blitter functions
  43.   had to be rewritten and may be a little bit slower now. This also fixes
  44.   some potential problems with small screens at the end of the board
  45.   memory due to restrictions caused by the way the blitter has to be
  46.   programmed and leads to more efficient memory usage.
  47. - fixed rounding and pixel clock slider (edit screen) in Picasso96Mode.
  48. - PiccoloSD64: improved timing and fixed ZorroII planar2chunky bug.
  49. - fixed two color chunky screen layering bug.
  50. - changed naming scheme for screen modes to give more detailed 
  51.   information on the different modes (limited to 31 characters by the OS).
  52.   The display IDs are still the same, so only a few braindead programs
  53.   should notice.
  54.  
  55. Changes in 1.22a:
  56. - included new version of picture.datatype
  57. - replaced invalid GD5434 chip driver
  58.  
  59. Changes in 1.22:
  60. - bug in BltBitMap fixed, Workbench now displays directories using
  61.   "View By Name" method correctly even in Hi- and TrueColor,
  62. - bug in GetColorMap() fixed which made trouble pinting in color from
  63.   within various applications,
  64. - PicassoIV driver and FliFiTool now support PicassoIV.resource versions
  65.   upto 4.1,
  66. - if you use a SoftSprite with PicassoIV, it will no longer disappear over
  67.   PIPs,
  68. - sanity checks added for PIP stuff,
  69. - CV64 hires sprite in TrueColor fixed,
  70. - CV64 and SD64 planar to chunky conversion hardware support added,
  71. - Picasso96Mode now displays an extra timing parameter window on the "Edit"
  72.   screen and preserves future monitor data chunks written by PMTNG and
  73.   maybe even Picasso96Mode itself...
  74. - the Picasso96 installation comes in a separate directory now.
  75.  
  76. Changes in 1.21:
  77. - fixed bug which resulted in BMF_CLEAR being ignored in various cases,
  78. - fixed bug with fonts using italic soft style on non-layered rastports
  79.   (Commodore did not adhere to its own programming guidelines there...),
  80. - no normal user should ever be annoyed by debug output again from now on.
  81.  
  82. Changes in 1.20:
  83. - Direct2Chunky and Direct2Planar blits now work by pen comparison. At least
  84.   PowerSnap works with Hi- and TrueColor screens now...,
  85. - fixed AllocBitMap() which did not clear bitmaps in some cases,
  86. - fixed bug in Draw() that did not reset some chip registers on planar
  87.   displays,
  88. - fixed bug in internal DisplayID handling that could cause lockups,
  89. - added DisplayID sanity check to avoid DisplayIDs from being used twice,
  90.   resulting in system lockups,
  91. - fixed fastlayers.library which caused crashes on some systems,
  92. - planar modes supported with PicassoIV now,
  93. - added byteswapped modes with PicassoIV in ZorroII amigas
  94.