home *** CD-ROM | disk | FTP | other *** search
/ World of Graphics / WOGRAPH.BIN / 423.CHANGES < prev    next >
Text File  |  1993-03-07  |  8KB  |  193 lines

  1.  
  2.               Log of changes for the SuperVGA Test Library
  3.               --------------------------------------------
  4.  
  5. Version 3.1 (7 March 1993)
  6.  
  7.     - Changed the Universal VESA TSR to compile in the large memory model,
  8.       and to startup in C to perform the SuperVGA detection etc. Thus it
  9.       now also takes command line arguments to force it to work with any
  10.       SuperVGA configuration. It can now also be compiled in testing mode
  11.       where it will call a C testing procedure after installing the interrupt
  12.       handlers so it can be debugged easily using Turbo Debugger. It will
  13.       not go TSR when in testing mode, but simply restore the interrupt
  14.       vectors and quit.
  15.  
  16.     - Added support for returning optional mode information to the
  17.       Universal VESA TSR to make it more compatible.
  18.  
  19.     - Fixed bugs in the detection of TrueColor video DAC's.
  20.  
  21.     - Change the version numbering for the Universal VESA TSR to match
  22.       the SuperVGA test kit library.
  23.  
  24.     - Added command line options to the programs to allow the
  25.       programs to be forced to run for a particular video card. This
  26.       includes the Universal VESA TSR.
  27.  
  28.     - Added code to both the test programs and Univesal VESA TSR to
  29.       check the type of CPU before running the program.
  30.  
  31.     - Fixed problems with clearing unavailable 24 bit video modes for
  32.       Genoa 7900 and Speedstar 24 cards. This should work now.
  33.  
  34.     - Added code to detect whether the 1280x1024x16 color video mode
  35.       is available on ET4000 cards (older ones don't have it).
  36.  
  37.     - Fixed problem with detecting 32k and 16m color support on Everex
  38.       Viewpoint TC card. Also fixed problem with not correctly calculating
  39.       the number of pages on Everex boards.
  40.  
  41.     - Fixed problem with detecting the number of pages on Cirrus 5422
  42.       boards.
  43.  
  44.     - Attempted to fix problem with extended flipping of Standard VGA
  45.       modes on Ahead SuperVGA's.
  46.  
  47. Version 3.0 (30 Feb 1993)
  48.  
  49.     - Added the Universal VESA TSR. This will provide full VESA 1.2 BIOS
  50.       functionality for all supported SuperVGA's.
  51.  
  52.     - Restructured the test kit code into test programs and an underlying
  53.       'C' callable library for each video mode type (16, 256, 32k and
  54.       16m colors). Thus you can now easily use the library code in your
  55.       own programs.
  56.  
  57.     - Fixed bugs with the Paradise WD90C30 video card.
  58.  
  59.     - Add a number of hacks to the ET4000 code to make it work with all the
  60.       different 24 bit cards that have different mode numbers (MegaEva/2,
  61.       Diamond Speedstar 24, Genoa 7900).
  62.  
  63. Version 2.1 (24 Feb 1993)
  64.  
  65.     - The library is now '386 specific, given the incredibly cheap
  66.       price of '386 hardware (and the benefits obtained).
  67.  
  68.     - Added support for all the standard EGA and VGA modes as well, so
  69.       you can test page flipping etc for all possible video modes.
  70.  
  71.     - Better support for calculating the number of available pages, so
  72.       will work out correct number of pages for adpaters with > 1Mb on
  73.       board.
  74.  
  75.     - Add support to determine the number of available pages for a
  76.       video mode during video adapter detection.
  77.  
  78.     - Restructured the entire library to help in the development of the
  79.       Universal VESA TSR program. The framework has now been laid for
  80.       this project to progress.
  81.  
  82.     - Added detection of available video pages for a specific mode
  83.       before the mode is actually set.
  84.  
  85.     - Removed memcheck from VESA detection routine. This does not seem to
  86.       work correctly on all VESA boards. If the VESA BIOS gives incorrect
  87.       memory values by not restricting video modes depending on the available
  88.       memory, we can do nothing about it.
  89.  
  90.     - Fixed up S3 support to only use the VESA 10xh video modes, and not the
  91.       20xh co-processed video modes, to ensure compatibility.
  92.  
  93.     - Removed all support for the S3 1280x1024x16 color video mode. This
  94.       is such a silly mode that it is not worth supporting...
  95.  
  96.     - Fixed bugs in a number of video adapter routines.
  97.  
  98. Version 2.0 (28 Nov 1992)
  99.  
  100.     - Modified code to be '286 processor dependant, for extra speed.
  101.       Who uses XT's for real Graphics anyway?
  102.  
  103.     - Fixed bug in Trident 8900 page flipping code.
  104.  
  105.     - Fixed bug in Paradise initialisation testing code.
  106.  
  107.     - Fixed bug in numbering of VESA 32k video modes.
  108.  
  109.     - Added a number of modules and include files to define the video
  110.       mode numbers supported by each particular video card.
  111.  
  112.     - Added tables of symbolic video mode and driver names.
  113.  
  114.     - Restructured the test programs to work with any of the supported
  115.       video modes, and to provide more useful information about whether
  116.       the test has succeeded or not.
  117.  
  118.     - Added both 32k color and 16 million color test programs.
  119.  
  120.     - Modified the mode setting code to remember if the EGA/VGA 43 line
  121.       mode was set, and to reset it when graphics mode is exited if it
  122.       was.
  123.  
  124.     - Removed old write bank setting routines. Now you simply call
  125.       [NewBank] to set both the read/write banks, and [ReadBank] to
  126.       change the read bank to some other value.
  127.  
  128.     - Added support for VESA SuperVGA extended page flipping!
  129.  
  130.     - Detection of VESA SuperVGA's can be done either before or after
  131.       detection of all supported SuperVGA's.
  132.  
  133.     - Added support for separate read/write banks and extended page
  134.       flipping for more boards.
  135.  
  136.     - Added support for more SuperVGA's (AL2101, MXIC, Primus 2000,
  137.       RealTek 3106).
  138.  
  139.     - Improved SuperVGA detection code by making the tests for each
  140.       video card a lot more stringent, to avoid misidentifications. Also
  141.       each routine will modify the list of available modes depending
  142.       on the installed chip version.
  143.  
  144.     - Added support for detecting the type of Video DAC installed, for
  145.       both HiColor (15 bit) and TrueColor (24 bit) type DAC's.
  146.  
  147.     - Added support for wierd boards like the S3, which have large
  148.       bytes per line values.
  149.  
  150.     - Added support for the Oak Tech OTI-037C SuperVGA (only has
  151.       800x600x16 color mode tho).
  152.  
  153.     - Fixed a number of bugs in the Trident 8900 code. Should work well now.
  154.  
  155. Version 1.1 (19 Nov 92)
  156.  
  157.     - Added memory detect routine for VESA compatible SuperVGA's.
  158.  
  159.     - Saving the BytesPerLine value for VESA compatible SuperVGA's, and
  160.       better handling of VESA Video Mode numbers in MGL_detectGraph().
  161.  
  162.     - Support for VESA 1.2 video modes (up to 1280x1024 16 million colors)
  163.  
  164.     - Added support for AcuMos SuperVGA detection and bank switching
  165.  
  166.     - Added support for S3 based SuperVGA's bank switching (missing
  167.       from previous release) and extended page flipping. Also added
  168.       checking for S3 HiColor video mode availability.
  169.  
  170.     - Added support for detection of newer ATI SuperVGA chips that
  171.       support up to 1M of video ram.
  172.  
  173.     - Fixed bug in bank switching code for Video7 V7VGA Version 5
  174.       chipsets (I think this is what the Video7 1024i has).
  175.  
  176.     - Added code to differentiate between C&T 82C451/452/453 chips
  177.       as bank switching is different for each chip.
  178.  
  179.     - Fixed bug in Tseng ET3000 bank switching code causing it not to
  180.       work in 256 color modes.
  181.  
  182.     - Added enhanced memory size detection for Everex video boards
  183.  
  184.     - Added support for separate read/write banks and extended page
  185.       flipping for Ahead B SuperVGA's
  186.  
  187.     - Modified to check for HiColor DAC internally in MGL_detectGraph,
  188.       adjusting the list of available modes accordingly. Thus we no
  189.       longer have the grSVGA_ET4000HC et al device numbers.
  190.  
  191. Version 1.0 - First public release (14 Nov 92)
  192.  
  193.