home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD1.iso / GrafikenKartenSoft / CGX214U.LHA / CyberUpdate2.14 / Docs / CGraphX214u.readme next >
Encoding:
Text File  |  1995-11-19  |  3.8 KB  |  87 lines

  1. Short:    CGraphX gfx extension update 2.14
  2. Author:   fmariak@chaosengine.ping.de,marvin@sun.ph-cip.uni-koeln.de
  3. Uploader: fmariak@chaosengine.ping (Frank Mariak)
  4. Type:     gfx/board
  5.  
  6.  
  7. The CyberGraphX system was designed to define an independant graphics
  8. standard for graphics boards. We also wanted to continue our development
  9. of graphics extensions. We could include all our knowledge of about 3 years
  10. of gfx board software development (graphics extensions for visiona, domino,
  11. picassoII and now the cybervision64).
  12.  
  13. CyberGraphX is based on hardware dependant monitor drivers and hardware
  14. independant libraries. This has some advantages: Bug fixes in the graphics
  15. extension or speed optimizations is of benefit for ALL gfx boards that are
  16. supported by the CyberGraphX system.
  17.  
  18. CyberGraphX allows using of 15/16/24 screens independant of the used
  19. color model. You are able to use the cybergraphics.library functions to
  20. modify this screens.
  21.  
  22. Currently there are versions for:  Domino
  23.                                    PicassoII
  24.                                    GVP Spectrum
  25.                                    Piccolo Z2/3
  26.                                    RetinaZ3
  27.                                    Cybervision
  28.                                    PiccoloSD64
  29.                                    A2410
  30.                                    DraCo Altais
  31.                                     
  32.  
  33. From now on each update will have its own version number. We left the old
  34. version numbering which was derived from the version number of the main
  35. library (cybergraphics.library). The archive is now called CGraphX20u.lha
  36. because we changed the whole system name from CyBERgraphics to CyberGraphX.
  37. The product has gone commercial now. A complete archive with some features
  38. disabled will be available in biz/demo soon. Full versions will be available
  39. from Softwood in US or phase5 in Germany. More information about that topic
  40. will follow in the complete aminet archive.
  41.  
  42.  
  43.  cyberintuition.lib Revision V40.28
  44.  ----------------------------------
  45.    - <= 8 bit NOCHIPSCREEN screens are always opened with the
  46.      correct depth now
  47.    - 15/16/24 bit screens are opened now even if no SA_Depth tag
  48.      is supplied
  49.    - OpenScreenTagList() NewScreen parameter is supported now
  50.      when NOCHIPSCREEN is set to on or a 15/16/24 bit screen is
  51.      opened.
  52.      This fixes some problems with titlebar fonts in certain applications.
  53.  
  54.    - screen bitmap is now cleared before a NOCHIPSCREEN screen is
  55.      opened
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  cybergraphics.lib Revision V40.64
  62.  ---------------------------------
  63.    - removed some incompatibility issues in conjunction with the
  64.      PLANES2FAST option that occured since 40.63 (DOpus 5.11 crashes etc.)
  65.  
  66.    - fixed some more bugs in chunky->planar BltMaskBitMapRastPort
  67.      /gfx code
  68.    - added UnLockBitMapTagList() call to support application
  69.      display refresh for non-linear access video boards (e.g. AmiWin & A2410)
  70.    - fixed some mask src offset bugs in BltMaskBitMapRastPort()/gfx
  71.    - fixed mask bug in BltMaskBitMapRastPort()/gfx when src bitmap was chunky
  72.      and destination was planar (mask was not correct)
  73.    - Copper DMA is not disabled anymore when KEEPAMIGAVIDEO
  74.      is off and a CGraphX view is frontmost.
  75.    - CYBRMREQ_CModelArray tag is now supported with AllocModeList()/cybergfx.
  76.      It was ignored before.
  77.    - changed BestCyberModeID MinDiff algorithm (dX^2+ dY^2)
  78.    - fixed bug in BltMaskBitMapRastPort()/gfx. When an 8bit chunky
  79.      source bitmap was supplied and the destination rastport was
  80.      8bit chunky, too, this call went wrong.
  81.    - extended BltMaskBitMapRastPort()/gfx now supports non planar
  82.      source bitmaps
  83.    - fixed writemask bug in BltBitmap()/gfx when CPUP2C was on and -1/0 dummy
  84.      planes were used as source data
  85.    - diverse bug fixes in ScalePixelArray()/cybergraphics.lib
  86.    - again made some changes to the sprite funcs
  87.