home *** CD-ROM | disk | FTP | other *** search
/ Learn 3D Graphics Programming on the PC / Learn_3D_Graphics_Programming_on_the_PC_Ferraro.iso / rwdos / changes < prev    next >
Text File  |  1995-02-15  |  5KB  |  141 lines

  1.  
  2.                 Log of changes for the Universal VESA VBE
  3.                 -----------------------------------------
  4.  
  5. Version 4.3 (20 March 1994)
  6.  
  7.     - Added support for 8 bit wide DAC's when certain RAMDAC's are
  8.       installed. Updated RAMDAC detection code.
  9.  
  10.     - Added support for extended CRT offset register programming for
  11.       supported SuperVGA cards. This allows gigantic virtual displays to
  12.       be set up on cards with lots of memory, and also allows virtual
  13.       screens to be enabled for the HiColor and TrueColor modes which
  14.       usually overflow the standard VGA CRT offset register. Support was
  15.       added for the following cards (unsupported cards will have to live
  16.       with the standard VGA offset register values for the time being):
  17.  
  18.         ET4000
  19.         NCR
  20.         S3
  21.         Cirrus Logic
  22.         Compaq QVision
  23.  
  24.     - Added new online registration process so registered users can convert
  25.       shareware versions to registered versions once they have the correct
  26.       id code.
  27.  
  28.     - Fixes for following chipsets:
  29.  
  30.             - ET4000/W32i
  31.             - Cirrus Logic 5426/28
  32.             - NCR 77C22E, 77C32BLT
  33.             - S3 801/805/928
  34.             - Paradise
  35.             - Avance Logic
  36.             - Oak OTI-067, OTI-077, OTI-087
  37.             - ATI 28800-5
  38.             - Chips & Tech 45x, 655x0
  39.             - MXIC 860x0
  40.             - RealTek RTG310x
  41.             - Trident 8900/9000
  42.  
  43.     - New support added for the following chipsets:
  44.  
  45.             - ATI 68800 (Mach32)
  46.             - Compaq QVision 1024 and 1280
  47.             - Weitek 5086/5186/5286 (support chips for P9000 boards)
  48.             - UMC 85c408
  49.             - Hualon HM86304
  50.             - Trident 8900CL/GUI9420
  51.  
  52.     - Better support for 24 bit modes. The UniVBE will now re-program the
  53.       CRT offset register to set the bytes per line value for 24 bit modes
  54.       to be evenly divide the 64k frame buffer (2048 bytes in 640x480
  55.       mode). This greatly simplifies the programming required to program
  56.       these modes, and is required for the MGL to operated correctly in
  57.       24 bit modes.
  58.  
  59. Version 4.2 (22 Oct 1993)
  60.  
  61.     - First shareware release.
  62.  
  63.     - Fixed a number of bugs relating to register not being correctly
  64.       preserved, which could solve some of the problems with certain
  65.       programs.
  66.  
  67.     - Improved method to force SuperVGA id from the command line.
  68.  
  69.     - Added option to swap the RED and BLUE bytes in 24 bit modes for
  70.       compatability with some video cards.
  71.  
  72.     - Improved the RAM DAC detection code, so it works correctly for
  73.       more DAC's (like the ATT 20c49x series).
  74.  
  75.     - Fixed bug in Trident detection code and finally!! fixed the page
  76.       flipping for Trident cards in the SuperVGA 256 color video modes
  77.       for cards with > 512k of video memory.
  78.  
  79.     - Fixed wierd bug relating to running Windows 3.1 on top of the
  80.       Universal VESA VBE. I hope this is now fixed.
  81.  
  82. Version 4.1 (24 Sep 1993)
  83.  
  84.     - Added support for > 1Mb of RAM for Cirrus 5426/28 chipsets. Also
  85.       fixed page flipping problem in 640x480x16 color mode.
  86.  
  87.     - Fixed buffer size problems for S3's
  88.  
  89.     - Removed all cli/sti instructions in bank switching routines. These
  90.       seem to have been a cause of a number of problems and are not
  91.       required anyway.
  92.  
  93.     - Fixed problems with DAC detection not resetting the DAC correctly
  94.       for Diamond SS24 DAC's. Also added code to reset the DAC if not
  95.       done correctly by the BIOS.
  96.  
  97.     - Fixed support for Page flipping on AL2101 and read/write bank
  98.       support.
  99.  
  100.     - Fixed page flipping on some cards like the ET3000 in the 256 color
  101.       modes (I hope).
  102.  
  103. Version 4.0 (18 Sep 1993)
  104.  
  105.     - Added support for the ET4000/W32 and OAK OTI-087 SuperVGA's.
  106.  
  107.     - Fixes for the following video cards:
  108.  
  109.             - Paradise
  110.             - Cirrus Logic
  111.             - S3
  112.  
  113.     - Added special protected mode support interface. You can now copy
  114.       relocatable versions of the bank switching and page flipping code
  115.       into your own programs to run at high speed. This will work in
  116.       both 16 and 32 bit protected mode (note that the interface is
  117.       _not_ the same as the interface to the actual VBE routines, but
  118.       much simpler and lower level for simplicity and speed).
  119.  
  120.     - Major changes and restructuring of the code in the Universal VESA
  121.       VBE. This makes it take less memory when installed, a lot simpler
  122.       to modify and add support for new video cards. The Universal VESA
  123.       VBE is now completely autonomous from the MGL package.
  124.  
  125.     - The Universal VESA VBE now only requires 3k of memory when resident,
  126.       through re-engineering the internals. It nows takes the same amount
  127.       of memory not matter how many video cards are supported. All but
  128.       the code required for the installed SuperVGA is removed from
  129.       memory when the TSR goes resident.
  130.  
  131.     - The Universal VESA VBE no longer has any 386 dependant code in it,
  132.       so will work even on old 8086 machines.
  133.  
  134.     - Added 64k color mode support for the RealTek
  135.  
  136. Versions 3.3 and below
  137.  
  138.     Previous versions of this software were named the Universal VESA TSR,
  139.     but the name was changed at the request of VESA to the Universal VESA
  140.     VBE, which describes more accurately what the program does.
  141.