home *** CD-ROM | disk | FTP | other *** search
- Short: CGraphX gfx extension update 2.14
- Author: fmariak@chaosengine.ping.de,marvin@sun.ph-cip.uni-koeln.de
- Uploader: fmariak@chaosengine.ping (Frank Mariak)
- Type: gfx/board
-
-
- The CyberGraphX system was designed to define an independant graphics
- standard for graphics boards. We also wanted to continue our development
- of graphics extensions. We could include all our knowledge of about 3 years
- of gfx board software development (graphics extensions for visiona, domino,
- picassoII and now the cybervision64).
-
- CyberGraphX is based on hardware dependant monitor drivers and hardware
- independant libraries. This has some advantages: Bug fixes in the graphics
- extension or speed optimizations is of benefit for ALL gfx boards that are
- supported by the CyberGraphX system.
-
- CyberGraphX allows using of 15/16/24 screens independant of the used
- color model. You are able to use the cybergraphics.library functions to
- modify this screens.
-
- Currently there are versions for: Domino
- PicassoII
- GVP Spectrum
- Piccolo Z2/3
- RetinaZ3
- Cybervision
- PiccoloSD64
- A2410
- DraCo Altais
-
-
- From now on each update will have its own version number. We left the old
- version numbering which was derived from the version number of the main
- library (cybergraphics.library). The archive is now called CGraphX20u.lha
- because we changed the whole system name from CyBERgraphics to CyberGraphX.
- The product has gone commercial now. A complete archive with some features
- disabled will be available in biz/demo soon. Full versions will be available
- from Softwood in US or phase5 in Germany. More information about that topic
- will follow in the complete aminet archive.
-
-
- cyberintuition.lib Revision V40.28
- ----------------------------------
- - <= 8 bit NOCHIPSCREEN screens are always opened with the
- correct depth now
- - 15/16/24 bit screens are opened now even if no SA_Depth tag
- is supplied
- - OpenScreenTagList() NewScreen parameter is supported now
- when NOCHIPSCREEN is set to on or a 15/16/24 bit screen is
- opened.
- This fixes some problems with titlebar fonts in certain applications.
-
- - screen bitmap is now cleared before a NOCHIPSCREEN screen is
- opened
-
-
-
-
-
- cybergraphics.lib Revision V40.64
- ---------------------------------
- - removed some incompatibility issues in conjunction with the
- PLANES2FAST option that occured since 40.63 (DOpus 5.11 crashes etc.)
-
- - fixed some more bugs in chunky->planar BltMaskBitMapRastPort
- /gfx code
- - added UnLockBitMapTagList() call to support application
- display refresh for non-linear access video boards (e.g. AmiWin & A2410)
- - fixed some mask src offset bugs in BltMaskBitMapRastPort()/gfx
- - fixed mask bug in BltMaskBitMapRastPort()/gfx when src bitmap was chunky
- and destination was planar (mask was not correct)
- - Copper DMA is not disabled anymore when KEEPAMIGAVIDEO
- is off and a CGraphX view is frontmost.
- - CYBRMREQ_CModelArray tag is now supported with AllocModeList()/cybergfx.
- It was ignored before.
- - changed BestCyberModeID MinDiff algorithm (dX^2+ dY^2)
- - fixed bug in BltMaskBitMapRastPort()/gfx. When an 8bit chunky
- source bitmap was supplied and the destination rastport was
- 8bit chunky, too, this call went wrong.
- - extended BltMaskBitMapRastPort()/gfx now supports non planar
- source bitmaps
- - fixed writemask bug in BltBitmap()/gfx when CPUP2C was on and -1/0 dummy
- planes were used as source data
- - diverse bug fixes in ScalePixelArray()/cybergraphics.lib
- - again made some changes to the sprite funcs
-