OpenGL 1.1 Release Notes & Components
ID: Q154877
|
The information in this article applies to:
-
Microsoft Win32 Application Programming Interface (API), included with:
SUMMARY
Opengl95.exe contains the release notes for OpenGL version 1.1 for Windows
95 and all of the components associated with OpenGL such as the DLL,
library, and include files.
Note that Windows 95 OSR2, Windows 98, and Windows NT already include OpenGL with the O.S., so this download is not necessary (or recommended) for those platforms.
MORE INFORMATIONThe following file is available for download from the Microsoft
Download Center. Click the file name below to download the file:
Opengl95.exe For more information about how to download files from the Microsoft
Download Center, please visit the Download Center at the following Web
address
http://www.microsoft.com/downloads/search.asp
and then click How to use the Microsoft Download Center.
OpenGL 1.1 Release for Windows 95
- OpenGL Functionality Notes
- Redistributable components for Windows 95
Functionality Notes
The OpenGL API is supported on a variety of graphics hardware; the software
in this release provides support for graphics hardware including basic
emulation on any video adapter that is supported with the operating system,
and accelerated graphics hardware that is supported by an OpenGL Mini-
Client Driver (MCD) or an OpenGL installable client driver (ICD). This
release of OpenGL will run on all supported hardware under Windows 95,
including VGA and Super VGA 16 color mode displays.
The OpenGL run-time libraries for Windows 95 are not bundled with the
Windows 95 operating system currently, but application developers may
freely redistribute from this SDK along with their applications to other
Windows 95 systems. In addition, the run-time libraries have been bundled
with the Windows 95 operating system in the OEM system release 2, so OEM
Windows 95 systems shipping later in 1996 will begin appearing with the
OpenGL run-time libraries included.
To achieve good shaded rendering with OpenGL applications, you should use a
color graphics mode with 256 or more colors. Reasonable shading is possible
for most OpenGL applications with 256 colors.
The Windows NT 4.0 and Windows 95 releases of OpenGL includes new
functionality and performance enhancements. These include:
- A complete implementation of OpenGL 1.1. OpenGL 1.1 contains several functions, including vertex array, polygon offset, logic ops, and several new functions for handling textures. The vertex array and texture calls are particularly significant, as they may enable order of magnitude performance improvements in some applications.
- Overlay planes extensions. These Microsoft OpenGL extensions permit
applications to manage and render into overlay planes where supported in
the graphics hardware. This permits applications to bring up dialog boxes and other UI features without overwriting 3D renderings.
- Extended metafile support. Applications may encapsulate OpenGL calls and data in GDI extended metafiles. This, together with NT 4.0 print spooler enhancements for remote metafile rendering, makes it possible to print OpenGL graphics at high resolution on the print server. This feature is limited to the Windows NT release.
- Microsoft extensions. The Microsoft OpenGL implementation also supports these performance extensions: GL_WIN_swap_hint, GL_EXT_bgra, and
GL_EXT_paletted_texture. They improve the performance of some
applications significantly.
- Performance. The software renderer has been tuned for this release.
Performance tuning has been carried out for the front end of the OpenGL
pipeline as well as for rendering particular primitives, especially
anti-aliased lines and texturing. Software rendering is generally 2-4x
faster.
- OpenGL hardware acceleration. This release of OpenGL supports a simpler Mini-Client driver (MCD) model to accelerate 3D graphics operations. In particular, Windows NT 4.0 includes a Matrox Millennium MCD that accelerates OpenGL functions. A corresponding driver for Windows 95 is expected to be available later this year.
Redistributable components for Windows 95
The OpenGL redistributable components for Windows 95 are in the DLL
directory. It contains the run-time dynamic-link libraries for OpenGL and
GLU. We recommend either of two methods for redistributing these libraries
with your application on Windows 95 (for Windows NT, the libraries are
bundled with the operating system and should not be redistributed):
- In your setup program, install these libraries in the application
directory along with your application. This gives you greater control over the version of OpenGL that your application will link to (an issue if other applications install other versions of the library), but also gives you greater responsibility for updating your customers' libraries if and when that is required to address defects, add functionality, improve performance, etc.
- In your setup program, install these libraries in the windows system
directory. If you do this, you should use the Win32 setup API call VerInstallFile to help prevent installing an older version of the libraries over another application's installation of a more recent version of the libraries.
OpenGL is a registered trademark of Silicon Graphics, Inc.
Windows is a registered trademark of Microsoft Corporation.
Additional query words:
kbfile
Keywords : kbfile kbgraphic kbsample kbSDKWin32 kbWinOS95 GdiOpenGL
Version : winnt:
Platform : winnt
Issue type : kbinfo
|