home *** CD-ROM | disk | FTP | other *** search
/ Point Programming 1 / PPROG1.ISO / c / svgkt4 / doc / changes next >
Encoding:
Text File  |  1993-10-23  |  9.7 KB  |  245 lines

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