home *** CD-ROM | disk | FTP | other *** search
/ PC Welt 1998 July / Image.bin / GRAPHIC / CARDEX / POWER3D / DR3DPW95 / README.TXT < prev    next >
Encoding:
Text File  |  1997-11-27  |  5.2 KB  |  149 lines

  1.                    3DLABS WIN95 DRIVER
  2.                    ===================
  3.                Display Driver Ver 4.10.01.2103-0231
  4.                OpenGL Driver Ver 1.1.22-0315
  5.                Heidi Driver Ver 1.6
  6.  
  7. This Readme describes how to download and install the above driver
  8. release. It also lists the bug fixes and enhancements in this release.
  9.  
  10. 0) Contents
  11. 1) Installation
  12. 2) New Display Driver Features
  13. 3) Display Driver Bugs Fixed
  14. 4) New OpenGL Driver Features
  15. 5) OpenGL Driver Bugs Fixed
  16. 6) OpenGL known Anomalies
  17.  
  18.  
  19. 1) Installation
  20. ===============
  21.  
  22. NOTE: If you are upgrading from the 4.03.00.2101-0071 Release Candidate 2
  23. then you will be warned that three files have a for a different language.
  24. This was a bug in RC2 and you should reply NO when asked if you want to
  25. keep the old file in all three cases, so that Windows 95 DOES install the
  26. files from the final release.
  27.  
  28. 1.1 Download into an appropriate scratch directory
  29.     (e.g. C:\3dlabs).
  30. 1.2 Use pkUnzip to uncompress the .ZIP file USING THE
  31.     -d OPTION to preserve the directory structure...
  32.     > pkUnzip -d c:\3dlabs\XXXX.ZIP
  33. 1.3 This will produce a .PDF file, which contains the release notes for the
  34.     Display Driver and OpenGL driver, and the driver files. The PDF file may
  35.     viewed using the Adobe Acrobat viewer available from http://www.adobe.com.
  36. 1.4 Use this directory as the "Have Disk" target to install the new
  37.     driver using the control panel display applet in the normal way.
  38.     Full installation instructions can be found in the .DOC file.
  39. 1.5 You can now delete the download scratch directory and its contents.
  40.  
  41.  
  42. 2) New Display Driver Features
  43. ==============================
  44.  
  45. Release 2101-0231
  46. -----------------
  47. ò Winbench97 performance has been improved.
  48. ò PERMEDIA 2 is now fully supported
  49.  
  50. Release 2101-0076
  51. -----------------
  52. ò This release now includes support for DDC2B on boards with the
  53.   appropriate hardware support. Note if your board is DDC2B enabled
  54.   it will have a blue video connector.
  55. ò Winbench97 performance has been improved.
  56. ò User editable controls have been rationalised to hang off the Display
  57.   Properties control panel.
  58.  
  59.  
  60. 3) Display Driver Bugs Fixed
  61. ============================
  62.  
  63. Release 2101-0076
  64. -----------------
  65. ò Polygon drawing under Powerpoint no longer results in stitch marks.
  66. ò It is now possible to switch back out of 16 color mode without a
  67.   reboot into SAFE MODE.
  68. ò The TDDRAW test of the Microsoft DCT suite now passes.
  69. ò While no driver should be installed for the GLINT/Delta processor on
  70.   on boards which have one, attempting to do so no longer causes a lock
  71.   up.
  72. ò Software cursors no longer cause corruption when moved over animating
  73.   Direct3D windows.
  74. ò Switching to a full screen DOS box while a windowed Direct3D application
  75.   such as the Globe demo is running, no longer causes intermittent lock
  76.   ups.
  77. ò DirectX programs now operate correctly at 1600x1200 resolution on
  78.   PERMEDIA boards.
  79.  
  80.  
  81. 4) New OpenGL Driver Features
  82. =============================
  83. Release 1.1.22
  84. --------------
  85. ò Full support for PERMEDIA 2
  86. ò Texture memory management (for PERMEDIA family only)
  87. ò Full support for OpenGL version 1.1 API
  88. ò Shared texture palette extension (used by glQuake and glQuake2 for 8bit palette textures)
  89. ò Window swap hint extension (swaps sub area of double buffered window)
  90. ò Polygon offset extension
  91. ò Support for GL_REPLACE texture mode
  92. ò Improved texture download rates
  93. ò Display mode change support for glQuake2
  94. ò Hardware acceleration for 256 colour desktop no longer supported
  95.  
  96. Release 1.0.16
  97. -------------
  98. ò This is the first Windows 95 driver release supporting OpenGL.
  99.  
  100.  
  101. 5) OpenGL Driver Bugs Fixed
  102. ===========================
  103. Release 1.1.22
  104. --------------
  105.  
  106. ò Following OpenGL version 1.1 API calls now implemented:
  107.   ╖ glIndexub
  108.   ╖ glIndexubv
  109.   ╖ glPolygonOffset
  110.   ╖ glCopyTexImage1D
  111.   ╖ glCopyTexImage2D
  112.   ╖ glCopyTexSubImage1D
  113.   ╖ glCopyTexSubImage2D
  114.   ╖ glTexSubImage1D
  115.   ╖ glTexSubImage2D
  116.  
  117. ò Texture object sharing between contexts via wglShareLists now implemented.
  118. ò glAreTexturesResident on PERMEDIA was always returning FALSE when minification
  119.   filter set to mipmapping.
  120. ò glBitmap can now be used to set a -ve rasterpos position.
  121. ò A bug which caused bitmap text to be depth buffered when depth
  122.   buffering is disabled has been fixed.
  123. ò Depth buffered points were incorrectly re-setting depth functionality in the
  124.   chip as opposed to defining a depth value.
  125. ò Clipped depth buffered lines now get rendered with the correct depth values. 
  126. ò Rapidly switching between OpenGL screensavers in the control panel hung system.
  127. ò Lack of contouring in the SDK sample twave now fixed (GL_EYE_LINEAR mode).
  128. ò Unlit textured lines not textured fixed.
  129. ò Various lighting bug fixes (including LightWave and MicroStation95).
  130.  
  131. Release 1.0.16
  132. --------------
  133. ò This is the first Windows 95 driver release supporting OpenGL.
  134.  
  135.  
  136. 6) New Heidi Driver Features
  137. ============================
  138. Release 1.6
  139. -----------
  140. ò Support for split frambuffer boards and local buffer patching.
  141.   Support for texture caching under Windows 95.
  142.  
  143.  
  144. 7) Heidi Driver Bugs Fixed
  145. ==========================
  146. Release 1.6
  147. -----------
  148. None
  149.