home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 4 / AACD04.ISO / AACD / Hardware / CgxUpd422 / Changes.txt < prev    next >
Text File  |  1999-11-02  |  2KB  |  42 lines

  1. Changes for 42.2
  2.  
  3. - graphics/BitmapScale() did not work properly for 24bit 3BPP CyberGraphX 
  4.   maps (e.g. corrupt graphics with Voyager 2.x/3.x on 24bit packed pixel
  5.   screens)
  6. - added additional parameter clipping to graphics/GetRGB32() patch to 
  7.   avoid memory trashing problems when invalid parameters were used for
  8.   the starting colour or the colour count
  9. - added an additional WaitBlit() after chip->chip bitblits to avoid problems
  10.   with slow amiga blitter
  11. - fixed a "crawling ants" problem in the line drawing code if someone tried
  12.   to draw a patterned line with only one pixel length
  13. - For doublescan screens the vertical mouse resolution is halfed which should
  14.   half vertical mouse speed, too
  15. - A datatypes.library >= v44 is not patched by CyberGraphX anymore
  16. - CyberGraphX's OpenScreenTagList() patch now passes the SA_Pens tag
  17.   to intuition even if a workbench type screen is to be opened. This
  18.   fixes the problem that ScalOs assigned system pens were ignored before.
  19. - fixed a bug in graphics/BltMaskBitMapRastPort() patch which caused this
  20.   function not to work properly when the source bitmap was relocated to 
  21.   graphics board video memory. This should fix the transparent NewIcons 
  22.   rendering bug in conjunction with the BITMAPCACHE option in Scalos.
  23. - BltBitmap[RastPort]() & ClipBlit() with minterm 0x6x (src EOR dst) now really 
  24.   do a src EOR dst operation instead of swapping src and dst bits on extended 
  25.   chunky maps. This fixes some problems with Iconian's popup gadgets on 
  26.   high/truecolour screens for example
  27. - added new environment variable FORCECHUNKY to disable/enable 
  28.   graphics/AllocBitmap() BMF_MINPLANES flag compatibility kludge (was required
  29.   by applications like old picture/animation.datatype which relied on 
  30.   AllocBitmap() returning planar bitmaps even when a friend bitmap was passed).
  31.   This switch defaults to off.
  32.  
  33. Changes for 42.1
  34.  
  35. - cybergraphics vblank interrupt handler is now only installed if at least
  36.   one graphics card is configured for draggable screens
  37. - fixed some problems with doublebuffered screen bitmaps
  38.  
  39. Changes for 42.0
  40.  
  41. - initial v4 release
  42.