Patch Name: PHSS_21798 Patch Description: s700_800 10.20 OpenGL 1.1 Developers patch Creation Date: 00/09/18 Post Date: 00/09/26 Hardware Platforms - OS Releases: s700: 10.20 s800: 10.20 Products: OpenGLDevKit B.10.20 OpenGL 1.0 Developers Environment Filesets: OpenGLDevKit.OPENGL-CONTRIB OpenGLDevKit.OPENGL-EXAMPLE OpenGLDevKit.OPENGL-PRG OpenGLDevKit.OPENGL-WEBDOC Automatic Reboot?: No Status: General Superseded Critical: No Path Name: /hp-ux_patches/s700_800/10.X/PHSS_21798 Symptoms: PHSS_21798: - See defect description. PHSS_21460: - See defect description. PHSS_21450: - See defect description. PHSS_20307: - See defect description. PHSS_20285: - See defect description. PHSS_19277: - See defect description. PHSS_19264: - This patch enables new functionality that is part of the 10.20 ACE (Additional Core Enhancements) Workstation bundle, which adds new drivers to support HP VISUALIZE-fxe graphics on HP-UX 10.20. PHSS_17182: - See defect description. PHSS_17167: - See defect description. PHSS_17141: - See defect description. PHSS_15849: - See defect description. PHSS_15838: - See defect description. PHSS_14945: - See defect description. PHSS_14933: - See defect description. PHSS_14931: - See defect description. PHSS_13909: - See defect description. PHSS_13525: - See defect description. PHSS_12473: - See defect description. PHSS_11404: - See defect description. Defect Description: PHSS_21798: Resolution: - Scene AA support on SLS o both SLS and SLS\d - Display list tri-strip code performance improvement - DrawArray performance improvments - Scene AA fixes o disable on fx2/4/6, works on fx10 only - Tuned wideline performance - quad-mesh fix - Tuned large texture performance - Support for multiple stereo windows PHSS_21460: Resolution: - Window moves can leave background holes or window droppings on FX-family devices. - 3d rendering window can have incorrect rendering or portions of older frames PHSS_21450: Resolution: - point size is not correct after pixel zoom operation - Improved performance for glDrawPixels on VISUALIZE-fx5/fx10. - Improved performance when using clip plane on VISUALIZE-fx5/fx10. - Factor of two performance improvement for clears when scissor region is the same size as the window on VISUALIZE-fx5/fx10. - Fix incorrect clearing of a scissor region that lies completely offscreen on VISUALIZE-fxe. - Fix display of a child window contents on VISUALIZE-fx5/fx10 when both parent and child windows have OpenGL contexts. - Fix clipping and segmentation fault with glCopyPixels when using SLS and windows larger than one physical display on VISUALIZE-fx5/fx10. PHSS_20307: Resolution: - JAGac86564 The VISUALIZE-fxe differed from the VISUALIZE-fx2/4/6 in the way front/back distinguish was handled for lit polygons. The VISUALIZE-fxe driver was modified to be consistent with the other devices. - JAGac29370 On the VISUALIZE-fx2/4/6 stippled lines patterns were no always kept in sync across multiple lines. This fix correctted this. - Performance improvement: In certain situations the VISUALIZE-fx2/4/6 internal polygon vertex state was cleared and recomputed when it was not necessary. An optimization was added to clear this state only when necessary. This results in a performance improvement for some applications. - support for VISUALIZE-fx5/fx10 PHSS_20285: Resolution: - JAGac29370 - Unigraphics line stipple fix JAGab83941 - in some cases of geometry accelerator to general path switch vertex array rendering entry points stay geometry accelerator path divzero conformance test - quad strip decompose corner case bug on VISUALIZE-FXE visibility test - broken for protocol and SLS path, now fixed with increased performance (also improves performance of most queries for protocol and SLS path) PHSS_19277: Resolution: - remote display of SLS/d output (no local display on application system). - 3DSLS performance improvememts . vertex cbffer cache tuning . additional DAS data formats optimized . increased reliability of network communication for SLS/d . combining of multiple drawArrays to single drawArraySet . improved cursor responsiveness . greatly improved new/end/genList processing - 3DSLS defect repairs . pixel ops beyond 2048 fixed . pixel ops beyond 2048 with zoom fixed - General defect repairs . texture map loading on multi-processor system slow . texture map loading can hang (CDRS) . general path computes incorrect clip coordinates . change of texture state in disp list causes invalid mip levels . minor memory leak resolved PHSS_19264: Resolution: - New functionality to support HP VISUALIZE-fxe graphics on HP-UX 10.20. PHSS_17182: Resolution: - repackaged to correctly set up the patch dependencies with the associated 3D graphics patches for Starbase, PEX, Phigs, and OpenGL for the September 1999 patch. PHSS_17167: Resolution: - This version of OpenGL adds 3DSLS/d (VisualizeCenter) support. PHSS_17141: - Deleting display lists with textures could corrupt memory and infinite loop. - Some texture map operations and pixel zoom could corrupt the point width value. - glReadPixels could return incorrect values if read regions are partially offscreen. - Changing a single mipmap level in an existing pyramid could destroy the entire pyramid. - Performance tune for flat shaded primitives. - Incorrect fog color values for primitives outside the range {GL_FOG_START,GL_FOG_END}. - glCopyPixels is a no-op if texture mapping enabled. - In the latest release of OpenGL developers kit the OpenGL debugger, ogldebug, is replaced with ZAPdb (found in /opt/graphics/OpenGL/ZAPdb). The ogldebug debugger is replaced with a script to notify the user of this change. PHSS_15849: - Number of open contexts per process limited by file descriptors per process. - glDrawPixels produces trapezoidal, instead of rectangular, output. - Fog may be clamped incorrectly in software path - 16bit X fonts not supported by the glXUseXFont interface - Color scaling in 444 RGBA visuals does not conform to OpenGL spec - User modal state change calls not processed under some conditions - Support for 1.0 polygon offset extension is advertised, but really doesn't work - Performance enhancement. Customers using 3D texture maps in Display List will now take advantage of the same Display List Optimization for 2D and 1D texture maps. To turn this feature off define the Environment variable HPOGL_DISABLE_3D_TEXTURE_DL_OPT. PHSS_15838: - Display list performance enhancement. Small, adjacent geometric primitives will execute faster when put in a display list. - Dramatically improved "glDrawPixels" performance in certain cases. - Multiple heads with texture mapping accelerators are now supported on a single workstation. - Defect Fixes - Texture objects & textures in display lists fixed to properly share between shared contexts. - GLX protocol updated to support all new extensions. - Minor PolygonOffset conformance issue resolved. - Minor RescaleNormals lighting anomaly fixed. - This release introduces the ability to use the glPolygonOffset feature in both the OpenGL conformant mode, and a slightly faster non-conformant mode. By default, glPolygonOffset is OpenGL spec-compliant. By setting the HPOGL_DSM_ENABLE_FAST_POLYGON_OFFSET environment variable, a performance increase of up to 10% can be obtained. However, setting this variable may cause depth values for line and point primitives to be calculated incorrectly. PHSS_14945: - repackaged to correctly set up the patch dependencies with the associated 3D graphics patches for Starbase, PEX, Phigs, and OpenGL for the June 1998 patch. PHSS_14933: - This patch is primarily targetted at defect fixes - Defect Fixes fix normal transformation in glPopMatrix fix FX series hang during filled primitive drawing by glPolygonMode and glShadeModel fix glXUseXFont error fix memory leak allow display of OpenGL clients to Envizex X Terminals PHSS_14931: - Spot patch not for general release PHSS_13909: - This patch is primarily targetted at both defect fixes and some performance improvements. - Performance Improvements greatly improved display list memory management performance improve validation by inlining sqrt calls improve glDrawPixel performance with ColorIndex format - Defect Fixes fix blend artifacts when software texture mapping fix texture coordinate generation and default values fix sync problem on multiple double buffering processes allow negative fog start/end values PHSS_13525: - This patch is primarily targetted at texture mapping bug and performance fixes with some number of general performance improvements included. Performance Improvements - texture map improvements, hardware support - ReadPixel improvement for certain pack modes and alignments - DrawArraySetHP improvement - buffer swap improvement (allow apps to not wait for retrace) set HPOGL_DSM_ENABLE_FAST_BUFFER_SWAP to enable - cache prefetch in immediate mode set HPOGL_DISABLE_PREFETCH to disable - stippled line validation improvement Defect Fixes - texture map fixes - prelit texture in protocol mode fixed - resize accum buffer corner case fixed PHSS_12473: - new rescale normal extension - new DrawArraySetHP extension - defect fixes: for some fonts the blank character is improperly rendered glReadPixel can sometimes return bad data fixed hang when using display lists with lots of glMaterial calls in select mode lines sometimes return false hits fixed interaction between glxUseFont and X load font GLU has bad version string fix return of gl errors when using protocol mode - new gl.h with definitions for : rescale normal draw array set - new and improved chess demo motif interface texture mapping support - NOTE: kernel patch PHKL_13260 should be installed to prevent system hangs. - NOTE: if using texture mapping hardware, this patch depends on PHSS_12470. PHSS_11404: - Fragments that lose the alpha test were nonetheless updating the depth and stencil buffers when using VMD/VGL or when texture mapping without TM hardware. - Fixes problem with lines of width < 0.5 not being rendered when using VMD/VGL or texture mapping with no TM hardware. - Fixes problems with writing stencil values in VMD/VGL or when texture mapping with no TM hardware. - Fixes glCopyPixels from incorrectly performing a copy when copying from one color buffer to the other. - Under some corner case timing situations when using indirect contexts with HP OpenGL Release 1.0, incorrect X or GLX error messages can be reported from the X Server. - If a memory allocation error occurs while processing glXUseXFont(), the PixelStore attribute values are not restored as they should be. - VMD/VGL and texture mapping w/o hw texture support could incorrectly clip filled primitives if glViewport mapped NDC to an area larger than the window size. This was causing incorrect rendering and core dumps. - For Release 1.0 of OpenGL, if an X Server is run in multi-screen mode with an HP_VISUALIZE_?X screen and a non HP_VISUALIZE_?X screen, the non HP_VISUALIZE-?X screen will not operate with HP OpenGL unless the HPOGL_FORCE_VGL environment is set in the client environment. - When using occlusion culling the test may indicate that the object was completely occluded when it actually wasn't. This is because we didn't wait for all the pixels to get written before looking at the HW status. - When running in indirect (protocol) mode, large OpenGL replies such as glReadPixels() may fail and generate improper Xlib errors. - Texture coordinates are not getting correctly reset to the default values of 0,0,0,1. - Autogen mipmap memory corruption fix. - If a customer closes one X Display connection that has been used for OpenGL, and then immediately opens and attempts to use another for OpenGL, their application may abort because an attempt is made to access global last context and drawable information that was freed during the close display operation and may have been re-used. - This will fix a small offset that when mipmap selection for filters NEAREST_MIPMAP_NEAREST and LINEAR_MIPMAP_NEAREST. - This will fix mipmap calculation coming very near horizontal or vertical lines. - This will fix texture mapping running over the edge when linear interpolated and using clamp to edge. SR: 0000000000 Patch Files: /opt/graphics/OpenGL/ZAPdb/README /opt/graphics/OpenGL/ZAPdb/bin/ZAPdb.ad /opt/graphics/OpenGL/ZAPdb/bin/ZAPdb.ui /opt/graphics/OpenGL/ZAPdb/bin/ZAPdb /opt/graphics/OpenGL/ZAPdb/bin/ZAPdbClean /opt/graphics/OpenGL/ZAPdb/bin/ZAPdbDoc /opt/graphics/OpenGL/ZAPdb/bin/ZAPdbIndent /opt/graphics/OpenGL/ZAPdb/bin/ZAPdbSplit /opt/graphics/OpenGL/ZAPdb/bin/ZAPdbSwap /opt/graphics/OpenGL/ZAPdb/bin/logo1.xpm /opt/graphics/OpenGL/ZAPdb/bin/logo2.xpm /opt/graphics/OpenGL/ZAPdb/bin/logo3.xpm /opt/graphics/OpenGL/ZAPdb/code/ZAPdbFuncHeader.c /opt/graphics/OpenGL/ZAPdb/code/ZAPdbInclude.h /opt/graphics/OpenGL/ZAPdb/code/ZAPdbMainHeader.c /opt/graphics/OpenGL/ZAPdb/code/ZAPdbMainTrailer.c /opt/graphics/OpenGL/ZAPdb/doc/README /opt/graphics/OpenGL/ZAPdb/doc/ZAPdb.html /opt/graphics/OpenGL/ZAPdb/doc/ZAPdbDoc /opt/graphics/OpenGL/ZAPdb/doc/about.gif /opt/graphics/OpenGL/ZAPdb/doc/about.html /opt/graphics/OpenGL/ZAPdb/doc/amaint.gif /opt/graphics/OpenGL/ZAPdb/doc/anal.gif /opt/graphics/OpenGL/ZAPdb/doc/area.gif /opt/graphics/OpenGL/ZAPdb/doc/background.gif /opt/graphics/OpenGL/ZAPdb/doc/brksel.gif /opt/graphics/OpenGL/ZAPdb/doc/cmd.gif /opt/graphics/OpenGL/ZAPdb/doc/cmdbuttons.gif /opt/graphics/OpenGL/ZAPdb/doc/count.gif /opt/graphics/OpenGL/ZAPdb/doc/ctx.gif /opt/graphics/OpenGL/ZAPdb/doc/details.html /opt/graphics/OpenGL/ZAPdb/doc/dlist.gif /opt/graphics/OpenGL/ZAPdb/doc/dlist2.gif /opt/graphics/OpenGL/ZAPdb/doc/file.gif /opt/graphics/OpenGL/ZAPdb/doc/help.gif /opt/graphics/OpenGL/ZAPdb/doc/intro.html /opt/graphics/OpenGL/ZAPdb/doc/logo.gif /opt/graphics/OpenGL/ZAPdb/doc/menubar.gif /opt/graphics/OpenGL/ZAPdb/doc/opt.gif /opt/graphics/OpenGL/ZAPdb/doc/opt.html /opt/graphics/OpenGL/ZAPdb/doc/pix.gif /opt/graphics/OpenGL/ZAPdb/doc/prob.html /opt/graphics/OpenGL/ZAPdb/doc/ref.gif /opt/graphics/OpenGL/ZAPdb/doc/select.html /opt/graphics/OpenGL/ZAPdb/doc/start.gif /opt/graphics/OpenGL/ZAPdb/doc/start.html /opt/graphics/OpenGL/ZAPdb/doc/state.gif /opt/graphics/OpenGL/ZAPdb/doc/support.html /opt/graphics/OpenGL/ZAPdb/doc/task.html /opt/graphics/OpenGL/ZAPdb/doc/toggles.gif /opt/graphics/OpenGL/ZAPdb/doc/trcsel.gif /opt/graphics/OpenGL/ZAPdb/doc/util.html /opt/graphics/OpenGL/ZAPdb/doc/whatsnew.html /opt/graphics/OpenGL/ZAPdb/doc/win.gif /opt/graphics/OpenGL/ZAPdb/lib/libZAPdb.sl /opt/graphics/OpenGL/ZAPdb/util/ZAPdbClean /opt/graphics/OpenGL/ZAPdb/util/ZAPdbIndent /opt/graphics/OpenGL/ZAPdb/util/ZAPdbSplit /opt/graphics/OpenGL/ZAPdb/util/ZAPdbSwap /opt/graphics/OpenGL/contrib/libglut/libglut.a /opt/graphics/OpenGL/contrib/libwidget/libGLw.a /opt/graphics/OpenGL/contrib/visual/visual.uid-32 /opt/graphics/OpenGL/contrib/visual/visual.uid /opt/graphics/OpenGL/contrib/visual/visual /opt/graphics/OpenGL/contrib/xglinfo/xglinfo /opt/graphics/OpenGL/demos/chess/Board.C /opt/graphics/OpenGL/demos/chess/Board.H /opt/graphics/OpenGL/demos/chess/Callbacks.C /opt/graphics/OpenGL/demos/chess/Callbacks.H /opt/graphics/OpenGL/demos/chess/GLwMDrawA.uih /opt/graphics/OpenGL/demos/chess/Makefile /opt/graphics/OpenGL/demos/chess/PolyMesh.C /opt/graphics/OpenGL/demos/chess/PolyMesh.H /opt/graphics/OpenGL/demos/chess/Utilities.C /opt/graphics/OpenGL/demos/chess/Utilities.H /opt/graphics/OpenGL/demos/chess/Window.C /opt/graphics/OpenGL/demos/chess/Window.H /opt/graphics/OpenGL/demos/chess/chess.uil /opt/graphics/OpenGL/demos/chess/libxboard.a /opt/graphics/OpenGL/demos/chess/main.C /opt/graphics/OpenGL/demos/chess/xboard.h /opt/graphics/OpenGL/demos/occlusion_cull/ocComplex.c /opt/graphics/OpenGL/doc/Web/FrontMatter.html /opt/graphics/OpenGL/doc/Web/ImpGuide/01_Overview.html /opt/graphics/OpenGL/doc/Web/ImpGuide/02_Install.html /opt/graphics/OpenGL/doc/Web/ImpGuide/03_RunProg.html /opt/graphics/OpenGL/doc/Web/ImpGuide/04_CompLink.html /opt/graphics/OpenGL/doc/Web/ImpGuide/05_WriteProg.html /opt/graphics/OpenGL/doc/Web/ImpGuide/equations/ NsubX2Prime.gif /opt/graphics/OpenGL/doc/Web/ImpGuide/equations/ NsubXPrime.gif /opt/graphics/OpenGL/doc/Web/ImpGuide/equations/ OneOverSqrt.gif /opt/graphics/OpenGL/doc/Web/ImpGuide/equations/fdef1.gif /opt/graphics/OpenGL/doc/Web/ImpGuide/equations/fdef2.gif /opt/graphics/OpenGL/doc/Web/Index.html /opt/graphics/OpenGL/doc/Web/OpenGL.html /opt/graphics/OpenGL/doc/Web/ReaderReply.html /opt/graphics/OpenGL/doc/Web/RefTOC.html /opt/graphics/OpenGL/doc/Web/Reference/glBegin.html /opt/graphics/OpenGL/doc/Web/Reference/glDrawArraySetHP.html /opt/graphics/OpenGL/doc/Web/Reference/glDrawArrays.html /opt/graphics/OpenGL/doc/Web/Reference/glDrawBuffer.html /opt/graphics/OpenGL/doc/Web/Reference/glGet.html /opt/graphics/OpenGL/doc/Web/Reference/ glNextVisibilityTestHP.html /opt/graphics/OpenGL/doc/Web/Reference/glNormal.html /opt/graphics/OpenGL/doc/Web/Reference/glViewport.html /opt/graphics/OpenGL/doc/Web/Reference/ glVisibilityBufferHP.html /opt/graphics/OpenGL/doc/Web/Reference/ glXGetClientString.html /opt/graphics/OpenGL/doc/Web/Reference/ glXQueryExtensionsString.html /opt/graphics/OpenGL/doc/Web/Reference/ glXQueryServerString.html /opt/graphics/OpenGL/doc/Web/Reference/glXWaitGL.html /opt/graphics/OpenGL/doc/Web/Reference/gluNextContour.html /opt/graphics/OpenGL/doc/Web/buttons/AlphaOff.gif /opt/graphics/OpenGL/doc/Web/buttons/AlphaOn.gif /opt/graphics/OpenGL/doc/Web/buttons/ArrowLeftOff.gif /opt/graphics/OpenGL/doc/Web/buttons/ArrowLeftOn.gif /opt/graphics/OpenGL/doc/Web/buttons/ArrowRightOff.gif /opt/graphics/OpenGL/doc/Web/buttons/ArrowRightOn.gif /opt/graphics/OpenGL/doc/Web/buttons/ArrowUpOff.gif /opt/graphics/OpenGL/doc/Web/buttons/ArrowUpOn.gif /opt/graphics/OpenGL/doc/Web/buttons/ImpGuideOff.gif /opt/graphics/OpenGL/doc/Web/buttons/ImpGuideOn.gif /opt/graphics/OpenGL/doc/Web/buttons/IndexOff.gif /opt/graphics/OpenGL/doc/Web/buttons/IndexOn.gif /opt/graphics/OpenGL/doc/Web/buttons/ReferenceOff.gif /opt/graphics/OpenGL/doc/Web/buttons/ReferenceOn.gif /opt/graphics/OpenGL/doc/Web/images/OpenGL.gif /opt/graphics/OpenGL/doc/Web/images/OpenGL2.gif /opt/graphics/OpenGL/doc/Web/images/OpenGL3.gif /opt/graphics/OpenGL/doc/Web/images/OpenGLanim.gif /opt/graphics/OpenGL/doc/Web/images/shadow1.jpeg /opt/graphics/OpenGL/include/GL/gl.h /opt/graphics/OpenGL/include/GL/glHpInt.h /opt/graphics/OpenGL/include/GL/glu.h /opt/graphics/OpenGL/include/GL/glx.h /opt/graphics/OpenGL/include/GL/glxmd.h /opt/graphics/OpenGL/include/GL/glxproto.h /opt/graphics/OpenGL/include/GL/glxtokens.h what(1) Output: /opt/graphics/OpenGL/ZAPdb/README: 58 1.5 src/gos/3d/OPENGL/TOOLS/Zapp/README, zapp, g os43K 8/1/97 13:50:13 /opt/graphics/OpenGL/ZAPdb/bin/ZAPdb.ad: 61 1.3 src/gos/3d/OPENGL/TOOLS/Zapp/bin/ZAPdb.ad, z app, gos43K 7/30/97 16:05:41 /opt/graphics/OpenGL/ZAPdb/bin/ZAPdb.ui: 61 1.11 src/gos/3d/OPENGL/TOOLS/Zapp/ui/init.c, zap p, gos43K 10/30/97 13:49:29 68 1.6 src/gos/3d/OPENGL/TOOLS/Zapp/ui/start.c, zap p, gos43K 6/26/97 17:07:54 71 1.11 src/gos/3d/OPENGL/TOOLS/Zapp/ui/ui.c, zapp, gos43K 7/23/97 14:01:45 66 1.1 src/gos/3d/OPENGL/TOOLS/Zapp/ui/sem.c, zapp, gos43K 12/20/95 15:56:04 63 1.14 src/gos/3d/OPENGL/TOOLS/Zapp/ui/main.c, zap p, gos43K 8/1/97 13:50:22 52 1.8 src/gos/3d/OPENGL/TOOLS/Zapp/ui/about.c, zap p, gos43K 8/26/97 15:57:38 54 1.5 src/gos/3d/OPENGL/TOOLS/Zapp/ui/count.c, zap p, gos43K 6/26/97 17:06:44 56 1.4 src/gos/3d/OPENGL/TOOLS/Zapp/ui/dl.c, zapp, gos43K 6/26/97 17:06:50 60 1.5 src/gos/3d/OPENGL/TOOLS/Zapp/ui/infopanel.c, zapp, gos43K 6/26/97 17:07:18 65 1.3 src/gos/3d/OPENGL/TOOLS/Zapp/ui/ref.c, zapp, gos43K 6/26/97 17:07:47 57 1.3 src/gos/3d/OPENGL/TOOLS/Zapp/ui/enum.c, zapp , gos43K 6/26/97 17:06:57 67 1.7 src/gos/3d/OPENGL/TOOLS/Zapp/ui/setup.c, zap p, gos43K 10/15/96 13:34:34 67 1.7 src/gos/3d/OPENGL/TOOLS/Zapp/ui/setup.c, zap p, gos43K 10/15/96 13:34:34 55 1.4 src/gos/3d/OPENGL/TOOLS/Zapp/ui/die.c, zapp, gos43K 7/16/97 15:19:33 53 1.1 src/gos/3d/OPENGL/TOOLS/Zapp/ui/comm.c, zapp , gos43K 12/20/95 15:55:33 70 1.11 src/gos/3d/OPENGL/TOOLS/Zapp/ui/trace.c, za pp, gos43K 7/16/97 15:19:47 59 1.9 src/gos/3d/OPENGL/TOOLS/Zapp/ui/info.c, zapp , gos43K 6/26/97 17:07:11 60 1.5 src/gos/3d/OPENGL/TOOLS/Zapp/ui/infopanel.c, zapp, gos43K 6/26/97 17:07:18 60 1.5 src/gos/3d/OPENGL/TOOLS/Zapp/ui/infopanel.c, zapp, gos43K 6/26/97 17:07:18 60 1.5 src/gos/3d/OPENGL/TOOLS/Zapp/ui/infopanel.c, zapp, gos43K 6/26/97 17:07:18 62 1.3 src/gos/3d/OPENGL/TOOLS/Zapp/ui/list.c, zapp , gos43K 10/10/96 11:01:59 58 1.2 src/gos/3d/OPENGL/TOOLS/Zapp/ui/err.c, zapp, gos43K 6/26/97 17:07:04 67 1.7 src/gos/3d/OPENGL/TOOLS/Zapp/ui/setup.c, zap p, gos43K 10/15/96 13:34:34 69 1.4 src/gos/3d/OPENGL/TOOLS/Zapp/ui/state.c, zap p, gos43K 6/26/97 17:08:01 65 1.3 src/gos/3d/OPENGL/TOOLS/Zapp/ui/ref.c, zapp, gos43K 6/26/97 17:07:47 67 1.7 src/gos/3d/OPENGL/TOOLS/Zapp/ui/setup.c, zap p, gos43K 10/15/96 13:34:34 72 1.6 src/gos/3d/OPENGL/TOOLS/Zapp/ui/utils.c, zap p, gos43K 7/23/97 14:01:53 /opt/graphics/OpenGL/ZAPdb/bin/ZAPdb: None /opt/graphics/OpenGL/ZAPdb/bin/ZAPdbClean: 74 1.4 src/gos/3d/OPENGL/TOOLS/Zapp/util/ZAPdbClean , zapp, gos43K 7/30/97 16:07:14 /opt/graphics/OpenGL/ZAPdb/bin/ZAPdbDoc: 42 1.5 src/gos/3d/OPENGL/TOOLS/Zapp/doc/ZAPdbDoc, z app, gos43K 8/1/97 13:52:10 /opt/graphics/OpenGL/ZAPdb/bin/ZAPdbIndent: 75 1.4 src/gos/3d/OPENGL/TOOLS/Zapp/util/ZAPdbInden t, zapp, gos43K 7/30/97 16:07:21 /opt/graphics/OpenGL/ZAPdb/bin/ZAPdbSplit: 76 1.11 src/gos/3d/OPENGL/TOOLS/Zapp/util/ZAPdbSpli t, zapp, gos43K 6/24/98 12:46:31 /opt/graphics/OpenGL/ZAPdb/bin/ZAPdbSwap: 81 1.2 src/gos/3d/OPENGL/TOOLS/Zapp/util/ZAPdbSwap, zapp, gos43K 7/30/97 16:08:57 /opt/graphics/OpenGL/ZAPdb/bin/logo1.xpm: 37 1.3 src/gos/3d/OPENGL/TOOLS/Zapp/bin/logo1.xpm, zapp, gos43K 8/1/97 13:50:29 */ /opt/graphics/OpenGL/ZAPdb/bin/logo2.xpm: 38 1.2 src/gos/3d/OPENGL/TOOLS/Zapp/bin/logo2.xpm, zapp, gos43K 8/26/97 15:00:29 */ /opt/graphics/OpenGL/ZAPdb/bin/logo3.xpm: 39 1.2 src/gos/3d/OPENGL/TOOLS/Zapp/bin/logo3.xpm, zapp, gos43K 8/1/97 16:17:28 */ /opt/graphics/OpenGL/ZAPdb/code/ZAPdbFuncHeader.c: 64 1.5 src/gos/3d/OPENGL/TOOLS/Zapp/code/ZAPdbFuncH eader.c, zapp, gos43K 7/30/97 16:06:04 */ /opt/graphics/OpenGL/ZAPdb/code/ZAPdbInclude.h: 78 1.2 src/gos/3d/OPENGL/TOOLS/Zapp/code/ZAPdbInclu de.h, zapp, gos43K 10/10/96 11:00:56 */ /opt/graphics/OpenGL/ZAPdb/code/ZAPdbMainHeader.c: 65 1.6 src/gos/3d/OPENGL/TOOLS/Zapp/code/ZAPdbMainH eader.c, zapp, gos43K 7/30/97 16:06:12 */ /opt/graphics/OpenGL/ZAPdb/code/ZAPdbMainTrailer.c: 66 1.2 src/gos/3d/OPENGL/TOOLS/Zapp/code/ZAPdbMainT railer.c, zapp, gos43K 6/6/96 14:29:58 */ /opt/graphics/OpenGL/ZAPdb/doc/README: 41 1.5 src/gos/3d/OPENGL/TOOLS/Zapp/doc/README, zapp , gos43K 8/1/97 13:52:03 /opt/graphics/OpenGL/ZAPdb/doc/ZAPdb.html: 43 1.8 src/gos/3d/OPENGL/TOOLS/Zapp/doc/ZAPdb.html, zapp, gos43K 6/24/98 17:31:28 /opt/graphics/OpenGL/ZAPdb/doc/ZAPdbDoc: 42 1.5 src/gos/3d/OPENGL/TOOLS/Zapp/doc/ZAPdbDoc, z app, gos43K 8/1/97 13:52:10 /opt/graphics/OpenGL/ZAPdb/doc/about.gif: None /opt/graphics/OpenGL/ZAPdb/doc/about.html: 44 1.2 src/gos/3d/OPENGL/TOOLS/Zapp/doc/about.html, zapp, gos43K 2/19/96 17:27:55 /opt/graphics/OpenGL/ZAPdb/doc/amaint.gif: None /opt/graphics/OpenGL/ZAPdb/doc/anal.gif: None /opt/graphics/OpenGL/ZAPdb/doc/area.gif: None /opt/graphics/OpenGL/ZAPdb/doc/background.gif: None /opt/graphics/OpenGL/ZAPdb/doc/brksel.gif: None /opt/graphics/OpenGL/ZAPdb/doc/cmd.gif: None /opt/graphics/OpenGL/ZAPdb/doc/cmdbuttons.gif: None /opt/graphics/OpenGL/ZAPdb/doc/count.gif: None /opt/graphics/OpenGL/ZAPdb/doc/ctx.gif: None /opt/graphics/OpenGL/ZAPdb/doc/details.html: 45 1.8 src/gos/3d/OPENGL/TOOLS/Zapp/doc/details.htm l, zapp, gos43K 8/26/97 15:00:57 /opt/graphics/OpenGL/ZAPdb/doc/dlist.gif: None /opt/graphics/OpenGL/ZAPdb/doc/dlist2.gif: None /opt/graphics/OpenGL/ZAPdb/doc/file.gif: None /opt/graphics/OpenGL/ZAPdb/doc/help.gif: None /opt/graphics/OpenGL/ZAPdb/doc/intro.html: 46 1.4 src/gos/3d/OPENGL/TOOLS/Zapp/doc/intro.html, zapp, gos43K 7/30/97 16:07:58 /opt/graphics/OpenGL/ZAPdb/doc/logo.gif: None /opt/graphics/OpenGL/ZAPdb/doc/menubar.gif: None /opt/graphics/OpenGL/ZAPdb/doc/opt.gif: None /opt/graphics/OpenGL/ZAPdb/doc/opt.html: 47 1.7 src/gos/3d/OPENGL/TOOLS/Zapp/doc/opt.html, z app, gos43K 8/26/97 15:01:10 /opt/graphics/OpenGL/ZAPdb/doc/pix.gif: None /opt/graphics/OpenGL/ZAPdb/doc/prob.html: 48 1.6 src/gos/3d/OPENGL/TOOLS/Zapp/doc/prob.html, zapp, gos43K 7/30/97 16:08:13 /opt/graphics/OpenGL/ZAPdb/doc/ref.gif: None /opt/graphics/OpenGL/ZAPdb/doc/select.html: 49 1.5 src/gos/3d/OPENGL/TOOLS/Zapp/doc/select.html , zapp, gos43K 7/30/97 16:08:20 /opt/graphics/OpenGL/ZAPdb/doc/start.gif: None /opt/graphics/OpenGL/ZAPdb/doc/start.html: 50 1.7 src/gos/3d/OPENGL/TOOLS/Zapp/doc/start.html, zapp, gos43K 11/19/97 10:39:08 -- /opt/graphics/OpenGL/ZAPdb/doc/state.gif: None /opt/graphics/OpenGL/ZAPdb/doc/support.html: 51 1.5 src/gos/3d/OPENGL/TOOLS/Zapp/doc/support.htm l, zapp, gos43K 7/30/97 16:08:34 /opt/graphics/OpenGL/ZAPdb/doc/task.html: 52 1.7 src/gos/3d/OPENGL/TOOLS/Zapp/doc/task.html, zapp, gos43K 7/30/97 16:08:42 /opt/graphics/OpenGL/ZAPdb/doc/toggles.gif: None /opt/graphics/OpenGL/ZAPdb/doc/trcsel.gif: None /opt/graphics/OpenGL/ZAPdb/doc/util.html: 53 1.7 src/gos/3d/OPENGL/TOOLS/Zapp/doc/util.html, zapp, gos43K 7/30/97 16:08:49 /opt/graphics/OpenGL/ZAPdb/doc/whatsnew.html: 82 1.7 src/gos/3d/OPENGL/TOOLS/Zapp/doc/whatsnew.ht ml, zapp, gos43K 6/24/98 17:31:35 82 1.3 src/gos/3d/OPENGL/TOOLS/Zapp/doc/whatsnew.ht ml, zapp, gos42G 2/5/97 10:22:41 /opt/graphics/OpenGL/ZAPdb/doc/win.gif: None /opt/graphics/OpenGL/ZAPdb/lib/libZAPdb.sl: 99 1.2 src/gos/3d/OPENGL/TOOLS/Zapp/lib/dl.c, zapp, gos43K 4/23/96 16:25:10 34 1.1 src/gos/3d/OPENGL/TOOLS/Zapp/lib/gl_ext_poly offset.c, zapp, gos43K 12/20/95 15:51:29 48 1.3 src/gos/3d/OPENGL/TOOLS/Zapp/lib/state.c, za pp, gos43K 7/16/97 15:19:19 37 1.1 src/gos/3d/OPENGL/TOOLS/Zapp/lib/gls.c, zapp , gos43K 12/20/95 15:53:32 65 1.1 src/gos/3d/OPENGL/TOOLS/Zapp/lib/gl_base13.c , zapp, gos43K 6/17/98 15:05:42 66 1.1 src/gos/3d/OPENGL/TOOLS/Zapp/lib/gl_blend.c, zapp, gos43K 6/17/98 15:06:06 64 1.2 src/gos/3d/OPENGL/TOOLS/Zapp/ui/mess.c, zapp , gos43K 6/26/97 17:07:39 38 1.10 src/gos/3d/OPENGL/TOOLS/Zapp/lib/glx_base.c , zapp, gos43K 7/16/97 15:18:57 39 1.8 src/gos/3d/OPENGL/TOOLS/Zapp/lib/info.c, zap p, gos43K 7/16/97 15:19:05 97 1.6 src/gos/3d/OPENGL/TOOLS/Zapp/lib/check.c, za pp, gos43K 7/1/97 17:03:29 40 1.14 src/gos/3d/OPENGL/TOOLS/Zapp/lib/init.c, za pp, gos43K 2/9/98 11:57:21 02 1.13 src/gos/3d/OPENGL/TOOLS/Zapp/lib/gl_base.c, zapp, gos43K 7/31/98 16:06:46 03 1.9 src/gos/3d/OPENGL/TOOLS/Zapp/lib/gl_base_abl e.c, zapp, gos43K 6/17/98 14:49:02 04 1.2 src/gos/3d/OPENGL/TOOLS/Zapp/lib/gl_base_fog .c, zapp, gos43K 7/1/97 17:03:50 05 1.2 src/gos/3d/OPENGL/TOOLS/Zapp/lib/gl_base_fog v.c, zapp, gos43K 7/1/97 17:03:57 06 1.8 src/gos/3d/OPENGL/TOOLS/Zapp/lib/gl_base_get .c, zapp, gos43K 6/17/98 14:49:10 07 1.2 src/gos/3d/OPENGL/TOOLS/Zapp/lib/gl_base_get lightv.c, zapp, gos43K 7/1/97 17:04:03 08 1.2 src/gos/3d/OPENGL/TOOLS/Zapp/lib/gl_base_get map.c, zapp, gos43K 7/1/97 17:04:10 09 1.2 src/gos/3d/OPENGL/TOOLS/Zapp/lib/gl_base_get materialv.c, zapp, gos43K 7/1/97 17:04:16 10 1.2 src/gos/3d/OPENGL/TOOLS/Zapp/lib/gl_base_get pixelmapv.c, zapp, gos43K 7/1/97 17:04:23 11 1.2 src/gos/3d/OPENGL/TOOLS/Zapp/lib/gl_base_get texenvv.c, zapp, gos43K 7/1/97 17:04:30 12 1.2 src/gos/3d/OPENGL/TOOLS/Zapp/lib/gl_base_get texgenv.c, zapp, gos43K 7/1/97 17:04:36 13 1.5 src/gos/3d/OPENGL/TOOLS/Zapp/lib/gl_base_get texlevelparam.c, zapp, gos43K 6/17/98 14:49: 17 14 1.4 src/gos/3d/OPENGL/TOOLS/Zapp/lib/gl_base_get texparam.c, zapp, gos43K 6/17/98 14:49:24 15 1.2 src/gos/3d/OPENGL/TOOLS/Zapp/lib/gl_base_lig ht.c, zapp, gos43K 7/1/97 17:04:55 16 1.3 src/gos/3d/OPENGL/TOOLS/Zapp/lib/gl_base_lig htmodel.c, zapp, gos43K 6/17/98 14:49:31 17 1.3 src/gos/3d/OPENGL/TOOLS/Zapp/lib/gl_base_lig htmodelv.c, zapp, gos43K 6/17/98 14:49:38 18 1.2 src/gos/3d/OPENGL/TOOLS/Zapp/lib/gl_base_lig htv.c, zapp, gos43K 7/1/97 17:05:15 19 1.2 src/gos/3d/OPENGL/TOOLS/Zapp/lib/gl_base_map 1.c, zapp, gos43K 7/1/97 17:05:21 20 1.2 src/gos/3d/OPENGL/TOOLS/Zapp/lib/gl_base_map 2.c, zapp, gos43K 7/1/97 17:05:28 21 1.2 src/gos/3d/OPENGL/TOOLS/Zapp/lib/gl_base_mat erial.c, zapp, gos43K 7/1/97 17:05:34 22 1.2 src/gos/3d/OPENGL/TOOLS/Zapp/lib/gl_base_mat erialv.c, zapp, gos43K 7/1/97 17:05:41 23 1.2 src/gos/3d/OPENGL/TOOLS/Zapp/lib/gl_base_pix elmapv.c, zapp, gos43K 7/1/97 17:05:48 24 1.3 src/gos/3d/OPENGL/TOOLS/Zapp/lib/gl_base_pix elstore.c, zapp, gos43K 6/17/98 14:49:45 25 1.3 src/gos/3d/OPENGL/TOOLS/Zapp/lib/gl_base_pix eltransfer.c, zapp, gos43K 6/17/98 14:49:52 26 1.3 src/gos/3d/OPENGL/TOOLS/Zapp/lib/gl_base_tex env.c, zapp, gos43K 7/1/97 17:06:08 27 1.3 src/gos/3d/OPENGL/TOOLS/Zapp/lib/gl_base_tex envv.c, zapp, gos43K 7/1/97 17:06:15 28 1.2 src/gos/3d/OPENGL/TOOLS/Zapp/lib/gl_base_tex gen.c, zapp, gos43K 7/1/97 17:06:21 29 1.2 src/gos/3d/OPENGL/TOOLS/Zapp/lib/gl_base_tex genv.c, zapp, gos43K 7/1/97 17:06:28 30 1.5 src/gos/3d/OPENGL/TOOLS/Zapp/lib/gl_base_tex param.c, zapp, gos43K 6/17/98 14:49:59 31 1.5 src/gos/3d/OPENGL/TOOLS/Zapp/lib/gl_base_tex paramv.c, zapp, gos43K 6/17/98 14:50:06 32 1.5 src/gos/3d/OPENGL/TOOLS/Zapp/lib/gl_copytexi mage.c, zapp, gos43K 6/17/98 14:50:36 32 1.4.1.1 src/gos/3d/OPENGL/TOOLS/Zapp/lib/gl_ext_ array.c, zapp, gos43K 4/18/97 17:28:19 28 1.12 src/gos/3d/OPENGL/TOOLS/Zapp/lib/gl_array.c , zapp, gos43K 7/31/98 16:07:42 33 1.4 src/gos/3d/OPENGL/TOOLS/Zapp/lib/gl_ext_blen d.c, zapp, gos43K 7/31/98 16:06:55 35 1.4 src/gos/3d/OPENGL/TOOLS/Zapp/lib/gl_ext_tex3 d.c, zapp, gos43K 7/31/98 16:07:02 90 1.2 src/gos/3d/OPENGL/TOOLS/Zapp/lib/gl_ext_texo bject.c, zapp, gos43K 2/28/96 19:59:26 36 1.3 src/gos/3d/OPENGL/TOOLS/Zapp/lib/gl_ext_texs ubimage.c, zapp, gos43K 7/31/98 16:07:10 31 1.5 src/gos/3d/OPENGL/TOOLS/Zapp/lib/gl_texsubim age.c, zapp, gos43K 7/31/98 16:07:50 44 1.8 src/gos/3d/OPENGL/TOOLS/Zapp/lib/output.c, z app, gos43K 3/7/97 11:38:55 45 1.1 src/gos/3d/OPENGL/TOOLS/Zapp/lib/perform.c, zapp, gos43K 12/20/95 15:53:50 47 1.3 src/gos/3d/OPENGL/TOOLS/Zapp/lib/size.c, zap p, gos43K 7/31/98 16:07:25 53 1.1 src/gos/3d/OPENGL/TOOLS/Zapp/ui/comm.c, zapp , gos43K 12/20/95 15:55:33 66 1.1 src/gos/3d/OPENGL/TOOLS/Zapp/ui/sem.c, zapp, gos43K 12/20/95 15:56:04 58 1.2 src/gos/3d/OPENGL/TOOLS/Zapp/ui/err.c, zapp, gos43K 6/26/97 17:07:04 49 1.7 src/gos/3d/OPENGL/TOOLS/Zapp/lib/trace.c, za pp, gos43K 7/31/98 16:07:33 00 1.4 src/gos/3d/OPENGL/TOOLS/Zapp/lib/enum.c, zap p, gos43K 7/1/97 17:03:37 /opt/graphics/OpenGL/ZAPdb/util/ZAPdbClean: 74 1.4 src/gos/3d/OPENGL/TOOLS/Zapp/util/ZAPdbClean , zapp, gos43K 7/30/97 16:07:14 /opt/graphics/OpenGL/ZAPdb/util/ZAPdbIndent: 75 1.4 src/gos/3d/OPENGL/TOOLS/Zapp/util/ZAPdbInden t, zapp, gos43K 7/30/97 16:07:21 /opt/graphics/OpenGL/ZAPdb/util/ZAPdbSplit: 76 1.11 src/gos/3d/OPENGL/TOOLS/Zapp/util/ZAPdbSpli t, zapp, gos43K 6/24/98 12:46:31 /opt/graphics/OpenGL/ZAPdb/util/ZAPdbSwap: 81 1.2 src/gos/3d/OPENGL/TOOLS/Zapp/util/ZAPdbSwap, zapp, gos43K 7/30/97 16:08:57 /opt/graphics/OpenGL/contrib/libglut/libglut.a: OpenGL 1.1 Revision 1.21 on HP-UX 10.20 $Date: 12-Se p-00.21:53:31 $ $Revision: 20000912.14457 $ libglut.a /opt/graphics/OpenGL/contrib/libwidget/libGLw.a: OpenGL 1.1 Revision 1.21 on HP-UX 10.20 $Date: 12-Se p-00.21:53:31 $ $Revision: 20000912.14457 $ libGLw.a /opt/graphics/OpenGL/contrib/visual/visual.uid-32: None /opt/graphics/OpenGL/contrib/visual/visual.uid: None /opt/graphics/OpenGL/contrib/visual/visual: OpenGL 1.1 Revision 1.21 on HP-UX 10.20 $Date: 12-Se p-00.21:53:31 $ $Revision: 20000912.14457 $ visual /opt/graphics/OpenGL/contrib/xglinfo/xglinfo: OpenGL 1.1 Revision 1.21 on HP-UX 10.20 $Date: 12-Se p-00.21:53:31 $ $Revision: 20000912.14457 $ xglinfo /opt/graphics/OpenGL/demos/chess/Board.C: None /opt/graphics/OpenGL/demos/chess/Board.H: None /opt/graphics/OpenGL/demos/chess/Callbacks.C: None /opt/graphics/OpenGL/demos/chess/Callbacks.H: None /opt/graphics/OpenGL/demos/chess/GLwMDrawA.uih: None /opt/graphics/OpenGL/demos/chess/Makefile: None /opt/graphics/OpenGL/demos/chess/PolyMesh.C: None /opt/graphics/OpenGL/demos/chess/PolyMesh.H: None /opt/graphics/OpenGL/demos/chess/Utilities.C: None /opt/graphics/OpenGL/demos/chess/Utilities.H: None /opt/graphics/OpenGL/demos/chess/Window.C: None /opt/graphics/OpenGL/demos/chess/Window.H: None /opt/graphics/OpenGL/demos/chess/chess.uil: None /opt/graphics/OpenGL/demos/chess/libxboard.a: None /opt/graphics/OpenGL/demos/chess/main.C: None /opt/graphics/OpenGL/demos/chess/xboard.h: None /opt/graphics/OpenGL/demos/occlusion_cull/ocComplex.c: None /opt/graphics/OpenGL/doc/Web/FrontMatter.html: None /opt/graphics/OpenGL/doc/Web/ImpGuide/01_Overview.html: None /opt/graphics/OpenGL/doc/Web/ImpGuide/02_Install.html: None /opt/graphics/OpenGL/doc/Web/ImpGuide/03_RunProg.html: None /opt/graphics/OpenGL/doc/Web/ImpGuide/04_CompLink.html: None /opt/graphics/OpenGL/doc/Web/ImpGuide/05_WriteProg.html: None /opt/graphics/OpenGL/doc/Web/ImpGuide/equations/ NsubX2Prime.gif: None /opt/graphics/OpenGL/doc/Web/ImpGuide/equations/ NsubXPrime.gif: None /opt/graphics/OpenGL/doc/Web/ImpGuide/equations/ OneOverSqrt.gif: None /opt/graphics/OpenGL/doc/Web/ImpGuide/equations/fdef1.gif: None /opt/graphics/OpenGL/doc/Web/ImpGuide/equations/fdef2.gif: None /opt/graphics/OpenGL/doc/Web/Index.html: None /opt/graphics/OpenGL/doc/Web/OpenGL.html: None /opt/graphics/OpenGL/doc/Web/ReaderReply.html: None /opt/graphics/OpenGL/doc/Web/RefTOC.html: None /opt/graphics/OpenGL/doc/Web/Reference/glBegin.html: None /opt/graphics/OpenGL/doc/Web/Reference/ glDrawArraySetHP.html: None /opt/graphics/OpenGL/doc/Web/Reference/glDrawArrays.html: None /opt/graphics/OpenGL/doc/Web/Reference/glDrawBuffer.html: None /opt/graphics/OpenGL/doc/Web/Reference/glGet.html: None /opt/graphics/OpenGL/doc/Web/Reference/ glNextVisibilityTestHP.html: None /opt/graphics/OpenGL/doc/Web/Reference/glNormal.html: None /opt/graphics/OpenGL/doc/Web/Reference/glViewport.html: None /opt/graphics/OpenGL/doc/Web/Reference/ glVisibilityBufferHP.html: None /opt/graphics/OpenGL/doc/Web/Reference/ glXGetClientString.html: None /opt/graphics/OpenGL/doc/Web/Reference/ glXQueryExtensionsString.html: None /opt/graphics/OpenGL/doc/Web/Reference/ glXQueryServerString.html: None /opt/graphics/OpenGL/doc/Web/Reference/glXWaitGL.html: None /opt/graphics/OpenGL/doc/Web/Reference/gluNextContour.html: None /opt/graphics/OpenGL/doc/Web/buttons/AlphaOff.gif: None /opt/graphics/OpenGL/doc/Web/buttons/AlphaOn.gif: None /opt/graphics/OpenGL/doc/Web/buttons/ArrowLeftOff.gif: None /opt/graphics/OpenGL/doc/Web/buttons/ArrowLeftOn.gif: None /opt/graphics/OpenGL/doc/Web/buttons/ArrowRightOff.gif: None /opt/graphics/OpenGL/doc/Web/buttons/ArrowRightOn.gif: None /opt/graphics/OpenGL/doc/Web/buttons/ArrowUpOff.gif: None /opt/graphics/OpenGL/doc/Web/buttons/ArrowUpOn.gif: None /opt/graphics/OpenGL/doc/Web/buttons/ImpGuideOff.gif: None /opt/graphics/OpenGL/doc/Web/buttons/ImpGuideOn.gif: None /opt/graphics/OpenGL/doc/Web/buttons/IndexOff.gif: None /opt/graphics/OpenGL/doc/Web/buttons/IndexOn.gif: None /opt/graphics/OpenGL/doc/Web/buttons/ReferenceOff.gif: None /opt/graphics/OpenGL/doc/Web/buttons/ReferenceOn.gif: None /opt/graphics/OpenGL/doc/Web/images/OpenGL.gif: None /opt/graphics/OpenGL/doc/Web/images/OpenGL2.gif: None /opt/graphics/OpenGL/doc/Web/images/OpenGL3.gif: None /opt/graphics/OpenGL/doc/Web/images/OpenGLanim.gif: None /opt/graphics/OpenGL/doc/Web/images/shadow1.jpeg: None /opt/graphics/OpenGL/include/GL/gl.h: None /opt/graphics/OpenGL/include/GL/glHpInt.h: None /opt/graphics/OpenGL/include/GL/glu.h: None /opt/graphics/OpenGL/include/GL/glx.h: None /opt/graphics/OpenGL/include/GL/glxmd.h: None /opt/graphics/OpenGL/include/GL/glxproto.h: None /opt/graphics/OpenGL/include/GL/glxtokens.h: None cksum(1) Output: 2207714816 2510 /opt/graphics/OpenGL/ZAPdb/README 4054443495 1455 /opt/graphics/OpenGL/ZAPdb/bin/ZAPdb.ad 994252647 603301 /opt/graphics/OpenGL/ZAPdb/bin/ZAPdb.ui 3675229406 6857 /opt/graphics/OpenGL/ZAPdb/bin/ZAPdb 3761231970 2004 /opt/graphics/OpenGL/ZAPdb/bin/ZAPdbClean 409771373 4054 /opt/graphics/OpenGL/ZAPdb/bin/ZAPdbDoc 1181429378 3950 /opt/graphics/OpenGL/ZAPdb/bin/ZAPdbIndent 4017532229 11087 /opt/graphics/OpenGL/ZAPdb/bin/ZAPdbSplit 140543789 782 /opt/graphics/OpenGL/ZAPdb/bin/ZAPdbSwap 732642601 6992 /opt/graphics/OpenGL/ZAPdb/bin/logo1.xpm 108436977 204389 /opt/graphics/OpenGL/ZAPdb/bin/logo2.xpm 1980115274 9378 /opt/graphics/OpenGL/ZAPdb/bin/logo3.xpm 1222260950 5776 /opt/graphics/OpenGL/ZAPdb/code/ ZAPdbFuncHeader.c 2334598759 2699 /opt/graphics/OpenGL/ZAPdb/code/ ZAPdbInclude.h 4188294420 18173 /opt/graphics/OpenGL/ZAPdb/code/ ZAPdbMainHeader.c 298202143 1574 /opt/graphics/OpenGL/ZAPdb/code/ ZAPdbMainTrailer.c 730422747 1302 /opt/graphics/OpenGL/ZAPdb/doc/README 3877606646 2369 /opt/graphics/OpenGL/ZAPdb/doc/ZAPdb.html 409771373 4054 /opt/graphics/OpenGL/ZAPdb/doc/ZAPdbDoc 526635080 5329 /opt/graphics/OpenGL/ZAPdb/doc/about.gif 2655137437 1621 /opt/graphics/OpenGL/ZAPdb/doc/about.html 643161983 17814 /opt/graphics/OpenGL/ZAPdb/doc/amaint.gif 998982470 5817 /opt/graphics/OpenGL/ZAPdb/doc/anal.gif 3305077960 5342 /opt/graphics/OpenGL/ZAPdb/doc/area.gif 2330546171 41 /opt/graphics/OpenGL/ZAPdb/doc/background.gif 955384445 9239 /opt/graphics/OpenGL/ZAPdb/doc/brksel.gif 3249248694 2060 /opt/graphics/OpenGL/ZAPdb/doc/cmd.gif 3695304348 1434 /opt/graphics/OpenGL/ZAPdb/doc/ cmdbuttons.gif 2136218581 7848 /opt/graphics/OpenGL/ZAPdb/doc/count.gif 3345467414 6578 /opt/graphics/OpenGL/ZAPdb/doc/ctx.gif 2396196245 11642 /opt/graphics/OpenGL/ZAPdb/doc/details.html 2255213223 4446 /opt/graphics/OpenGL/ZAPdb/doc/dlist.gif 92425579 8255 /opt/graphics/OpenGL/ZAPdb/doc/dlist2.gif 29514016 1970 /opt/graphics/OpenGL/ZAPdb/doc/file.gif 3510795571 1150 /opt/graphics/OpenGL/ZAPdb/doc/help.gif 2592567581 2440 /opt/graphics/OpenGL/ZAPdb/doc/intro.html 1753540566 18514 /opt/graphics/OpenGL/ZAPdb/doc/logo.gif 4291999276 4281 /opt/graphics/OpenGL/ZAPdb/doc/menubar.gif 4122542618 2596 /opt/graphics/OpenGL/ZAPdb/doc/opt.gif 1315486996 9094 /opt/graphics/OpenGL/ZAPdb/doc/opt.html 4034968388 5686 /opt/graphics/OpenGL/ZAPdb/doc/pix.gif 3248376615 3262 /opt/graphics/OpenGL/ZAPdb/doc/prob.html 1145547391 1322 /opt/graphics/OpenGL/ZAPdb/doc/ref.gif 632110294 5559 /opt/graphics/OpenGL/ZAPdb/doc/select.html 3976949043 3208 /opt/graphics/OpenGL/ZAPdb/doc/start.gif 594131518 4038 /opt/graphics/OpenGL/ZAPdb/doc/start.html 787877582 9175 /opt/graphics/OpenGL/ZAPdb/doc/state.gif 1266140849 1866 /opt/graphics/OpenGL/ZAPdb/doc/support.html 2001157181 33490 /opt/graphics/OpenGL/ZAPdb/doc/task.html 2739866182 4152 /opt/graphics/OpenGL/ZAPdb/doc/toggles.gif 1806786371 8883 /opt/graphics/OpenGL/ZAPdb/doc/trcsel.gif 2279714793 7731 /opt/graphics/OpenGL/ZAPdb/doc/util.html 1936001284 3640 /opt/graphics/OpenGL/ZAPdb/doc/whatsnew.html 1172404272 6823 /opt/graphics/OpenGL/ZAPdb/doc/win.gif 1452261370 735700 /opt/graphics/OpenGL/ZAPdb/lib/libZAPdb.sl 3761231970 2004 /opt/graphics/OpenGL/ZAPdb/util/ZAPdbClean 1181429378 3950 /opt/graphics/OpenGL/ZAPdb/util/ZAPdbIndent 4017532229 11087 /opt/graphics/OpenGL/ZAPdb/util/ZAPdbSplit 140543789 782 /opt/graphics/OpenGL/ZAPdb/util/ZAPdbSwap 154207640 366046 /opt/graphics/OpenGL/contrib/libglut/ libglut.a 2441717797 19724 /opt/graphics/OpenGL/contrib/libwidget/ libGLw.a 928820206 40960 /opt/graphics/OpenGL/contrib/visual/ visual.uid-32 928820206 40960 /opt/graphics/OpenGL/contrib/visual/ visual.uid 346477115 131587 /opt/graphics/OpenGL/contrib/visual/visual 3539881645 65657 /opt/graphics/OpenGL/contrib/xglinfo/ xglinfo 1288789856 20424 /opt/graphics/OpenGL/demos/chess/Board.C 3497457289 1870 /opt/graphics/OpenGL/demos/chess/Board.H 477556131 17833 /opt/graphics/OpenGL/demos/chess/Callbacks.C 523010797 8629 /opt/graphics/OpenGL/demos/chess/Callbacks.H 1381809140 3480 /opt/graphics/OpenGL/demos/chess/ GLwMDrawA.uih 4183664201 986 /opt/graphics/OpenGL/demos/chess/Makefile 3467384323 6272 /opt/graphics/OpenGL/demos/chess/PolyMesh.C 679034065 1352 /opt/graphics/OpenGL/demos/chess/PolyMesh.H 1053005182 15115 /opt/graphics/OpenGL/demos/chess/ Utilities.C 556792402 15251 /opt/graphics/OpenGL/demos/chess/Utilities.H 2314723361 14548 /opt/graphics/OpenGL/demos/chess/Window.C 109664911 3244 /opt/graphics/OpenGL/demos/chess/Window.H 2766328603 19429 /opt/graphics/OpenGL/demos/chess/chess.uil 1462457712 347684 /opt/graphics/OpenGL/demos/chess/ libxboard.a 2430593886 10414 /opt/graphics/OpenGL/demos/chess/main.C 26828799 9700 /opt/graphics/OpenGL/demos/chess/xboard.h 2378285686 21152 /opt/graphics/OpenGL/demos/occlusion_cull/ ocComplex.c 2820895034 3985 /opt/graphics/OpenGL/doc/Web/ FrontMatter.html 4096593284 115097 /opt/graphics/OpenGL/doc/Web/ImpGuide/ 01_Overview.html 3624533169 16283 /opt/graphics/OpenGL/doc/Web/ImpGuide/ 02_Install.html 1702212193 9968 /opt/graphics/OpenGL/doc/Web/ImpGuide/ 03_RunProg.html 227588058 9189 /opt/graphics/OpenGL/doc/Web/ImpGuide/ 04_CompLink.html 424219353 30825 /opt/graphics/OpenGL/doc/Web/ImpGuide/ 05_WriteProg.html 2459005771 2712 /opt/graphics/OpenGL/doc/Web/ImpGuide/ equations/NsubX2Prime.gif 2488374002 3135 /opt/graphics/OpenGL/doc/Web/ImpGuide/ equations/NsubXPrime.gif 3588037367 3904 /opt/graphics/OpenGL/doc/Web/ImpGuide/ equations/OneOverSqrt.gif 2334036386 2650 /opt/graphics/OpenGL/doc/Web/ImpGuide/ equations/fdef1.gif 514251258 2491 /opt/graphics/OpenGL/doc/Web/ImpGuide/ equations/fdef2.gif 3706387263 311016 /opt/graphics/OpenGL/doc/Web/Index.html 2083540268 3796 /opt/graphics/OpenGL/doc/Web/OpenGL.html 2755207550 12546 /opt/graphics/OpenGL/doc/Web/ ReaderReply.html 4219437788 80131 /opt/graphics/OpenGL/doc/Web/RefTOC.html 567068813 13762 /opt/graphics/OpenGL/doc/Web/Reference/ glBegin.html 3559931050 9528 /opt/graphics/OpenGL/doc/Web/Reference/ glDrawArraySetHP.html 739135579 8705 /opt/graphics/OpenGL/doc/Web/Reference/ glDrawArrays.html 2841645717 10124 /opt/graphics/OpenGL/doc/Web/Reference/ glDrawBuffer.html 329375935 73623 /opt/graphics/OpenGL/doc/Web/Reference/ glGet.html 3598533738 7071 /opt/graphics/OpenGL/doc/Web/Reference/ glNextVisibilityTestHP.html 133263703 8101 /opt/graphics/OpenGL/doc/Web/Reference/ glNormal.html 631781456 7358 /opt/graphics/OpenGL/doc/Web/Reference/ glViewport.html 2044497497 9861 /opt/graphics/OpenGL/doc/Web/Reference/ glVisibilityBufferHP.html 2620088085 7245 /opt/graphics/OpenGL/doc/Web/Reference/ glXGetClientString.html 1803841934 6137 /opt/graphics/OpenGL/doc/Web/Reference/ glXQueryExtensionsString.html 1089985939 6582 /opt/graphics/OpenGL/doc/Web/Reference/ glXQueryServerString.html 1136275484 5847 /opt/graphics/OpenGL/doc/Web/Reference/ glXWaitGL.html 681775215 7656 /opt/graphics/OpenGL/doc/Web/Reference/ gluNextContour.html 1749944198 776 /opt/graphics/OpenGL/doc/Web/buttons/ AlphaOff.gif 2444756261 782 /opt/graphics/OpenGL/doc/Web/buttons/ AlphaOn.gif 3541518151 729 /opt/graphics/OpenGL/doc/Web/buttons/ ArrowLeftOff.gif 2860083774 724 /opt/graphics/OpenGL/doc/Web/buttons/ ArrowLeftOn.gif 4094934743 732 /opt/graphics/OpenGL/doc/Web/buttons/ ArrowRightOff.gif 2176551665 736 /opt/graphics/OpenGL/doc/Web/buttons/ ArrowRightOn.gif 3401601776 737 /opt/graphics/OpenGL/doc/Web/buttons/ ArrowUpOff.gif 4207334350 734 /opt/graphics/OpenGL/doc/Web/buttons/ ArrowUpOn.gif 3983864669 1482 /opt/graphics/OpenGL/doc/Web/buttons/ ImpGuideOff.gif 3987726417 1402 /opt/graphics/OpenGL/doc/Web/buttons/ ImpGuideOn.gif 1373539320 1375 /opt/graphics/OpenGL/doc/Web/buttons/ IndexOff.gif 3686647550 1372 /opt/graphics/OpenGL/doc/Web/buttons/ IndexOn.gif 835693610 1504 /opt/graphics/OpenGL/doc/Web/buttons/ ReferenceOff.gif 647466502 1493 /opt/graphics/OpenGL/doc/Web/buttons/ ReferenceOn.gif 2634048788 58631 /opt/graphics/OpenGL/doc/Web/images/ OpenGL.gif 2149167096 17348 /opt/graphics/OpenGL/doc/Web/images/ OpenGL2.gif 4191037069 8633 /opt/graphics/OpenGL/doc/Web/images/ OpenGL3.gif 2758430513 65244 /opt/graphics/OpenGL/doc/Web/images/ OpenGLanim.gif 1261255164 32755 /opt/graphics/OpenGL/doc/Web/images/ shadow1.jpeg 2956332135 71780 /opt/graphics/OpenGL/include/GL/gl.h 1098118878 73880 /opt/graphics/OpenGL/include/GL/glHpInt.h 4154849990 12258 /opt/graphics/OpenGL/include/GL/glu.h 4141345014 2778 /opt/graphics/OpenGL/include/GL/glx.h 1525530204 1269 /opt/graphics/OpenGL/include/GL/glxmd.h 3388091897 40382 /opt/graphics/OpenGL/include/GL/glxproto.h 3087403860 4183 /opt/graphics/OpenGL/include/GL/glxtokens.h Patch Conflicts: None Patch Dependencies: None Hardware Dependencies: None Other Dependencies: None Supersedes: PHSS_11404 PHSS_12473 PHSS_13525 PHSS_13909 PHSS_14931 PHSS_14933 PHSS_14945 PHSS_15838 PHSS_15849 PHSS_17141 PHSS_17167 PHSS_17182 PHSS_19264 PHSS_19277 PHSS_20285 PHSS_20307 PHSS_21450 PHSS_21460 Equivalent Patches: None Patch Package Size: 4310 KBytes Installation Instructions: Please review all instructions and the Hewlett-Packard SupportLine User Guide or your Hewlett-Packard support terms and conditions for precautions, scope of license, restrictions, and, limitation of liability and warranties, before installing this patch. ------------------------------------------------------------ 1. Back up your system before installing a patch. 2. Login as root. 3. Copy the patch to the /tmp directory. 4. Move to the /tmp directory and unshar the patch: cd /tmp sh PHSS_21798 5a. For a standalone system, run swinstall to install the patch: swinstall -x autoreboot=true -x match_target=true \ -s /tmp/PHSS_21798.depot By default swinstall will archive the original software in /var/adm/sw/patch/PHSS_21798. If you do not wish to retain a copy of the original software, you can create an empty file named /var/adm/sw/patch/PATCH_NOSAVE. WARNING: If this file exists when a patch is installed, the patch cannot be deinstalled. Please be careful when using this feature. It is recommended that you move the PHSS_21798.text file to /var/adm/sw/patch for future reference. To put this patch on a magnetic tape and install from the tape drive, use the command: dd if=/tmp/PHSS_21798.depot of=/dev/rmt/0m bs=2k Special Installation Instructions: None