Patch Name: PHSS_26651 Patch Description: s700_800 11.22 Graphics3D cumulative patch Creation Date: 03/03/25 Post Date: 03/04/03 Hardware Platforms - OS Releases: s700: 11.22 s800: 11.22 Products: Graphics3D B.11.22 3D Graphics Runtime and Developer Kit Filesets: Graphics3D.COMMON-RUN,fr=B.11.22.01,fa=HP-UX_B.11.22_IA,v=HP Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA,v=HP Graphics3D.OPENGL-DK,fr=B.11.22.01,fa=HP-UX_B.11.22_IA,v=HP Graphics3D.OPENGL-RUN,fr=B.11.22.01,fa=HP-UX_B.11.22_IA,v=HP Automatic Reboot?: No Status: General Release Critical: No (superseded patches were critical) PHSS_25292: HANG Category Tags: defect_repair general_release critical halts_system Path Name: /hp-ux_patches/s700_800/11.X/PHSS_26651 Symptoms: PHSS_26651: ( SR:8606295859 CR:JAGae59507 ) Display list create time is unreasonably slow for large models on hp Fire GL-UX and ATI Fire GL4. ( SR:8606296354 CR:JAGae59944 ) Display lists that contain individual primitives with more than 64K vertices render with poor performance on hp Fire GL-UX and ATI Fire GL4. ( SR:8606297977 CR:JAGae61479 ) Memory fault in the glArrayElement routine when running in protocol mode on ATI Fire GL4. PHSS_26626: ( SR:8606289634 CR:JAGae53564 ) When you have fog and 3D clipping enabled (such as with a view frustum), polygons or lines at the back of the model turn black. PHSS_25292: ( SR:8606276608 CR:JAGae40685 ) graphdiag reports the graphics card is bad on systems with 24 bit default visual ( SR:8606278365 CR:JAGae42423 ) On hp Fire GL-UX devices, Model Clipping in CATIA V5 will occasionally render portions of graphics models that should be clipped out (invisible). ( SR:8606277281 CR:JAGae41353 ) Some stereo applications and demos (e.g. /opt/graphics/OpenGL/demos/stereo/simple_stereo-32) fail to run on hp FireGL-UX. ( SR:8606232013 CR:JAGae01249 ) When using Full Scene Anti-Aliasing (FSAA) on an hp Fire GL-UX, glReadPixels, glBitmaps, and lines with glLineWidth may render incorrectly. ( SR:8606246422 CR:JAGae12867 ) OpenGL display lists on hp Fire GL-UX use memory inefficiently. ( SR:8606257531 CR:JAGae21834 ) The X server on an hp Fire GL-UX device does not correctly recover if an OpenGL program terminates while rendering 3D primitives. ( SR:8606264986 CR:JAGae29317 ) Rare X server hangs when running OpenGL applications. Sometimes the X process cannot be killed, a system reboot may be required. ( SR:8606270014 CR:JAGae34252 ) OpenGL applications cannot use OpenGL GLX pixmaps on an hp Fire GL-UX. ( SR:8606270007 CR:JAGae34245 ) The gamma tool is missing from the HP-UX 11.22 release. ( SR:8606277699 CR:JAGae41769) On hp FireGL-UX, reading images from the frame buffer may yield incorrect results when those images are actually subimages of a larger image. Defect Description: PHSS_26651: ( SR:8606295859 CR:JAGae59507 ) The Fire GL display list memory allocator uses a linked list algorithm that is prone to cache misses with large display lists. Resolution: Modified the Fire GL display list allocator to use malloc. ( SR:8606297977 CR:JAGae61479 ) The context parameter is not passed correctly in libXfGL.so.2. Dereferencing the bad context pointer causes a memory fault. Resolution: Modify the libXfGL.so.2 to pass the context parameter correctly. ( SR:8606297977 CR:JAGae61479 ) The context parameter is not passed correctly in libXfGL.so.2. Dereferencing the bad context pointer causes a memory fault. Resolution: Modify the libXfGL.so.2 to pass the context parameter correctly. PHSS_26626: ( SR:8606289634 CR:JAGae53564 ) The problem is seen when the user specifies a fog_end value that is more or less coincident with the back view frustum plane. When this occurs, rasterization problems (usually black lines or black polygons) occur. PHSS_25292: ( SR:8606276608 CR:JAGae40685 ) graphdiag assumes it is looking at a 8 bit visual Resolution: Fix graphdiag so that it checks to see how many bits per pixel the visual is using and the the appropriate comparison of each pixel. ( SR:8606278365 CR:JAGae42423 ) Polygons intended by the application to mask off sections of the window to implement a form of "model clipping" are not rendered; the masking polygons are themselves being clipped against the front plane of the view frustum. Resolution: A special mode has been implemented for CATIA V5 to adjust the front plane of the view frustum by 0.001%, which is enough to keep the masking polygons from being inadvertently clipped. ( SR:8606277281 CR:JAGae41353 ) This defect occurs when an application attempts to use the 24 bit RGB stereo visual. The 32 bit RGBA stereo visual works correctly. The error reported is an X11 BadMatch or BadValue error. This defect was corrected by repairing a corrupted visual table in the hp FireGL-UX X server. The 24 bit RGB visual is now correctly recognized as a valid visual. ( SR:8606232013 CR:JAGae01249 ) glReadPixels, glBitmaps, and glLineWidth commands did not apply the super-sampling expansion correctly when FSAA was enabled. Now correct super-sampling pixel expansion is done for all OpenGL primitives. ( SR:8606246422 CR:JAGae12867 ) The display list optimizer for the hp Fire GL-UX creates multiple copies of the display list data, resulting in memory fragmentation when memory is released. The resolution was to reduced memory consumption when creating large display lists by combining optimization steps and allocating memory in reusable sized blocks. ( SR:8606257531 CR:JAGae21834 ) The architecture for hp Fire GL-UX does not allow the system to completely recover from a hung hp Fire GL-UX device. The only solution is to restart the X server. The resolution was to implement a robust hang detection and recovery mechanism in the hp Fire GL-UX dynamically loaded kernel module and the X server. ( SR:8606264986 CR:JAGae29317 ) When application(s) exit, the X server sends notification for every window that is destroyed to the OpenGL daemon. Applications that have an unusually large number of display connections can cause a FIFO to overflow when the windows are destroyed. The resolution was to no longer sends DestroyWindow messages to the OGL Daemon. ( SR:8606270014 CR:JAGae34252 ) The hp Fire GL-UX does not support OpenGL GLX pixmaps in the default configuration. This functionality is only available when the /etc/X11/XF86Config option is set (uncommented): Option "AccelerateIndirectRendering" "false" This functionality is implemented at the cost of dropping back to software rendering for all indirect contexts. The hp Fire GL-UX supports hardware accelerated GLX 1.2 GLX Pixmap rendering in the default configuration. The XF86Config option still forces software rendering for OpenGL GLX pixmaps and indirect contexts. ( SR:8606270007 CR:JAGae34245 ) The X server does not honor the modification to the gamma value as set by the gamma tool. The gamma tool is included in this patch ( SR:8606277699 CR:JAGae41769 ) When reading an image from the framebuffer in the form of "n" subimages and then constructing the final image by tiling the multiple subimages, the result may be incorrect. The resolution was to correctly handle the reading of subimages from the frame buffer and tiling those images into the destination buffer. Enhancement: No SR: 8606232013 8606246422 8606257531 8606264986 8606270014 8606270007 8606277699 8606277281 8606278365 8606276608 8606289634 8606295859 8606296354 8606297977 Patch Files: Graphics3D.COMMON-RUN,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: /opt/graphics/common/bin/graphinfo /opt/graphics/common/man/man1.Z/graphinfo.1g Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: /opt/graphics/OpenGL/demos/verify_viewer-PA32 /opt/graphics/OpenGL/demos/verify_viewer-PA64 /opt/graphics/OpenGL/lib/pa20_64/libGL.2 /opt/graphics/OpenGL/lib/pa20_64/libGLU.2 /opt/graphics/OpenGL/lib/pa20_64/libHpGL.2 /opt/graphics/OpenGL/lib/pa20_64/libXfGL.2 /opt/graphics/OpenGL/lib/pa20_64/libddvmd.2 /opt/graphics/OpenGL/lib/pa20_64/libogltls.2 /opt/graphics/OpenGL/lib/libGL.1 /opt/graphics/OpenGL/lib/libGL.2 /opt/graphics/OpenGL/lib/libGLU.1 /opt/graphics/OpenGL/lib/libGLU.2 /opt/graphics/OpenGL/lib/libHpGL.2 /opt/graphics/OpenGL/lib/libXfGL.2 /opt/graphics/OpenGL/lib/libddvmd.2 /opt/graphics/OpenGL/lib/libogltls.2 /opt/graphics/OpenGL/lib/libogltls.sl /opt/graphics/PEX5/contrib/xhpcmap /opt/graphics/PEX5/demos/PEXInfo.l.pm /opt/graphics/PEX5/demos/PEXVerify.scr /opt/graphics/PEX5/demos/VerifyPEX_msg /opt/graphics/PEX5/demos/pexcube_data /opt/graphics/PEX5/demos/verify_install /opt/graphics/PEX5/fonts/ascii/stroke/ascii.-1.pht /opt/graphics/PEX5/fonts/ascii/stroke/ascii.-2.pht /opt/graphics/PEX5/fonts/ascii/stroke/ascii.1.pht /opt/graphics/PEX5/fonts/ascii/stroke/ascii.2.pht /opt/graphics/PEX5/fonts/ascii/stroke/fonts.dir /opt/graphics/PEX5/fonts/ascii/stroke/latin1.-1.pht /opt/graphics/PEX5/fonts/ascii/stroke/latin1.-2.pht /opt/graphics/PEX5/fonts/ascii/stroke/latin1.1.pht /opt/graphics/PEX5/fonts/ascii/stroke/latin1.2.pht /opt/graphics/PEX5/fonts/ascii/stroke/phonts.dir /opt/graphics/PEX5/fonts/font_info/stroke/-1 /opt/graphics/PEX5/fonts/hp_japanese/stroke/fonts.dir /opt/graphics/PEX5/fonts/hp_japanese/stroke/phonts.dir /opt/graphics/PEX5/fonts/usascii/stroke/fonts.dir /opt/graphics/PEX5/fonts/usascii/stroke/phonts.dir /opt/graphics/PEX5/help/PEXErrorHelp /opt/graphics/PEX5/lbin/pexd /opt/graphics/PEX5/lbin/pexd_init /opt/graphics/PEX5/lib/macros/ormac /opt/graphics/PEX5/lib/nls/msg/C/PEX.cat /opt/graphics/PEX5/lib/libPEX5.1 /opt/graphics/PEX5/lib/libPEX5.2 /opt/graphics/PEX5/lib/libPEX5.3 /opt/graphics/PEX5/lib/libPEXUt.1 /opt/graphics/PEX5/lib/libPEXUt.2 /opt/graphics/PEX5/lib/libPEXXg.1 /opt/graphics/PEX5/lib/libPEXXg.2 /opt/graphics/PEX5/lib/libPEX5.sl /opt/graphics/PEX5/lib/libPEXUt.sl /opt/graphics/PEX5/lib/libPEXXg.sl /opt/graphics/common/bin/pcltrans /opt/graphics/common/bin/sb2xwd /opt/graphics/common/bin/screenpr8.07 /opt/graphics/common/bin/xinitcolormap /opt/graphics/common/bin/xwcreate /opt/graphics/common/bin/xwd2sb /opt/graphics/common/bin/xwdestroy /opt/graphics/common/lbin/gwind /opt/graphics/common/lbin/gwindstop /opt/graphics/common/lbin/sb_daemon_11.0 /opt/graphics/common/lbin/sb_daemon_10.0 /opt/graphics/common/lbin/sb_daemon_8.02 /opt/graphics/common/lbin/sb_daemon_8.05 /opt/graphics/common/lbin/sb_daemon_8.07 /opt/graphics/common/lbin/sb_daemon_9.0 /opt/graphics/common/lib/formatters/pcl/libfmtpcl.1 /opt/graphics/common/lib/formatters/pcl/libfmtpcl.sl /opt/graphics/common/lib/nls/msg/C/hpgfx.cat /opt/graphics/common/lib/nls/msg/en_US.roman8/hpgfx.cat /opt/graphics/common/lib/char_sets /opt/graphics/common/lib/libXg.1 /opt/graphics/common/lib/libXg.2 /opt/graphics/common/lib/libXwindow.1 /opt/graphics/common/lib/libXwindow.2 /opt/graphics/common/lib/libcgm.1 /opt/graphics/common/lib/libcgm.2 /opt/graphics/common/lib/libddCADplt.1 /opt/graphics/common/lib/libddSMDpix.1 /opt/graphics/common/lib/libddSMDpln.1 /opt/graphics/common/lib/libddbyte.1 /opt/graphics/common/lib/libdddi.1 /opt/graphics/common/lib/libdddi.2 /opt/graphics/common/lib/libdddl.1 /opt/graphics/common/lib/libddhil.1 /opt/graphics/common/lib/libddhpcgm.1 /opt/graphics/common/lib/libddhpgl.1 /opt/graphics/common/lib/libddload.1 /opt/graphics/common/lib/libddnull.1 /opt/graphics/common/lib/libddsox11.1 /opt/graphics/common/lib/libddvmx.1 /opt/graphics/common/lib/libdl.1 /opt/graphics/common/lib/libdl.2 /opt/graphics/common/lib/libdlrefs.1 /opt/graphics/common/lib/libdlrefs.2 /opt/graphics/common/lib/libhpgfx.1 /opt/graphics/common/lib/libhpgfx.2 /opt/graphics/common/lib/libhpgfx.3 /opt/graphics/common/lib/libXg.sl /opt/graphics/common/lib/libXwindow.sl /opt/graphics/common/lib/libcgm.sl /opt/graphics/common/lib/libddCADplt.sl /opt/graphics/common/lib/libddSMDpix.sl /opt/graphics/common/lib/libddSMDpln.sl /opt/graphics/common/lib/libddbyte.sl /opt/graphics/common/lib/libdddl.sl /opt/graphics/common/lib/libddhil.sl /opt/graphics/common/lib/libddhpcgm.sl /opt/graphics/common/lib/libddhpgl.sl /opt/graphics/common/lib/libddload.sl /opt/graphics/common/lib/libddnull.sl /opt/graphics/common/lib/libddsox11.sl /opt/graphics/common/lib/libddvmx.sl /opt/graphics/common/lib/libdl.sl /opt/graphics/common/lib/libdlrefs.sl /opt/graphics/common/lib/libhpgfx.sl /opt/graphics/common/stroke/font_info/1 /opt/graphics/common/stroke/font_info/2 /opt/graphics/common/stroke/font_info/4 /opt/graphics/common/stroke/font_info/58 /opt/graphics/common/stroke/font_info/6 /opt/graphics/common/stroke/font_info/8 /opt/graphics/common/stroke/hproman/1 /opt/graphics/common/stroke/hproman/2 /opt/graphics/common/stroke/hproman/4 /opt/graphics/common/stroke/hproman/58 /opt/graphics/common/stroke/hproman/6 /opt/graphics/common/stroke/hproman/8 /opt/graphics/common/stroke/jisascii/1 /opt/graphics/common/stroke/jisascii/2 /opt/graphics/common/stroke/jisascii/4 /opt/graphics/common/stroke/jisascii/6 /opt/graphics/common/stroke/jisascii/8 /opt/graphics/common/stroke/katakana/1 /opt/graphics/common/stroke/katakana/2 /opt/graphics/common/stroke/katakana/4 /opt/graphics/common/stroke/katakana/6 /opt/graphics/common/stroke/katakana/8 /opt/graphics/common/stroke/usascii/1 /opt/graphics/common/stroke/usascii/2 /opt/graphics/common/stroke/usascii/4 /opt/graphics/common/stroke/usascii/58 /opt/graphics/common/stroke/usascii/6 /opt/graphics/common/stroke/usascii/8 /opt/graphics/common/stroke/markers /opt/graphics/newconfig/opt/graphics/common/config/defaults /opt/graphics/newconfig/opt/graphics/phigs/config/ char_set_info /opt/graphics/newconfig/opt/graphics/phigs/config/defaults /opt/graphics/newconfig/opt/graphics/phigs/11.00_Rel_Notes /opt/graphics/newconfig/usr/lib/X11/extensions/fp.PEX /opt/graphics/newconfig/usr/lib/X11/XErrorDB /opt/graphics/phigs/bin/cgmiui /opt/graphics/phigs/bin/xinitcolormap /opt/graphics/phigs/bin/xmodsharedcmap /opt/graphics/phigs/bin/xsharedcmap /opt/graphics/phigs/char_sets/ascii/-1 /opt/graphics/phigs/char_sets/ascii/-2 /opt/graphics/phigs/char_sets/ascii/1 /opt/graphics/phigs/char_sets/ascii/2 /opt/graphics/phigs/char_sets/font_info/-1 /opt/graphics/phigs/char_sets/latin1/-1 /opt/graphics/phigs/char_sets/latin1/-2 /opt/graphics/phigs/char_sets/latin1/1 /opt/graphics/phigs/char_sets/latin1/2 /opt/graphics/phigs/include/Colors.h /opt/graphics/phigs/lbin/phg_daemon /opt/graphics/phigs/lib/X11/app-defaults/Phigswidget /opt/graphics/phigs/lib/nls/msg/C/phigs.cat /opt/graphics/phigs/lib/nls/msg/en_US.roman8/phigs.cat /opt/graphics/phigs/lib/libphigs.1 /opt/graphics/phigs/lib/libphigs.2 /opt/graphics/phigs/lib/libphigsXg.1 /opt/graphics/phigs/lib/libphigsXg.2 /opt/graphics/phigs/lib/libphigs.sl /opt/graphics/phigs/lib/libphigsXg.sl /opt/graphics/phigs/11.00_Rel_Notes /usr/lib/X11/extensions/libXhpPEX.1 Graphics3D.OPENGL-DK,fr=B.11.22.01,fa=HP-UX_B.11.22_IA,v=HP: /opt/graphics/OpenGL/contrib/libglut/GL/glut.h /opt/graphics/OpenGL/contrib/libglut/hpux32/libglut.a /opt/graphics/OpenGL/contrib/libglut/hpux64/libglut.a /opt/graphics/OpenGL/contrib/libglut/MonoRoman.stroke /opt/graphics/OpenGL/contrib/libglut/README /opt/graphics/OpenGL/contrib/libglut/Roman.stroke /opt/graphics/OpenGL/contrib/libwidget/hpux32/libGLw.a /opt/graphics/OpenGL/contrib/libwidget/hpux64/libGLw.a /opt/graphics/OpenGL/contrib/libwidget/GLwDAUtil.c /opt/graphics/OpenGL/contrib/libwidget/GLwDrawA.c /opt/graphics/OpenGL/contrib/libwidget/GLwDrawA.h /opt/graphics/OpenGL/contrib/libwidget/GLwDrawAP.h /opt/graphics/OpenGL/contrib/libwidget/GLwMDrawA.c /opt/graphics/OpenGL/contrib/libwidget/GLwMDrawA.h /opt/graphics/OpenGL/contrib/libwidget/GLwMDrawAP.h /opt/graphics/OpenGL/contrib/libwidget/Makefile32 /opt/graphics/OpenGL/contrib/libwidget/Makefile64 /opt/graphics/OpenGL/contrib/libwidget/README /opt/graphics/OpenGL/contrib/visual/COPYRIGHT /opt/graphics/OpenGL/contrib/visual/LOCALIZE /opt/graphics/OpenGL/contrib/visual/Makefile32 /opt/graphics/OpenGL/contrib/visual/Makefile64 /opt/graphics/OpenGL/contrib/visual/README /opt/graphics/OpenGL/contrib/visual/fields.h /opt/graphics/OpenGL/contrib/visual/fields.uil /opt/graphics/OpenGL/contrib/visual/help.uil /opt/graphics/OpenGL/contrib/visual/linklist.C /opt/graphics/OpenGL/contrib/visual/visual.C /opt/graphics/OpenGL/contrib/visual/visual.h /opt/graphics/OpenGL/contrib/visual/visual.uid-32 /opt/graphics/OpenGL/contrib/visual/visual.uid-64 /opt/graphics/OpenGL/contrib/visual/visual.uil /opt/graphics/OpenGL/contrib/visual/window.C /opt/graphics/OpenGL/contrib/xglinfo/Makefile32 /opt/graphics/OpenGL/contrib/xglinfo/Makefile64 /opt/graphics/OpenGL/contrib/xglinfo/global.h /opt/graphics/OpenGL/contrib/xglinfo/stringConversion.c /opt/graphics/OpenGL/contrib/xglinfo/xglinfo.c /opt/graphics/OpenGL/contrib/xglinfo/xglinfo.man /opt/graphics/OpenGL/demos/chess/Data/BlackMarble.ppm /opt/graphics/OpenGL/demos/chess/Data/WhiteMarble.ppm /opt/graphics/OpenGL/demos/chess/Data/Wood.ppm /opt/graphics/OpenGL/demos/chess/Data/bishop.bj /opt/graphics/OpenGL/demos/chess/Data/black_top.bj /opt/graphics/OpenGL/demos/chess/Data/chassis.bj /opt/graphics/OpenGL/demos/chess/Data/king.bj /opt/graphics/OpenGL/demos/chess/Data/knight.bj /opt/graphics/OpenGL/demos/chess/Data/pawn.bj /opt/graphics/OpenGL/demos/chess/Data/queen.bj /opt/graphics/OpenGL/demos/chess/Data/rook.bj /opt/graphics/OpenGL/demos/chess/Data/white_top.bj /opt/graphics/OpenGL/demos/chess/hpux32/libxboard.a /opt/graphics/OpenGL/demos/chess/hpux64/libxboard.a /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/Makefile32 /opt/graphics/OpenGL/demos/chess/Makefile64 /opt/graphics/OpenGL/demos/chess/PolyMesh.C /opt/graphics/OpenGL/demos/chess/PolyMesh.H /opt/graphics/OpenGL/demos/chess/README /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.uid-32 /opt/graphics/OpenGL/demos/chess/chess.uid-64 /opt/graphics/OpenGL/demos/chess/chess.uil /opt/graphics/OpenGL/demos/chess/crafty /opt/graphics/OpenGL/demos/chess/main.C /opt/graphics/OpenGL/demos/chess/xboard.h /opt/graphics/OpenGL/demos/occlusion_cull/Makefile32 /opt/graphics/OpenGL/demos/occlusion_cull/Makefile64 /opt/graphics/OpenGL/demos/occlusion_cull/README /opt/graphics/OpenGL/demos/occlusion_cull/ocComplex.c /opt/graphics/OpenGL/demos/occlusion_cull/ocDemo.h /opt/graphics/OpenGL/demos/occlusion_cull/ocSimple.c /opt/graphics/OpenGL/demos/occlusion_cull/screwdriver.gz /opt/graphics/OpenGL/demos/occlusion_cull/trackball.c /opt/graphics/OpenGL/demos/occlusion_cull/trackball.h /opt/graphics/OpenGL/demos/stereo/Makefile32 /opt/graphics/OpenGL/demos/stereo/Makefile64 /opt/graphics/OpenGL/demos/stereo/README /opt/graphics/OpenGL/demos/stereo/simple_stereo.c /opt/graphics/OpenGL/demos/threads/Makefile32 /opt/graphics/OpenGL/demos/threads/Makefile64 /opt/graphics/OpenGL/demos/threads/README /opt/graphics/OpenGL/demos/threads/threads.c /opt/graphics/OpenGL/demos/threads/threads_utls.c /opt/graphics/OpenGL/demos/threads/threads_utls.h /opt/graphics/OpenGL/demos/verify.uid-32 /opt/graphics/OpenGL/demos/verify.uid-64 /opt/graphics/OpenGL/demos/verify_install-32 /opt/graphics/OpenGL/demos/verify_install-64 /opt/graphics/OpenGL/demos/verify_viewer-32 /opt/graphics/OpenGL/demos/verify_viewer-64 /opt/graphics/OpenGL/doc/Web/README /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 /opt/graphics/OpenGL/include/GL/GLwDrawA.h /opt/graphics/OpenGL/include/GL/GLwDrawAP.h /opt/graphics/OpenGL/include/GL/GLwMDrawA.h /opt/graphics/OpenGL/include/GL/GLwMDrawAP.h /opt/graphics/OpenGL/lib/hpux32/libGLw.a /opt/graphics/OpenGL/lib/hpux64/libGLw.a Graphics3D.OPENGL-RUN,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: /opt/graphics/OpenGL/lbin/ogld /opt/graphics/OpenGL/lib/hpux32/libGL.so.2 /opt/graphics/OpenGL/lib/hpux32/libGLU.so.2 /opt/graphics/OpenGL/lib/hpux32/libHpGL.so.2 /opt/graphics/OpenGL/lib/hpux32/libXfGL.so.2 /opt/graphics/OpenGL/lib/hpux32/libddfgl.so.2 /opt/graphics/OpenGL/lib/hpux32/libddvmd.so.2 /opt/graphics/OpenGL/lib/hpux32/libogltls.so.2 /opt/graphics/OpenGL/lib/hpux32/libGL.so /opt/graphics/OpenGL/lib/hpux32/libGLU.so /opt/graphics/OpenGL/lib/hpux32/libogltls.so /opt/graphics/OpenGL/lib/hpux64/libGL.so.2 /opt/graphics/OpenGL/lib/hpux64/libGLU.so.2 /opt/graphics/OpenGL/lib/hpux64/libHpGL.so.2 /opt/graphics/OpenGL/lib/hpux64/libXfGL.so.2 /opt/graphics/OpenGL/lib/hpux64/libddfgl.so.2 /opt/graphics/OpenGL/lib/hpux64/libddvmd.so.2 /opt/graphics/OpenGL/lib/hpux64/libogltls.so.2 /opt/graphics/OpenGL/lib/hpux64/libGL.so /opt/graphics/OpenGL/lib/hpux64/libGLU.so /opt/graphics/OpenGL/lib/hpux64/libogltls.so /opt/graphics/OpenGL/lib/nls/msg/C/glu.cat /opt/graphics/OpenGL/lib/nls/msg/en_US.roman8/glu.cat /opt/graphics/OpenGL/ReleaseNotes what(1) Output: Graphics3D.COMMON-RUN,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: /opt/graphics/common/bin/graphinfo: None Graphics3D.COMMON-RUN,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: /opt/graphics/common/man/man1.Z/graphinfo.1g: None Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: /opt/graphics/OpenGL/demos/verify_viewer-PA32: HP aC++ B3910B X.03.14.12 Language Support Library Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: /opt/graphics/OpenGL/demos/verify_viewer-PA64: HP aC++ B3910B X.03.14.12 Language Support Library Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: /opt/graphics/OpenGL/lib/pa20_64/libGL.2: OpenGL 1.1 Revision 1.32 on HP-UX 11.00 $Date: 05-De c-02.18:11:35 $ $Revision: 20021205.17322 $ libGL.2 Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: /opt/graphics/OpenGL/lib/pa20_64/libGLU.2: OpenGL 1.1 Revision 1.32 on HP-UX 11.00 $Date: 05-De c-02.18:11:35 $ $Revision: 20021205.17322 $ libGLU.2 Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: /opt/graphics/OpenGL/lib/pa20_64/libHpGL.2: OpenGL 1.1 Revision 1.32 on HP-UX 11.00 $Date: 05-De c-02.18:11:35 $ $Revision: 20021205.17322 $ libHpGL.2 Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: /opt/graphics/OpenGL/lib/pa20_64/libXfGL.2: Built for: 11.00 on HP-UX Daily, +O3 +Oentrysched +F PD +Ofastaccess +Onolooptransform +Optrs_str ongly_typed X Window System, Version 11 R6 (build date: Thu Dec 5 20:30:57 MST 2002) Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: /opt/graphics/OpenGL/lib/pa20_64/libddvmd.2: OpenGL 1.1 Revision 1.32 on HP-UX 11.00 $Date: 05-De c-02.20:37:56 $ $Revision: 20021205.11578 $ libddvmd.2 Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: /opt/graphics/OpenGL/lib/pa20_64/libogltls.2: OpenGL 1.1 Revision 1.32 on HP-UX 11.00 $Date: 05-De c-02.18:11:35 $ $Revision: 20021205.17322 $ libogltls.2 Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: /opt/graphics/OpenGL/lib/libGL.1: OpenGL 1.1 Revision 1.32 on HP-UX 11.00 $Date: 05-De c-02.18:11:35 $ $Revision: 20021205.17322 $ libGL.1 Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: /opt/graphics/OpenGL/lib/libGL.2: OpenGL 1.1 Revision 1.32 on HP-UX 11.00 $Date: 05-De c-02.18:11:35 $ $Revision: 20021205.17322 $ libGL.2 Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: /opt/graphics/OpenGL/lib/libGLU.1: OpenGL 1.1 Revision 1.32 on HP-UX 11.00 $Date: 05-De c-02.18:11:35 $ $Revision: 20021205.17322 $ libGLU.1 Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: /opt/graphics/OpenGL/lib/libGLU.2: OpenGL 1.1 Revision 1.32 on HP-UX 11.00 $Date: 05-De c-02.18:11:35 $ $Revision: 20021205.17322 $ libGLU.2 Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: /opt/graphics/OpenGL/lib/libHpGL.2: OpenGL 1.1 Revision 1.32 on HP-UX 11.00 $Date: 05-De c-02.18:11:35 $ $Revision: 20021205.17322 $ libHpGL.2 Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: /opt/graphics/OpenGL/lib/libXfGL.2: Built for: 11.00 on HP-UX Daily, +O3 +Oentrysched +F PD +Ofastaccess +Onolooptransform +Optrs_str ongly_typed X Window System, Version 11 R6 (build date: Thu Dec 5 18:18:44 MST 2002) Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: /opt/graphics/OpenGL/lib/libddvmd.2: OpenGL 1.1 Revision 1.32 on HP-UX 11.00 $Date: 05-De c-02.20:37:56 $ $Revision: 20021205.11578 $ libddvmd.2 Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: /opt/graphics/OpenGL/lib/libogltls.2: OpenGL 1.1 Revision 1.32 on HP-UX 11.00 $Date: 05-De c-02.18:11:35 $ $Revision: 20021205.17322 $ libogltls.2 Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: /opt/graphics/OpenGL/lib/libogltls.sl: OpenGL 1.1 Revision 1.32 on HP-UX 11.00 $Date: 05-De c-02.18:11:35 $ $Revision: 20021205.17322 $ libogltls.2 Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: /opt/graphics/PEX5/contrib/xhpcmap: $Revision: 550.1 $ $Date: 96/03/19 14:17:07 $ PEX 5.1 v4 on HP-UX 11.00 $Date: 05-Dec-02.21:43:26 $ $Revision: 20021205.19083 $ xhpcmap Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: /opt/graphics/PEX5/demos/PEXInfo.l.pm: None Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: /opt/graphics/PEX5/demos/PEXVerify.scr: None Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: /opt/graphics/PEX5/demos/VerifyPEX_msg: PEX 5.1 v4 on HP-UX 11.00 $Date: 05-Dec-02.21:43:26 $ $Revision: 20021205.19083 $ VerifyPEX_msg Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: /opt/graphics/PEX5/demos/pexcube_data: None Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: /opt/graphics/PEX5/demos/verify_install: PEX 5.1 v4 on HP-UX 11.00 $Date: 05-Dec-02.21:43:26 $ $Revision: 20021205.19083 $ verify_install Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: /opt/graphics/PEX5/fonts/ascii/stroke/ascii.-1.pht: None Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: /opt/graphics/PEX5/fonts/ascii/stroke/ascii.-2.pht: None Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: /opt/graphics/PEX5/fonts/ascii/stroke/ascii.1.pht: None Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: /opt/graphics/PEX5/fonts/ascii/stroke/ascii.2.pht: None Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: /opt/graphics/PEX5/fonts/ascii/stroke/fonts.dir: None Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: /opt/graphics/PEX5/fonts/ascii/stroke/latin1.-1.pht: None Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: /opt/graphics/PEX5/fonts/ascii/stroke/latin1.-2.pht: None Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: /opt/graphics/PEX5/fonts/ascii/stroke/latin1.1.pht: None Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: /opt/graphics/PEX5/fonts/ascii/stroke/latin1.2.pht: None Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: /opt/graphics/PEX5/fonts/ascii/stroke/phonts.dir: None Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: /opt/graphics/PEX5/fonts/font_info/stroke/-1: None Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: /opt/graphics/PEX5/fonts/hp_japanese/stroke/fonts.dir: None Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: /opt/graphics/PEX5/fonts/hp_japanese/stroke/phonts.dir: None Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: /opt/graphics/PEX5/fonts/usascii/stroke/fonts.dir: None Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: /opt/graphics/PEX5/fonts/usascii/stroke/phonts.dir: None Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: /opt/graphics/PEX5/help/PEXErrorHelp: None Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: /opt/graphics/PEX5/lbin/pexd: PHSS_23559/23561 PEX5 Runtime/DevKit Server Daemon PEX 5.1 v4 on HP-UX 11.00 $Date: 05-Dec-02.21:43:26 $ $Revision: 20021205.19083 $ pexd Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: /opt/graphics/PEX5/lbin/pexd_init: PHSS_23559/23561 PEX5 Runtime/DevKit Server Startup Daemon PEX 5.1 v4 on HP-UX 11.00 $Date: 05-Dec-02.21:43:26 $ $Revision: 20021205.19083 $ pexd_init Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: /opt/graphics/PEX5/lib/macros/ormac: None Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: /opt/graphics/PEX5/lib/nls/msg/C/PEX.cat: None Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: /opt/graphics/PEX5/lib/libPEX5.1: PHSS_23559/23561 PEX5 Runtime/DevKit PEX5 Library PEX 5.1 v4 on HP-UX 11.00 $Date: 05-Dec-02.21:43:26 $ $Revision: 20021205.19083 $ libPEX5.1 Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: /opt/graphics/PEX5/lib/libPEX5.2: PHSS_23559/23561 PEX5 Runtime/DevKit PEX5 Library PEX 5.1 v4 on HP-UX 11.00 $Date: 05-Dec-02.21:43:26 $ $Revision: 20021205.19083 $ libPEX5.2 Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: /opt/graphics/PEX5/lib/libPEX5.3: PHSS_23559/23561 PEX5 Runtime/DevKit PEX5 Library PEX 5.1 v4 on HP-UX 11.00 $Date: 05-Dec-02.21:43:26 $ $Revision: 20021205.19083 $ libPEX5.3 Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: /opt/graphics/PEX5/lib/libPEXUt.1: CGE Version 1.0 Utilities Library $Revision: 550.2 $ $Date: 96/04/15 13:59:58 $ PEX 5.1 v4 on HP-UX 11.00 $Date: 05-Dec-02.21:43:26 $ $Revision: 20021205.19083 $ libPEXUt.1 Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: /opt/graphics/PEX5/lib/libPEXUt.2: CGE Version 1.0 Utilities Library $Revision: 550.2 $ $Date: 96/04/15 13:59:58 $ PEX 5.1 v4 on HP-UX 11.00 $Date: 05-Dec-02.21:43:26 $ $Revision: 20021205.19083 $ libPEXUt.2 Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: /opt/graphics/PEX5/lib/libPEXXg.1: PEX 5.1 v4 on HP-UX 11.00 $Date: 05-Dec-02.21:43:26 $ $Revision: 20021205.19083 $ libPEXXg.1 Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: /opt/graphics/PEX5/lib/libPEXXg.2: PEX 5.1 v4 on HP-UX 11.00 $Date: 05-Dec-02.21:43:26 $ $Revision: 20021205.19083 $ libPEXXg.2 Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: /opt/graphics/PEX5/lib/libPEX5.sl: PHSS_23559/23561 PEX5 Runtime/DevKit PEX5 Library PEX 5.1 v4 on HP-UX 11.00 $Date: 05-Dec-02.21:43:26 $ $Revision: 20021205.19083 $ libPEX5.3 Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: /opt/graphics/PEX5/lib/libPEXUt.sl: CGE Version 1.0 Utilities Library $Revision: 550.2 $ $Date: 96/04/15 13:59:58 $ PEX 5.1 v4 on HP-UX 11.00 $Date: 05-Dec-02.21:43:26 $ $Revision: 20021205.19083 $ libPEXUt.2 Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: /opt/graphics/PEX5/lib/libPEXXg.sl: PEX 5.1 v4 on HP-UX 11.00 $Date: 05-Dec-02.21:43:26 $ $Revision: 20021205.19083 $ libPEXXg.2 Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: /opt/graphics/common/bin/pcltrans: PHSS_26629/26634 SB Runtime/DevKit PHSS_26629/26634 SB Runtime/DevKit GRAPHICS CORE on HP-UX 11.00 $Date: 05-Dec-02.18:11: 35 $ $Revision: 20021205.17326 $ pcltrans Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: /opt/graphics/common/bin/sb2xwd: GRAPHICS CORE on HP-UX 11.00 $Date: 05-Dec-02.18:11: 35 $ $Revision: 20021205.17326 $ sb2xwd Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: /opt/graphics/common/bin/screenpr8.07: STARBASE HP-UX 8.07 A.08.07 10/09/91 screenpr PHSS_ 1388 $Revision: 402.1.1.3 $ STARBASE HP-UX 8.07 A.08.07 10/09/91 libfmtpcl.a $R evision: 402.1.1.1 $ STARBASE HP-UX 8.07 A.08.07 10/09/91 libdd98550.a $ Revision: 402.1.1.1 $ STARBASE HP-UX 8.07 A.08.07 10/09/91 libdd98720.a $ Revision: 402.1.1.1 $ STARBASE HP-UX 8.07 A.08.07 10/09/91 libdd98730.a $ Revision: 402.1.1.1 $ STARBASE HP-UX 8.07 A.08.07 10/09/91 libdd98704.a $ Revision: 402.1.1.1 $ STARBASE HP-UX 8.07 A.08.07 10/09/91 libdd98735.a $ Revision: 402.1.1.1 $ STARBASE HP-UX 8.07 A.08.07 10/09/91 libddgcrx.a $R evision: 402.1.1.7 $ PHSS_1388 STARBASE HP-UX PATCH $Date: 92/06/17 06:52:03 $ echo _util.o $Revision: 402.1.1.6 $ STARBASE HP-UX 8.07 PATCH 04/28/92/ PICKING PATCH fpx_base.o STARBASE HP-UX Patch PHSS_1295 6/29/92 vwxfm2.o DI p olyhedrons STARBASE HP-UX 8.07 A.08.07 10/09/91 libsb1.a $Revi sion: 402.1.1.1 $ STARBASE HP-UX Patch PHSS_1096 05/12/92 fpxB_stubs.o $Revision: 402.1.1.5 $ STARBASE HP-UX Patch PHSS_0600 2/18/92 prim_wd.o $Re vision: 402.1.1.5 STARBASE HP-UX Patch PHSS_1295 6/29/92 prim_wd.o DI polyhedrons STARBASE HP-UX Patch PHSS_1354 7/21/92 prim_wd.o DI polyhedrons for gcrx STARBASE HP-UX 8.07 A.08.07 10/09/91 libsb2.a $Revi sion: 402.1.1.1 $ Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: /opt/graphics/common/bin/xinitcolormap: GRAPHICS CORE on HP-UX 11.00 $Date: 05-Dec-02.18:11: 35 $ $Revision: 20021205.17326 $ xinitcolorm ap Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: /opt/graphics/common/bin/xwcreate: GRAPHICS CORE on HP-UX 11.00 $Date: 05-Dec-02.18:11: 35 $ $Revision: 20021205.17326 $ xwcreate Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: /opt/graphics/common/bin/xwd2sb: GRAPHICS CORE on HP-UX 11.00 $Date: 05-Dec-02.18:11: 35 $ $Revision: 20021205.17326 $ xwd2sb Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: /opt/graphics/common/bin/xwdestroy: GRAPHICS CORE on HP-UX 11.00 $Date: 05-Dec-02.18:11: 35 $ $Revision: 20021205.17326 $ xwdestroy Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: /opt/graphics/common/lbin/gwind: FILE_VERSION GRAPHICS CORE on HP-UX 11.00 $Date: 05-Dec-02.18:11: 35 $ $Revision: 20021205.17326 $ gwind Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: /opt/graphics/common/lbin/gwindstop: GRAPHICS CORE on HP-UX 11.00 $Date: 05-Dec-02.18:11: 35 $ $Revision: 20021205.17326 $ gwindstop Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: /opt/graphics/common/lbin/sb_daemon_11.0: PHSS_26629/26634 SB Runtime/DevKit PHSS_26629/26634 SB Runtime/DevKit PHSS_26629/26634 SB Runtime/DevKit PHSS_26629/26634 SB Runtime/DevKit PHSS_26629/26634 SB Runtime/DevKit PHSS_26629/26634 SB Runtime/DevKit PHSS_26629/26634 SB Runtime/DevKit PHSS_26629/26634 SB Runtime/DevKit PHSS_26629/26634 SB Runtime/DevKit PHSS_26629/26634 SB Runtime/DevKit PHSS_26629/26634 SB Runtime/DevKit GRAPHICS CORE on HP-UX 11.00 $Date: 05-Dec-02.18:11: 35 $ $Revision: 20021205.17326 $ sb_daemon_1 1.0 PHSS_26629/26634 SB Runtime/DevKit GRAPHICS CORE on HP-UX 11.00 $Date: 05-Dec-02.18:11: 35 $ $Revision: 20021205.17326 $ libXwindow. a PHSS_26629/26634 SB Runtime/DevKit PHSS_26629/26634 SB Runtime/DevKit PHSS_26629/26634 SB Runtime/DevKit Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: /opt/graphics/common/lbin/sb_daemon_10.0: PHSS_26629/26634 SB Runtime/DevKit PHSS_26629/26634 SB Runtime/DevKit PHSS_26629/26634 SB Runtime/DevKit PHSS_26629/26634 SB Runtime/DevKit PHSS_26629/26634 SB Runtime/DevKit PHSS_26629/26634 SB Runtime/DevKit PHSS_26629/26634 SB Runtime/DevKit PHSS_26629/26634 SB Runtime/DevKit PHSS_26629/26634 SB Runtime/DevKit PHSS_26629/26634 SB Runtime/DevKit PHSS_26629/26634 SB Runtime/DevKit GRAPHICS CORE on HP-UX 11.00 $Date: 05-Dec-02.18:11: 35 $ $Revision: 20021205.17326 $ sb_daemon_1 1.0 PHSS_26629/26634 SB Runtime/DevKit GRAPHICS CORE on HP-UX 11.00 $Date: 05-Dec-02.18:11: 35 $ $Revision: 20021205.17326 $ libXwindow. a PHSS_26629/26634 SB Runtime/DevKit PHSS_26629/26634 SB Runtime/DevKit PHSS_26629/26634 SB Runtime/DevKit Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: /opt/graphics/common/lbin/sb_daemon_8.02: PHSS_26629/26634 SB Runtime/DevKit PHSS_26629/26634 SB Runtime/DevKit PHSS_26629/26634 SB Runtime/DevKit PHSS_26629/26634 SB Runtime/DevKit PHSS_26629/26634 SB Runtime/DevKit PHSS_26629/26634 SB Runtime/DevKit PHSS_26629/26634 SB Runtime/DevKit PHSS_26629/26634 SB Runtime/DevKit PHSS_26629/26634 SB Runtime/DevKit PHSS_26629/26634 SB Runtime/DevKit PHSS_26629/26634 SB Runtime/DevKit GRAPHICS CORE on HP-UX 11.00 $Date: 05-Dec-02.18:11: 35 $ $Revision: 20021205.17326 $ sb_daemon_1 1.0 PHSS_26629/26634 SB Runtime/DevKit GRAPHICS CORE on HP-UX 11.00 $Date: 05-Dec-02.18:11: 35 $ $Revision: 20021205.17326 $ libXwindow. a PHSS_26629/26634 SB Runtime/DevKit PHSS_26629/26634 SB Runtime/DevKit PHSS_26629/26634 SB Runtime/DevKit Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: /opt/graphics/common/lbin/sb_daemon_8.05: PHSS_26629/26634 SB Runtime/DevKit PHSS_26629/26634 SB Runtime/DevKit PHSS_26629/26634 SB Runtime/DevKit PHSS_26629/26634 SB Runtime/DevKit PHSS_26629/26634 SB Runtime/DevKit PHSS_26629/26634 SB Runtime/DevKit PHSS_26629/26634 SB Runtime/DevKit PHSS_26629/26634 SB Runtime/DevKit PHSS_26629/26634 SB Runtime/DevKit PHSS_26629/26634 SB Runtime/DevKit PHSS_26629/26634 SB Runtime/DevKit GRAPHICS CORE on HP-UX 11.00 $Date: 05-Dec-02.18:11: 35 $ $Revision: 20021205.17326 $ sb_daemon_1 1.0 PHSS_26629/26634 SB Runtime/DevKit GRAPHICS CORE on HP-UX 11.00 $Date: 05-Dec-02.18:11: 35 $ $Revision: 20021205.17326 $ libXwindow. a PHSS_26629/26634 SB Runtime/DevKit PHSS_26629/26634 SB Runtime/DevKit PHSS_26629/26634 SB Runtime/DevKit Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: /opt/graphics/common/lbin/sb_daemon_8.07: PHSS_26629/26634 SB Runtime/DevKit PHSS_26629/26634 SB Runtime/DevKit PHSS_26629/26634 SB Runtime/DevKit PHSS_26629/26634 SB Runtime/DevKit PHSS_26629/26634 SB Runtime/DevKit PHSS_26629/26634 SB Runtime/DevKit PHSS_26629/26634 SB Runtime/DevKit PHSS_26629/26634 SB Runtime/DevKit PHSS_26629/26634 SB Runtime/DevKit PHSS_26629/26634 SB Runtime/DevKit PHSS_26629/26634 SB Runtime/DevKit GRAPHICS CORE on HP-UX 11.00 $Date: 05-Dec-02.18:11: 35 $ $Revision: 20021205.17326 $ sb_daemon_1 1.0 PHSS_26629/26634 SB Runtime/DevKit GRAPHICS CORE on HP-UX 11.00 $Date: 05-Dec-02.18:11: 35 $ $Revision: 20021205.17326 $ libXwindow. a PHSS_26629/26634 SB Runtime/DevKit PHSS_26629/26634 SB Runtime/DevKit PHSS_26629/26634 SB Runtime/DevKit Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: /opt/graphics/common/lbin/sb_daemon_9.0: PHSS_26629/26634 SB Runtime/DevKit PHSS_26629/26634 SB Runtime/DevKit PHSS_26629/26634 SB Runtime/DevKit PHSS_26629/26634 SB Runtime/DevKit PHSS_26629/26634 SB Runtime/DevKit PHSS_26629/26634 SB Runtime/DevKit PHSS_26629/26634 SB Runtime/DevKit PHSS_26629/26634 SB Runtime/DevKit PHSS_26629/26634 SB Runtime/DevKit PHSS_26629/26634 SB Runtime/DevKit PHSS_26629/26634 SB Runtime/DevKit GRAPHICS CORE on HP-UX 11.00 $Date: 05-Dec-02.18:11: 35 $ $Revision: 20021205.17326 $ sb_daemon_1 1.0 PHSS_26629/26634 SB Runtime/DevKit GRAPHICS CORE on HP-UX 11.00 $Date: 05-Dec-02.18:11: 35 $ $Revision: 20021205.17326 $ libXwindow. a PHSS_26629/26634 SB Runtime/DevKit PHSS_26629/26634 SB Runtime/DevKit PHSS_26629/26634 SB Runtime/DevKit Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: /opt/graphics/common/lib/formatters/pcl/libfmtpcl.1: PHSS_26629/26634 SB Runtime/DevKit GRAPHICS CORE on HP-UX 11.00 $Date: 05-Dec-02.18:11: 35 $ $Revision: 20021205.17326 $ libfmtpcl.1 Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: /opt/graphics/common/lib/formatters/pcl/libfmtpcl.sl: PHSS_26629/26634 SB Runtime/DevKit GRAPHICS CORE on HP-UX 11.00 $Date: 05-Dec-02.18:11: 35 $ $Revision: 20021205.17326 $ libfmtpcl.1 Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: /opt/graphics/common/lib/nls/msg/C/hpgfx.cat: None Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: /opt/graphics/common/lib/nls/msg/en_US.roman8/hpgfx.cat: None Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: /opt/graphics/common/lib/char_sets: None Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: /opt/graphics/common/lib/libXg.1: GRAPHICS CORE HP-UX GRAPHICS CORE on HP-UX 11.00 $Date: 05-Dec-02.18:11: 35 $ $Revision: 20021205.17326 $ libXg.1 Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: /opt/graphics/common/lib/libXg.2: GRAPHICS CORE HP-UX GRAPHICS CORE on HP-UX 11.00 $Date: 05-Dec-02.18:11: 35 $ $Revision: 20021205.17326 $ libXg.2 Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: /opt/graphics/common/lib/libXwindow.1: PHSS_26629/26634 SB Runtime/DevKit GRAPHICS CORE on HP-UX 11.00 $Date: 05-Dec-02.18:11: 35 $ $Revision: 20021205.17326 $ libXwindow. 1 Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: /opt/graphics/common/lib/libXwindow.2: PHSS_26629/26634 SB Runtime/DevKit GRAPHICS CORE on HP-UX 11.00 $Date: 05-Dec-02.18:11: 35 $ $Revision: 20021205.17326 $ libXwindow. 2 Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: /opt/graphics/common/lib/libcgm.1: PHSS_26629/26634 SB Runtime/DevKit GRAPHICS CORE on HP-UX 11.00 $Date: 05-Dec-02.18:11: 35 $ $Revision: 20021205.17326 $ libcgm.1 Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: /opt/graphics/common/lib/libcgm.2: PHSS_26629/26634 SB Runtime/DevKit GRAPHICS CORE on HP-UX 11.00 $Date: 05-Dec-02.18:11: 35 $ $Revision: 20021205.17326 $ libcgm.2 Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: /opt/graphics/common/lib/libddCADplt.1: PHSS_26629/26634 SB Runtime/DevKit PHSS_26629/26634 SB Runtime/DevKit GRAPHICS CORE on HP-UX 11.00 $Date: 05-Dec-02.18:11: 35 $ $Revision: 20021205.17326 $ libddCADplt .1 Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: /opt/graphics/common/lib/libddSMDpix.1: PHSS_26629/26634 SB Runtime/DevKit GRAPHICS CORE on HP-UX 11.00 $Date: 05-Dec-02.18:11: 35 $ $Revision: 20021205.17326 $ libddSMDpix .1 Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: /opt/graphics/common/lib/libddSMDpln.1: GRAPHICS CORE on HP-UX 11.00 $Date: 05-Dec-02.18:11: 35 $ $Revision: 20021205.17326 $ libddSMDpln .1 Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: /opt/graphics/common/lib/libddbyte.1: PHSS_26629/26634 SB Runtime/DevKit GRAPHICS CORE on HP-UX 11.00 $Date: 05-Dec-02.18:11: 35 $ $Revision: 20021205.17326 $ libddbyte.1 Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: /opt/graphics/common/lib/libdddi.1: GRAPHICS CORE on HP-UX 11.00 $Date: 18-Mar-03.13:45: 18 $ $Revision: 20030318.23819 $ libdddi.1 Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: /opt/graphics/common/lib/libdddi.2: GRAPHICS CORE on HP-UX 11.00 $Date: 18-Mar-03.13:45: 18 $ $Revision: 20030318.23819 $ libdddi.2 Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: /opt/graphics/common/lib/libdddl.1: PHSS_26629/26634 SB Runtime/DevKit GRAPHICS CORE on HP-UX 11.00 $Date: 05-Dec-02.18:11: 35 $ $Revision: 20021205.17326 $ libdddl.1 Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: /opt/graphics/common/lib/libddhil.1: GRAPHICS CORE on HP-UX 11.00 $Date: 05-Dec-02.18:11: 35 $ $Revision: 20021205.17326 $ libddhil.1 Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: /opt/graphics/common/lib/libddhpcgm.1: PHSS_26629/26634 SB Runtime/DevKit GRAPHICS CORE on HP-UX 11.00 $Date: 05-Dec-02.18:11: 35 $ $Revision: 20021205.17326 $ libddhpcgm. 1 Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: /opt/graphics/common/lib/libddhpgl.1: PHSS_26629/26634 SB Runtime/DevKit GRAPHICS CORE on HP-UX 11.00 $Date: 05-Dec-02.18:11: 35 $ $Revision: 20021205.17326 $ libddhpgl.1 Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: /opt/graphics/common/lib/libddload.1: GRAPHICS CORE on HP-UX 11.00 $Date: 05-Dec-02.18:11: 35 $ $Revision: 20021205.17326 $ libddload.1 Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: /opt/graphics/common/lib/libddnull.1: PHSS_26629/26634 SB Runtime/DevKit GRAPHICS CORE on HP-UX 11.00 $Date: 05-Dec-02.18:11: 35 $ $Revision: 20021205.17326 $ libddnull.1 Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: /opt/graphics/common/lib/libddsox11.1: PHSS_26629/26634 SB Runtime/DevKit GRAPHICS CORE on HP-UX 11.00 $Date: 05-Dec-02.18:11: 35 $ $Revision: 20021205.17326 $ libddsox11. 1 Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: /opt/graphics/common/lib/libddvmx.1: PHSS_26629/26634 SB Runtime/DevKit GRAPHICS CORE on HP-UX 11.00 $Date: 05-Dec-02.18:11: 35 $ $Revision: 20021205.17326 $ libddvmx.1 Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: /opt/graphics/common/lib/libdl.1: PHSS_26629/26634 SB Runtime/DevKit GRAPHICS CORE on HP-UX 11.00 $Date: 05-Dec-02.18:11: 35 $ $Revision: 20021205.17326 $ libdl.1 Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: /opt/graphics/common/lib/libdl.2: PHSS_26629/26634 SB Runtime/DevKit GRAPHICS CORE on HP-UX 11.00 $Date: 05-Dec-02.18:11: 35 $ $Revision: 20021205.17326 $ libdl.2 Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: /opt/graphics/common/lib/libdlrefs.1: PHSS_26629/26634 SB Runtime/DevKit GRAPHICS CORE on HP-UX 11.00 $Date: 05-Dec-02.18:11: 35 $ $Revision: 20021205.17326 $ libdlrefs.1 Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: /opt/graphics/common/lib/libdlrefs.2: PHSS_26629/26634 SB Runtime/DevKit GRAPHICS CORE on HP-UX 11.00 $Date: 05-Dec-02.18:11: 35 $ $Revision: 20021205.17326 $ libdlrefs.2 Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: /opt/graphics/common/lib/libhpgfx.1: PHSS_26629/26634 SB Runtime/DevKit PHSS_26629/26634 SB Runtime/DevKit PHSS_26629/26634 SB Runtime/DevKit PHSS_26629/26634 SB Runtime/DevKit GRAPHICS CORE on HP-UX 11.00 $Date: 05-Dec-02.18:11: 35 $ $Revision: 20021205.17326 $ libhpgfx.1 Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: /opt/graphics/common/lib/libhpgfx.2: PHSS_26629/26634 SB Runtime/DevKit PHSS_26629/26634 SB Runtime/DevKit PHSS_26629/26634 SB Runtime/DevKit PHSS_26629/26634 SB Runtime/DevKit GRAPHICS CORE on HP-UX 11.00 $Date: 05-Dec-02.18:11: 35 $ $Revision: 20021205.17326 $ libhpgfx.2 Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: /opt/graphics/common/lib/libhpgfx.3: PHSS_26629/26634 SB Runtime/DevKit PHSS_26629/26634 SB Runtime/DevKit PHSS_26629/26634 SB Runtime/DevKit PHSS_26629/26634 SB Runtime/DevKit GRAPHICS CORE on HP-UX 11.00 $Date: 05-Dec-02.18:11: 35 $ $Revision: 20021205.17326 $ libhpgfx.3 Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: /opt/graphics/common/lib/libXg.sl: GRAPHICS CORE HP-UX GRAPHICS CORE on HP-UX 11.00 $Date: 05-Dec-02.18:11: 35 $ $Revision: 20021205.17326 $ libXg.2 Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: /opt/graphics/common/lib/libXwindow.sl: PHSS_26629/26634 SB Runtime/DevKit GRAPHICS CORE on HP-UX 11.00 $Date: 05-Dec-02.18:11: 35 $ $Revision: 20021205.17326 $ libXwindow. 2 Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: /opt/graphics/common/lib/libcgm.sl: PHSS_26629/26634 SB Runtime/DevKit GRAPHICS CORE on HP-UX 11.00 $Date: 05-Dec-02.18:11: 35 $ $Revision: 20021205.17326 $ libcgm.2 Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: /opt/graphics/common/lib/libddCADplt.sl: PHSS_26629/26634 SB Runtime/DevKit PHSS_26629/26634 SB Runtime/DevKit GRAPHICS CORE on HP-UX 11.00 $Date: 05-Dec-02.18:11: 35 $ $Revision: 20021205.17326 $ libddCADplt .1 Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: /opt/graphics/common/lib/libddSMDpix.sl: PHSS_26629/26634 SB Runtime/DevKit GRAPHICS CORE on HP-UX 11.00 $Date: 05-Dec-02.18:11: 35 $ $Revision: 20021205.17326 $ libddSMDpix .1 Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: /opt/graphics/common/lib/libddSMDpln.sl: GRAPHICS CORE on HP-UX 11.00 $Date: 05-Dec-02.18:11: 35 $ $Revision: 20021205.17326 $ libddSMDpln .1 Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: /opt/graphics/common/lib/libddbyte.sl: PHSS_26629/26634 SB Runtime/DevKit GRAPHICS CORE on HP-UX 11.00 $Date: 05-Dec-02.18:11: 35 $ $Revision: 20021205.17326 $ libddbyte.1 Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: /opt/graphics/common/lib/libdddl.sl: PHSS_26629/26634 SB Runtime/DevKit GRAPHICS CORE on HP-UX 11.00 $Date: 05-Dec-02.18:11: 35 $ $Revision: 20021205.17326 $ libdddl.1 Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: /opt/graphics/common/lib/libddhil.sl: GRAPHICS CORE on HP-UX 11.00 $Date: 05-Dec-02.18:11: 35 $ $Revision: 20021205.17326 $ libddhil.1 Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: /opt/graphics/common/lib/libddhpcgm.sl: PHSS_26629/26634 SB Runtime/DevKit GRAPHICS CORE on HP-UX 11.00 $Date: 05-Dec-02.18:11: 35 $ $Revision: 20021205.17326 $ libddhpcgm. 1 Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: /opt/graphics/common/lib/libddhpgl.sl: PHSS_26629/26634 SB Runtime/DevKit GRAPHICS CORE on HP-UX 11.00 $Date: 05-Dec-02.18:11: 35 $ $Revision: 20021205.17326 $ libddhpgl.1 Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: /opt/graphics/common/lib/libddload.sl: GRAPHICS CORE on HP-UX 11.00 $Date: 05-Dec-02.18:11: 35 $ $Revision: 20021205.17326 $ libddload.1 Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: /opt/graphics/common/lib/libddnull.sl: PHSS_26629/26634 SB Runtime/DevKit GRAPHICS CORE on HP-UX 11.00 $Date: 05-Dec-02.18:11: 35 $ $Revision: 20021205.17326 $ libddnull.1 Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: /opt/graphics/common/lib/libddsox11.sl: PHSS_26629/26634 SB Runtime/DevKit GRAPHICS CORE on HP-UX 11.00 $Date: 05-Dec-02.18:11: 35 $ $Revision: 20021205.17326 $ libddsox11. 1 Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: /opt/graphics/common/lib/libddvmx.sl: PHSS_26629/26634 SB Runtime/DevKit GRAPHICS CORE on HP-UX 11.00 $Date: 05-Dec-02.18:11: 35 $ $Revision: 20021205.17326 $ libddvmx.1 Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: /opt/graphics/common/lib/libdl.sl: PHSS_26629/26634 SB Runtime/DevKit GRAPHICS CORE on HP-UX 11.00 $Date: 05-Dec-02.18:11: 35 $ $Revision: 20021205.17326 $ libdl.2 Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: /opt/graphics/common/lib/libdlrefs.sl: PHSS_26629/26634 SB Runtime/DevKit GRAPHICS CORE on HP-UX 11.00 $Date: 05-Dec-02.18:11: 35 $ $Revision: 20021205.17326 $ libdlrefs.2 Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: /opt/graphics/common/lib/libhpgfx.sl: PHSS_26629/26634 SB Runtime/DevKit PHSS_26629/26634 SB Runtime/DevKit PHSS_26629/26634 SB Runtime/DevKit PHSS_26629/26634 SB Runtime/DevKit GRAPHICS CORE on HP-UX 11.00 $Date: 05-Dec-02.18:11: 35 $ $Revision: 20021205.17326 $ libhpgfx.3 Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: /opt/graphics/common/stroke/font_info/1: None Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: /opt/graphics/common/stroke/font_info/2: None Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: /opt/graphics/common/stroke/font_info/4: None Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: /opt/graphics/common/stroke/font_info/58: None Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: /opt/graphics/common/stroke/font_info/6: None Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: /opt/graphics/common/stroke/font_info/8: None Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: /opt/graphics/common/stroke/hproman/1: None Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: /opt/graphics/common/stroke/hproman/2: None Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: /opt/graphics/common/stroke/hproman/4: None Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: /opt/graphics/common/stroke/hproman/58: None Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: /opt/graphics/common/stroke/hproman/6: None Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: /opt/graphics/common/stroke/hproman/8: None Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: /opt/graphics/common/stroke/jisascii/1: None Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: /opt/graphics/common/stroke/jisascii/2: None Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: /opt/graphics/common/stroke/jisascii/4: None Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: /opt/graphics/common/stroke/jisascii/6: None Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: /opt/graphics/common/stroke/jisascii/8: None Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: /opt/graphics/common/stroke/katakana/1: None Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: /opt/graphics/common/stroke/katakana/2: None Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: /opt/graphics/common/stroke/katakana/4: None Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: /opt/graphics/common/stroke/katakana/6: None Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: /opt/graphics/common/stroke/katakana/8: None Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: /opt/graphics/common/stroke/usascii/1: None Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: /opt/graphics/common/stroke/usascii/2: None Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: /opt/graphics/common/stroke/usascii/4: None Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: /opt/graphics/common/stroke/usascii/58: None Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: /opt/graphics/common/stroke/usascii/6: None Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: /opt/graphics/common/stroke/usascii/8: None Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: /opt/graphics/common/stroke/markers: None Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: /opt/graphics/newconfig/opt/graphics/common/config/defaults: None Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: /opt/graphics/newconfig/opt/graphics/phigs/config/ char_set_info: char_set_info $Revision: /main/7 $ $Date: 18-Mar-96 .16:03:12 $ Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: /opt/graphics/newconfig/opt/graphics/phigs/config/defaults: defaults $Revision: /main/13 $ $Date: 18-Mar-96.16: 03:10 $ */ Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: /opt/graphics/newconfig/opt/graphics/phigs/11.00_Rel_Notes: None Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: /opt/graphics/newconfig/usr/lib/X11/extensions/fp.PEX: None Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: /opt/graphics/newconfig/usr/lib/X11/XErrorDB: None Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: /opt/graphics/phigs/bin/cgmiui: HP-PHIGS 3.65 on HP-UX 11.00 $Date: 05-Dec-02.21:43: 25 $ $Revision: 20021205.19086 $ cgmiui Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: /opt/graphics/phigs/bin/xinitcolormap: HP-PHIGS 3.65 on HP-UX 11.00 $Date: 05-Dec-02.21:43: 25 $ $Revision: 20021205.19086 $ xinitcolorm ap Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: /opt/graphics/phigs/bin/xmodsharedcmap: None Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: /opt/graphics/phigs/bin/xsharedcmap: None Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: /opt/graphics/phigs/char_sets/ascii/-1: None Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: /opt/graphics/phigs/char_sets/ascii/-2: None Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: /opt/graphics/phigs/char_sets/ascii/1: None Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: /opt/graphics/phigs/char_sets/ascii/2: None Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: /opt/graphics/phigs/char_sets/font_info/-1: None Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: /opt/graphics/phigs/char_sets/latin1/-1: None Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: /opt/graphics/phigs/char_sets/latin1/-2: None Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: /opt/graphics/phigs/char_sets/latin1/1: None Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: /opt/graphics/phigs/char_sets/latin1/2: None Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: /opt/graphics/phigs/include/Colors.h: None Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: /opt/graphics/phigs/lbin/phg_daemon: HP-PHIGS HP-UX 11.00 ACE 9911 HP-PHIGS PATCH PHSS_20271/PHSS_20272 HP-PHIGS HP-UX 11.00 0006 HP-PHIGS PATCH PHSS_20294/PHSS_20295 HP-PHIGS PATCH PHSS_21468/PHSS_21469 HP-PHIGS PATCH PHSS_21806/PHSS_21807 HP-PHIGS PATCH PHSS_21978/PHSS_21979 HP-PHIGS PATCH PHSS_22610/PHSS_22611 HP-PHIGS PATCH PHSS_23542/PHSS_23543 HP-PHIGS PATCH PHSS_23562/PHSS_23563 HP-PHIGS Daemon 3.52 on HP-UX $ $ HP-PHIGS 3.65 on HP-UX 11.00 $Date: 05-Dec-02.21:43: 25 $ $Revision: 20021205.19086 $ phg_daemon Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: /opt/graphics/phigs/lib/X11/app-defaults/Phigswidget: Phigswidget $Revision: 206.1 $ $Date: 96/03/18 16:01 :42 $ Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: /opt/graphics/phigs/lib/nls/msg/C/phigs.cat: None Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: /opt/graphics/phigs/lib/nls/msg/en_US.roman8/phigs.cat: None Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: /opt/graphics/phigs/lib/libphigs.1: HP-PHIGS HP-UX 11.00 ACE 9911 HP-PHIGS PATCH PHSS_20271/PHSS_20272 HP-PHIGS HP-UX 11.00 0006 HP-PHIGS PATCH PHSS_20294/PHSS_20295 HP-PHIGS PATCH PHSS_21468/PHSS_21469 HP-PHIGS PATCH PHSS_21806/PHSS_21807 HP-PHIGS PATCH PHSS_21978/PHSS_21979 HP-PHIGS PATCH PHSS_22610/PHSS_22611 HP-PHIGS PATCH PHSS_23542/PHSS_23543 HP-PHIGS PATCH PHSS_23562/PHSS_23563 HP-PHIGS 3.65 on HP-UX 11.00 $Date: 05-Dec-02.21:43: 25 $ $Revision: 20021205.19086 $ libphigs.1 Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: /opt/graphics/phigs/lib/libphigs.2: HP-PHIGS HP-UX 11.00 ACE 9911 HP-PHIGS PATCH PHSS_20271/PHSS_20272 HP-PHIGS HP-UX 11.00 0006 HP-PHIGS PATCH PHSS_20294/PHSS_20295 HP-PHIGS PATCH PHSS_21468/PHSS_21469 HP-PHIGS PATCH PHSS_21806/PHSS_21807 HP-PHIGS PATCH PHSS_21978/PHSS_21979 HP-PHIGS PATCH PHSS_22610/PHSS_22611 HP-PHIGS PATCH PHSS_23542/PHSS_23543 HP-PHIGS PATCH PHSS_23562/PHSS_23563 HP-PHIGS 3.65 on HP-UX 11.00 $Date: 05-Dec-02.21:43: 25 $ $Revision: 20021205.19086 $ libphigs.2 Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: /opt/graphics/phigs/lib/libphigsXg.1: HP-PHIGS 3.65 on HP-UX 11.00 $Date: 05-Dec-02.21:43: 25 $ $Revision: 20021205.19086 $ libphigsXg. 1 Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: /opt/graphics/phigs/lib/libphigsXg.2: HP-PHIGS 3.65 on HP-UX 11.00 $Date: 05-Dec-02.21:43: 25 $ $Revision: 20021205.19086 $ libphigsXg. 2 Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: /opt/graphics/phigs/lib/libphigs.sl: HP-PHIGS HP-UX 11.00 ACE 9911 HP-PHIGS PATCH PHSS_20271/PHSS_20272 HP-PHIGS HP-UX 11.00 0006 HP-PHIGS PATCH PHSS_20294/PHSS_20295 HP-PHIGS PATCH PHSS_21468/PHSS_21469 HP-PHIGS PATCH PHSS_21806/PHSS_21807 HP-PHIGS PATCH PHSS_21978/PHSS_21979 HP-PHIGS PATCH PHSS_22610/PHSS_22611 HP-PHIGS PATCH PHSS_23542/PHSS_23543 HP-PHIGS PATCH PHSS_23562/PHSS_23563 HP-PHIGS 3.65 on HP-UX 11.00 $Date: 05-Dec-02.21:43: 25 $ $Revision: 20021205.19086 $ libphigs.2 Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: /opt/graphics/phigs/lib/libphigsXg.sl: HP-PHIGS 3.65 on HP-UX 11.00 $Date: 05-Dec-02.21:43: 25 $ $Revision: 20021205.19086 $ libphigsXg. 2 Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: /opt/graphics/phigs/11.00_Rel_Notes: None Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: /usr/lib/X11/extensions/libXhpPEX.1: PHSS_23559/23561 PEX5 Runtime/DevKit Extension Library PEX 5.1 v4 on HP-UX 11.00 $Date: 05-Dec-02.21:43:26 $ $Revision: 20021205.19083 $ libXhpPEX.1 Graphics3D.OPENGL-DK,fr=B.11.22.01,fa=HP-UX_B.11.22_IA,v=HP: /opt/graphics/OpenGL/contrib/libglut/GL/glut.h: None Graphics3D.OPENGL-DK,fr=B.11.22.01,fa=HP-UX_B.11.22_IA,v=HP: /opt/graphics/OpenGL/contrib/libglut/hpux32/libglut.a: OpenGL 1.1 Revision 1.32 on HP-UX 11.00 $Date: 05-De c-02.19:29:18 $ $Revision: 20021205.26136 $ libglut.a Graphics3D.OPENGL-DK,fr=B.11.22.01,fa=HP-UX_B.11.22_IA,v=HP: /opt/graphics/OpenGL/contrib/libglut/hpux64/libglut.a: OpenGL 1.1 Revision 1.32 on HP-UX 11.00 $Date: 05-De c-02.19:29:18 $ $Revision: 20021205.26136 $ libglut.a Graphics3D.OPENGL-DK,fr=B.11.22.01,fa=HP-UX_B.11.22_IA,v=HP: /opt/graphics/OpenGL/contrib/libglut/MonoRoman.stroke: None Graphics3D.OPENGL-DK,fr=B.11.22.01,fa=HP-UX_B.11.22_IA,v=HP: /opt/graphics/OpenGL/contrib/libglut/README: None Graphics3D.OPENGL-DK,fr=B.11.22.01,fa=HP-UX_B.11.22_IA,v=HP: /opt/graphics/OpenGL/contrib/libglut/Roman.stroke: None Graphics3D.OPENGL-DK,fr=B.11.22.01,fa=HP-UX_B.11.22_IA,v=HP: /opt/graphics/OpenGL/contrib/libwidget/hpux32/libGLw.a: OpenGL 1.1 Revision 1.32 on HP-UX 11.00 $Date: 05-De c-02.19:29:18 $ $Revision: 20021205.26136 $ libGLw.a Graphics3D.OPENGL-DK,fr=B.11.22.01,fa=HP-UX_B.11.22_IA,v=HP: /opt/graphics/OpenGL/contrib/libwidget/hpux64/libGLw.a: OpenGL 1.1 Revision 1.32 on HP-UX 11.00 $Date: 05-De c-02.19:29:18 $ $Revision: 20021205.26136 $ libGLw.a Graphics3D.OPENGL-DK,fr=B.11.22.01,fa=HP-UX_B.11.22_IA,v=HP: /opt/graphics/OpenGL/contrib/libwidget/GLwDAUtil.c: None Graphics3D.OPENGL-DK,fr=B.11.22.01,fa=HP-UX_B.11.22_IA,v=HP: /opt/graphics/OpenGL/contrib/libwidget/GLwDrawA.c: None Graphics3D.OPENGL-DK,fr=B.11.22.01,fa=HP-UX_B.11.22_IA,v=HP: /opt/graphics/OpenGL/contrib/libwidget/GLwDrawA.h: None Graphics3D.OPENGL-DK,fr=B.11.22.01,fa=HP-UX_B.11.22_IA,v=HP: /opt/graphics/OpenGL/contrib/libwidget/GLwDrawAP.h: None Graphics3D.OPENGL-DK,fr=B.11.22.01,fa=HP-UX_B.11.22_IA,v=HP: /opt/graphics/OpenGL/contrib/libwidget/GLwMDrawA.c: None Graphics3D.OPENGL-DK,fr=B.11.22.01,fa=HP-UX_B.11.22_IA,v=HP: /opt/graphics/OpenGL/contrib/libwidget/GLwMDrawA.h: None Graphics3D.OPENGL-DK,fr=B.11.22.01,fa=HP-UX_B.11.22_IA,v=HP: /opt/graphics/OpenGL/contrib/libwidget/GLwMDrawAP.h: None Graphics3D.OPENGL-DK,fr=B.11.22.01,fa=HP-UX_B.11.22_IA,v=HP: /opt/graphics/OpenGL/contrib/libwidget/Makefile32: None Graphics3D.OPENGL-DK,fr=B.11.22.01,fa=HP-UX_B.11.22_IA,v=HP: /opt/graphics/OpenGL/contrib/libwidget/Makefile64: None Graphics3D.OPENGL-DK,fr=B.11.22.01,fa=HP-UX_B.11.22_IA,v=HP: /opt/graphics/OpenGL/contrib/libwidget/README: None Graphics3D.OPENGL-DK,fr=B.11.22.01,fa=HP-UX_B.11.22_IA,v=HP: /opt/graphics/OpenGL/contrib/visual/COPYRIGHT: None Graphics3D.OPENGL-DK,fr=B.11.22.01,fa=HP-UX_B.11.22_IA,v=HP: /opt/graphics/OpenGL/contrib/visual/LOCALIZE: None Graphics3D.OPENGL-DK,fr=B.11.22.01,fa=HP-UX_B.11.22_IA,v=HP: /opt/graphics/OpenGL/contrib/visual/Makefile32: None Graphics3D.OPENGL-DK,fr=B.11.22.01,fa=HP-UX_B.11.22_IA,v=HP: /opt/graphics/OpenGL/contrib/visual/Makefile64: None Graphics3D.OPENGL-DK,fr=B.11.22.01,fa=HP-UX_B.11.22_IA,v=HP: /opt/graphics/OpenGL/contrib/visual/README: None Graphics3D.OPENGL-DK,fr=B.11.22.01,fa=HP-UX_B.11.22_IA,v=HP: /opt/graphics/OpenGL/contrib/visual/fields.h: None Graphics3D.OPENGL-DK,fr=B.11.22.01,fa=HP-UX_B.11.22_IA,v=HP: /opt/graphics/OpenGL/contrib/visual/fields.uil: None Graphics3D.OPENGL-DK,fr=B.11.22.01,fa=HP-UX_B.11.22_IA,v=HP: /opt/graphics/OpenGL/contrib/visual/help.uil: None Graphics3D.OPENGL-DK,fr=B.11.22.01,fa=HP-UX_B.11.22_IA,v=HP: /opt/graphics/OpenGL/contrib/visual/linklist.C: None Graphics3D.OPENGL-DK,fr=B.11.22.01,fa=HP-UX_B.11.22_IA,v=HP: /opt/graphics/OpenGL/contrib/visual/visual.C: None Graphics3D.OPENGL-DK,fr=B.11.22.01,fa=HP-UX_B.11.22_IA,v=HP: /opt/graphics/OpenGL/contrib/visual/visual.h: None Graphics3D.OPENGL-DK,fr=B.11.22.01,fa=HP-UX_B.11.22_IA,v=HP: /opt/graphics/OpenGL/contrib/visual/visual.uid-32: None Graphics3D.OPENGL-DK,fr=B.11.22.01,fa=HP-UX_B.11.22_IA,v=HP: /opt/graphics/OpenGL/contrib/visual/visual.uid-64: None Graphics3D.OPENGL-DK,fr=B.11.22.01,fa=HP-UX_B.11.22_IA,v=HP: /opt/graphics/OpenGL/contrib/visual/visual.uil: None Graphics3D.OPENGL-DK,fr=B.11.22.01,fa=HP-UX_B.11.22_IA,v=HP: /opt/graphics/OpenGL/contrib/visual/window.C: None Graphics3D.OPENGL-DK,fr=B.11.22.01,fa=HP-UX_B.11.22_IA,v=HP: /opt/graphics/OpenGL/contrib/xglinfo/Makefile32: None Graphics3D.OPENGL-DK,fr=B.11.22.01,fa=HP-UX_B.11.22_IA,v=HP: /opt/graphics/OpenGL/contrib/xglinfo/Makefile64: None Graphics3D.OPENGL-DK,fr=B.11.22.01,fa=HP-UX_B.11.22_IA,v=HP: /opt/graphics/OpenGL/contrib/xglinfo/global.h: None Graphics3D.OPENGL-DK,fr=B.11.22.01,fa=HP-UX_B.11.22_IA,v=HP: /opt/graphics/OpenGL/contrib/xglinfo/stringConversion.c: None Graphics3D.OPENGL-DK,fr=B.11.22.01,fa=HP-UX_B.11.22_IA,v=HP: /opt/graphics/OpenGL/contrib/xglinfo/xglinfo.c: None Graphics3D.OPENGL-DK,fr=B.11.22.01,fa=HP-UX_B.11.22_IA,v=HP: /opt/graphics/OpenGL/contrib/xglinfo/xglinfo.man: None Graphics3D.OPENGL-DK,fr=B.11.22.01,fa=HP-UX_B.11.22_IA,v=HP: /opt/graphics/OpenGL/demos/chess/Data/BlackMarble.ppm: None Graphics3D.OPENGL-DK,fr=B.11.22.01,fa=HP-UX_B.11.22_IA,v=HP: /opt/graphics/OpenGL/demos/chess/Data/WhiteMarble.ppm: None Graphics3D.OPENGL-DK,fr=B.11.22.01,fa=HP-UX_B.11.22_IA,v=HP: /opt/graphics/OpenGL/demos/chess/Data/Wood.ppm: None Graphics3D.OPENGL-DK,fr=B.11.22.01,fa=HP-UX_B.11.22_IA,v=HP: /opt/graphics/OpenGL/demos/chess/Data/bishop.bj: None Graphics3D.OPENGL-DK,fr=B.11.22.01,fa=HP-UX_B.11.22_IA,v=HP: /opt/graphics/OpenGL/demos/chess/Data/black_top.bj: None Graphics3D.OPENGL-DK,fr=B.11.22.01,fa=HP-UX_B.11.22_IA,v=HP: /opt/graphics/OpenGL/demos/chess/Data/chassis.bj: None Graphics3D.OPENGL-DK,fr=B.11.22.01,fa=HP-UX_B.11.22_IA,v=HP: /opt/graphics/OpenGL/demos/chess/Data/king.bj: None Graphics3D.OPENGL-DK,fr=B.11.22.01,fa=HP-UX_B.11.22_IA,v=HP: /opt/graphics/OpenGL/demos/chess/Data/knight.bj: None Graphics3D.OPENGL-DK,fr=B.11.22.01,fa=HP-UX_B.11.22_IA,v=HP: /opt/graphics/OpenGL/demos/chess/Data/pawn.bj: None Graphics3D.OPENGL-DK,fr=B.11.22.01,fa=HP-UX_B.11.22_IA,v=HP: /opt/graphics/OpenGL/demos/chess/Data/queen.bj: None Graphics3D.OPENGL-DK,fr=B.11.22.01,fa=HP-UX_B.11.22_IA,v=HP: /opt/graphics/OpenGL/demos/chess/Data/rook.bj: None Graphics3D.OPENGL-DK,fr=B.11.22.01,fa=HP-UX_B.11.22_IA,v=HP: /opt/graphics/OpenGL/demos/chess/Data/white_top.bj: None Graphics3D.OPENGL-DK,fr=B.11.22.01,fa=HP-UX_B.11.22_IA,v=HP: /opt/graphics/OpenGL/demos/chess/hpux32/libxboard.a: None Graphics3D.OPENGL-DK,fr=B.11.22.01,fa=HP-UX_B.11.22_IA,v=HP: /opt/graphics/OpenGL/demos/chess/hpux64/libxboard.a: None Graphics3D.OPENGL-DK,fr=B.11.22.01,fa=HP-UX_B.11.22_IA,v=HP: /opt/graphics/OpenGL/demos/chess/Board.C: None Graphics3D.OPENGL-DK,fr=B.11.22.01,fa=HP-UX_B.11.22_IA,v=HP: /opt/graphics/OpenGL/demos/chess/Board.H: None Graphics3D.OPENGL-DK,fr=B.11.22.01,fa=HP-UX_B.11.22_IA,v=HP: /opt/graphics/OpenGL/demos/chess/Callbacks.C: None Graphics3D.OPENGL-DK,fr=B.11.22.01,fa=HP-UX_B.11.22_IA,v=HP: /opt/graphics/OpenGL/demos/chess/Callbacks.H: None Graphics3D.OPENGL-DK,fr=B.11.22.01,fa=HP-UX_B.11.22_IA,v=HP: /opt/graphics/OpenGL/demos/chess/GLwMDrawA.uih: None Graphics3D.OPENGL-DK,fr=B.11.22.01,fa=HP-UX_B.11.22_IA,v=HP: /opt/graphics/OpenGL/demos/chess/Makefile32: None Graphics3D.OPENGL-DK,fr=B.11.22.01,fa=HP-UX_B.11.22_IA,v=HP: /opt/graphics/OpenGL/demos/chess/Makefile64: None Graphics3D.OPENGL-DK,fr=B.11.22.01,fa=HP-UX_B.11.22_IA,v=HP: /opt/graphics/OpenGL/demos/chess/PolyMesh.C: None Graphics3D.OPENGL-DK,fr=B.11.22.01,fa=HP-UX_B.11.22_IA,v=HP: /opt/graphics/OpenGL/demos/chess/PolyMesh.H: None Graphics3D.OPENGL-DK,fr=B.11.22.01,fa=HP-UX_B.11.22_IA,v=HP: /opt/graphics/OpenGL/demos/chess/README: None Graphics3D.OPENGL-DK,fr=B.11.22.01,fa=HP-UX_B.11.22_IA,v=HP: /opt/graphics/OpenGL/demos/chess/Utilities.C: None Graphics3D.OPENGL-DK,fr=B.11.22.01,fa=HP-UX_B.11.22_IA,v=HP: /opt/graphics/OpenGL/demos/chess/Utilities.H: None Graphics3D.OPENGL-DK,fr=B.11.22.01,fa=HP-UX_B.11.22_IA,v=HP: /opt/graphics/OpenGL/demos/chess/Window.C: None Graphics3D.OPENGL-DK,fr=B.11.22.01,fa=HP-UX_B.11.22_IA,v=HP: /opt/graphics/OpenGL/demos/chess/Window.H: None Graphics3D.OPENGL-DK,fr=B.11.22.01,fa=HP-UX_B.11.22_IA,v=HP: /opt/graphics/OpenGL/demos/chess/chess.uid-32: None Graphics3D.OPENGL-DK,fr=B.11.22.01,fa=HP-UX_B.11.22_IA,v=HP: /opt/graphics/OpenGL/demos/chess/chess.uid-64: None Graphics3D.OPENGL-DK,fr=B.11.22.01,fa=HP-UX_B.11.22_IA,v=HP: /opt/graphics/OpenGL/demos/chess/chess.uil: None Graphics3D.OPENGL-DK,fr=B.11.22.01,fa=HP-UX_B.11.22_IA,v=HP: /opt/graphics/OpenGL/demos/chess/crafty: HP92453-02A.10.00 HP-UX SYMBOLIC DEBUGGER (END.O) $R evision: 74.03 $ Graphics3D.OPENGL-DK,fr=B.11.22.01,fa=HP-UX_B.11.22_IA,v=HP: /opt/graphics/OpenGL/demos/chess/main.C: None Graphics3D.OPENGL-DK,fr=B.11.22.01,fa=HP-UX_B.11.22_IA,v=HP: /opt/graphics/OpenGL/demos/chess/xboard.h: None Graphics3D.OPENGL-DK,fr=B.11.22.01,fa=HP-UX_B.11.22_IA,v=HP: /opt/graphics/OpenGL/demos/occlusion_cull/Makefile32: None Graphics3D.OPENGL-DK,fr=B.11.22.01,fa=HP-UX_B.11.22_IA,v=HP: /opt/graphics/OpenGL/demos/occlusion_cull/Makefile64: None Graphics3D.OPENGL-DK,fr=B.11.22.01,fa=HP-UX_B.11.22_IA,v=HP: /opt/graphics/OpenGL/demos/occlusion_cull/README: None Graphics3D.OPENGL-DK,fr=B.11.22.01,fa=HP-UX_B.11.22_IA,v=HP: /opt/graphics/OpenGL/demos/occlusion_cull/ocComplex.c: None Graphics3D.OPENGL-DK,fr=B.11.22.01,fa=HP-UX_B.11.22_IA,v=HP: /opt/graphics/OpenGL/demos/occlusion_cull/ocDemo.h: None Graphics3D.OPENGL-DK,fr=B.11.22.01,fa=HP-UX_B.11.22_IA,v=HP: /opt/graphics/OpenGL/demos/occlusion_cull/ocSimple.c: None Graphics3D.OPENGL-DK,fr=B.11.22.01,fa=HP-UX_B.11.22_IA,v=HP: /opt/graphics/OpenGL/demos/occlusion_cull/screwdriver.gz: None Graphics3D.OPENGL-DK,fr=B.11.22.01,fa=HP-UX_B.11.22_IA,v=HP: /opt/graphics/OpenGL/demos/occlusion_cull/trackball.c: None Graphics3D.OPENGL-DK,fr=B.11.22.01,fa=HP-UX_B.11.22_IA,v=HP: /opt/graphics/OpenGL/demos/occlusion_cull/trackball.h: None Graphics3D.OPENGL-DK,fr=B.11.22.01,fa=HP-UX_B.11.22_IA,v=HP: /opt/graphics/OpenGL/demos/stereo/Makefile32: None Graphics3D.OPENGL-DK,fr=B.11.22.01,fa=HP-UX_B.11.22_IA,v=HP: /opt/graphics/OpenGL/demos/stereo/Makefile64: None Graphics3D.OPENGL-DK,fr=B.11.22.01,fa=HP-UX_B.11.22_IA,v=HP: /opt/graphics/OpenGL/demos/stereo/README: None Graphics3D.OPENGL-DK,fr=B.11.22.01,fa=HP-UX_B.11.22_IA,v=HP: /opt/graphics/OpenGL/demos/stereo/simple_stereo.c: None Graphics3D.OPENGL-DK,fr=B.11.22.01,fa=HP-UX_B.11.22_IA,v=HP: /opt/graphics/OpenGL/demos/threads/Makefile32: None Graphics3D.OPENGL-DK,fr=B.11.22.01,fa=HP-UX_B.11.22_IA,v=HP: /opt/graphics/OpenGL/demos/threads/Makefile64: None Graphics3D.OPENGL-DK,fr=B.11.22.01,fa=HP-UX_B.11.22_IA,v=HP: /opt/graphics/OpenGL/demos/threads/README: None Graphics3D.OPENGL-DK,fr=B.11.22.01,fa=HP-UX_B.11.22_IA,v=HP: /opt/graphics/OpenGL/demos/threads/threads.c: None Graphics3D.OPENGL-DK,fr=B.11.22.01,fa=HP-UX_B.11.22_IA,v=HP: /opt/graphics/OpenGL/demos/threads/threads_utls.c: None Graphics3D.OPENGL-DK,fr=B.11.22.01,fa=HP-UX_B.11.22_IA,v=HP: /opt/graphics/OpenGL/demos/threads/threads_utls.h: None Graphics3D.OPENGL-DK,fr=B.11.22.01,fa=HP-UX_B.11.22_IA,v=HP: /opt/graphics/OpenGL/demos/verify.uid-32: None Graphics3D.OPENGL-DK,fr=B.11.22.01,fa=HP-UX_B.11.22_IA,v=HP: /opt/graphics/OpenGL/demos/verify.uid-64: None Graphics3D.OPENGL-DK,fr=B.11.22.01,fa=HP-UX_B.11.22_IA,v=HP: /opt/graphics/OpenGL/demos/verify_install-32: None Graphics3D.OPENGL-DK,fr=B.11.22.01,fa=HP-UX_B.11.22_IA,v=HP: /opt/graphics/OpenGL/demos/verify_install-64: None Graphics3D.OPENGL-DK,fr=B.11.22.01,fa=HP-UX_B.11.22_IA,v=HP: /opt/graphics/OpenGL/demos/verify_viewer-32: None Graphics3D.OPENGL-DK,fr=B.11.22.01,fa=HP-UX_B.11.22_IA,v=HP: /opt/graphics/OpenGL/demos/verify_viewer-64: None Graphics3D.OPENGL-DK,fr=B.11.22.01,fa=HP-UX_B.11.22_IA,v=HP: /opt/graphics/OpenGL/doc/Web/README: None Graphics3D.OPENGL-DK,fr=B.11.22.01,fa=HP-UX_B.11.22_IA,v=HP: /opt/graphics/OpenGL/include/GL/gl.h: None Graphics3D.OPENGL-DK,fr=B.11.22.01,fa=HP-UX_B.11.22_IA,v=HP: /opt/graphics/OpenGL/include/GL/glHpInt.h: None Graphics3D.OPENGL-DK,fr=B.11.22.01,fa=HP-UX_B.11.22_IA,v=HP: /opt/graphics/OpenGL/include/GL/glu.h: None Graphics3D.OPENGL-DK,fr=B.11.22.01,fa=HP-UX_B.11.22_IA,v=HP: /opt/graphics/OpenGL/include/GL/glx.h: None Graphics3D.OPENGL-DK,fr=B.11.22.01,fa=HP-UX_B.11.22_IA,v=HP: /opt/graphics/OpenGL/include/GL/glxmd.h: None Graphics3D.OPENGL-DK,fr=B.11.22.01,fa=HP-UX_B.11.22_IA,v=HP: /opt/graphics/OpenGL/include/GL/glxproto.h: None Graphics3D.OPENGL-DK,fr=B.11.22.01,fa=HP-UX_B.11.22_IA,v=HP: /opt/graphics/OpenGL/include/GL/glxtokens.h: None Graphics3D.OPENGL-DK,fr=B.11.22.01,fa=HP-UX_B.11.22_IA,v=HP: /opt/graphics/OpenGL/include/GL/GLwDrawA.h: None Graphics3D.OPENGL-DK,fr=B.11.22.01,fa=HP-UX_B.11.22_IA,v=HP: /opt/graphics/OpenGL/include/GL/GLwDrawAP.h: None Graphics3D.OPENGL-DK,fr=B.11.22.01,fa=HP-UX_B.11.22_IA,v=HP: /opt/graphics/OpenGL/include/GL/GLwMDrawA.h: None Graphics3D.OPENGL-DK,fr=B.11.22.01,fa=HP-UX_B.11.22_IA,v=HP: /opt/graphics/OpenGL/include/GL/GLwMDrawAP.h: None Graphics3D.OPENGL-DK,fr=B.11.22.01,fa=HP-UX_B.11.22_IA,v=HP: /opt/graphics/OpenGL/lib/hpux32/libGLw.a: OpenGL 1.1 Revision 1.32 on HP-UX 11.00 $Date: 05-De c-02.19:29:18 $ $Revision: 20021205.26136 $ libGLw.a Graphics3D.OPENGL-DK,fr=B.11.22.01,fa=HP-UX_B.11.22_IA,v=HP: /opt/graphics/OpenGL/lib/hpux64/libGLw.a: OpenGL 1.1 Revision 1.32 on HP-UX 11.00 $Date: 05-De c-02.19:29:18 $ $Revision: 20021205.26136 $ libGLw.a Graphics3D.OPENGL-RUN,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: /opt/graphics/OpenGL/lbin/ogld: HP-UX/General Millicode B.11.20.00 (IPF TOT): (MILLI - 05/01/01) Graphics3D.OPENGL-RUN,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: /opt/graphics/OpenGL/lib/hpux32/libGL.so.2: OpenGL 1.1 Revision 1.32 on HP-UX 11.00 $Date: 05-De c-02.18:03:32 $ $Revision: 20021205.25807 $ libGL.so.2 Graphics3D.OPENGL-RUN,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: /opt/graphics/OpenGL/lib/hpux32/libGLU.so.2: OpenGL 1.1 Revision 1.32 on HP-UX 11.00 $Date: 05-De c-02.18:03:32 $ $Revision: 20021205.25807 $ libGLU.so.2 HP-UX/General Millicode B.11.20.00 (IPF TOT): (MILLI - 05/01/01) Graphics3D.OPENGL-RUN,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: /opt/graphics/OpenGL/lib/hpux32/libHpGL.so.2: OpenGL 1.1 Revision 1.32 on HP-UX 11.00 $Date: 05-De c-02.18:03:32 $ $Revision: 20021205.25807 $ libHpGL.so.2 HP-UX/General Millicode B.11.20.00 (IPF TOT): (MILLI - 05/01/01) Graphics3D.OPENGL-RUN,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: /opt/graphics/OpenGL/lib/hpux32/libXfGL.so.2: X Window System, Version 11 R6 (build date: Mon Mar 17 16:37:00 MST 2003) Built for: 11.22 on HP-UX Daily, +O3 +Oinlinebudget= 1000 +Ofltacc=relaxed +Oinitcheck +DSmckinle y +FPD +Oshortdata +Ofastaccess HP-UX/General Millicode B.11.20.00 (IPF TOT): (MILLI - 05/01/01) Graphics3D.OPENGL-RUN,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: /opt/graphics/OpenGL/lib/hpux32/libddfgl.so.2: X Window System, Version 11 R6 (build date: Mon Mar 17 16:58:12 MST 2003) Built for: 11.22 on HP-UX Daily, +O3 +Oinlinebudget= 1000 +Ofltacc=relaxed +Oinitcheck +DSmckinle y +FPD +Oshortdata +Ofastaccess HP-UX/General Millicode B.11.20.00 (IPF TOT): (MILLI - 05/01/01) Graphics3D.OPENGL-RUN,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: /opt/graphics/OpenGL/lib/hpux32/libddvmd.so.2: OpenGL 1.1 Revision 1.32 on HP-UX 11.00 $Date: 05-De c-02.19:07:58 $ $Revision: 20021205.26727 $ libddvmd.so.2 HP-UX/General Millicode B.11.20.00 (IPF TOT): (MILLI - 05/01/01) Graphics3D.OPENGL-RUN,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: /opt/graphics/OpenGL/lib/hpux32/libogltls.so.2: OpenGL 1.1 Revision 1.32 on HP-UX 11.00 $Date: 05-De c-02.18:03:32 $ $Revision: 20021205.25807 $ libogltls.so.2 Graphics3D.OPENGL-RUN,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: /opt/graphics/OpenGL/lib/hpux32/libGL.so: OpenGL 1.1 Revision 1.32 on HP-UX 11.00 $Date: 05-De c-02.18:03:32 $ $Revision: 20021205.25807 $ libGL.so.2 Graphics3D.OPENGL-RUN,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: /opt/graphics/OpenGL/lib/hpux32/libGLU.so: OpenGL 1.1 Revision 1.32 on HP-UX 11.00 $Date: 05-De c-02.18:03:32 $ $Revision: 20021205.25807 $ libGLU.so.2 HP-UX/General Millicode B.11.20.00 (IPF TOT): (MILLI - 05/01/01) Graphics3D.OPENGL-RUN,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: /opt/graphics/OpenGL/lib/hpux32/libogltls.so: OpenGL 1.1 Revision 1.32 on HP-UX 11.00 $Date: 05-De c-02.18:03:32 $ $Revision: 20021205.25807 $ libogltls.so.2 Graphics3D.OPENGL-RUN,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: /opt/graphics/OpenGL/lib/hpux64/libGL.so.2: OpenGL 1.1 Revision 1.32 on HP-UX 11.00 $Date: 05-De c-02.18:03:32 $ $Revision: 20021205.25807 $ libGL.so.2 Graphics3D.OPENGL-RUN,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: /opt/graphics/OpenGL/lib/hpux64/libGLU.so.2: OpenGL 1.1 Revision 1.32 on HP-UX 11.00 $Date: 05-De c-02.18:03:32 $ $Revision: 20021205.25807 $ libGLU.so.2 HP-UX/General Millicode B.11.20.00 (IPF TOT): (MILLI - 05/01/01) Graphics3D.OPENGL-RUN,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: /opt/graphics/OpenGL/lib/hpux64/libHpGL.so.2: OpenGL 1.1 Revision 1.32 on HP-UX 11.00 $Date: 05-De c-02.18:03:32 $ $Revision: 20021205.25807 $ libHpGL.so.2 HP-UX/General Millicode B.11.20.00 (IPF TOT): (MILLI - 05/01/01) Graphics3D.OPENGL-RUN,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: /opt/graphics/OpenGL/lib/hpux64/libXfGL.so.2: X Window System, Version 11 R6 (build date: Mon Mar 17 16:59:13 MST 2003) Built for: 11.22 on HP-UX Daily, +O3 +Oinlinebudget= 1000 +Ofltacc=relaxed +Oinitcheck +DSmckinle y +FPD +Oshortdata +Ofastaccess HP-UX/General Millicode B.11.20.00 (IPF TOT): (MILLI - 05/01/01) Graphics3D.OPENGL-RUN,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: /opt/graphics/OpenGL/lib/hpux64/libddfgl.so.2: X Window System, Version 11 R6 (build date: Tue Mar 18 11:51:45 MST 2003) Built for: 11.22 on HP-UX Daily, +O3 +Oinlinebudget= 1000 +Ofltacc=relaxed +Oinitcheck +DSmckinle y +FPD +Oshortdata +Ofastaccess HP-UX/General Millicode B.11.20.00 (IPF TOT): (MILLI - 05/01/01) Graphics3D.OPENGL-RUN,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: /opt/graphics/OpenGL/lib/hpux64/libddvmd.so.2: OpenGL 1.1 Revision 1.32 on HP-UX 11.00 $Date: 05-De c-02.19:07:58 $ $Revision: 20021205.26727 $ libddvmd.so.2 HP-UX/General Millicode B.11.20.00 (IPF TOT): (MILLI - 05/01/01) Graphics3D.OPENGL-RUN,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: /opt/graphics/OpenGL/lib/hpux64/libogltls.so.2: OpenGL 1.1 Revision 1.32 on HP-UX 11.00 $Date: 05-De c-02.18:03:32 $ $Revision: 20021205.25807 $ libogltls.so.2 Graphics3D.OPENGL-RUN,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: /opt/graphics/OpenGL/lib/hpux64/libGL.so: OpenGL 1.1 Revision 1.32 on HP-UX 11.00 $Date: 05-De c-02.18:03:32 $ $Revision: 20021205.25807 $ libGL.so.2 Graphics3D.OPENGL-RUN,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: /opt/graphics/OpenGL/lib/hpux64/libGLU.so: OpenGL 1.1 Revision 1.32 on HP-UX 11.00 $Date: 05-De c-02.18:03:32 $ $Revision: 20021205.25807 $ libGLU.so.2 HP-UX/General Millicode B.11.20.00 (IPF TOT): (MILLI - 05/01/01) Graphics3D.OPENGL-RUN,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: /opt/graphics/OpenGL/lib/hpux64/libogltls.so: OpenGL 1.1 Revision 1.32 on HP-UX 11.00 $Date: 05-De c-02.18:03:32 $ $Revision: 20021205.25807 $ libogltls.so.2 Graphics3D.OPENGL-RUN,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: /opt/graphics/OpenGL/lib/nls/msg/C/glu.cat: None Graphics3D.OPENGL-RUN,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: /opt/graphics/OpenGL/lib/nls/msg/en_US.roman8/glu.cat: None Graphics3D.OPENGL-RUN,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: /opt/graphics/OpenGL/ReleaseNotes: None cksum(1) Output: Graphics3D.COMMON-RUN,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: 1164550444 20644 /opt/graphics/common/bin/graphinfo Graphics3D.COMMON-RUN,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: 2094375345 3050 /opt/graphics/common/man/man1.Z/graphinfo.1g Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: 343712268 995328 /opt/graphics/OpenGL/demos/ verify_viewer-PA32 Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: 3951271604 1134680 /opt/graphics/OpenGL/demos/ verify_viewer-PA64 Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: 3730429009 231912 /opt/graphics/OpenGL/lib/pa20_64/libGL.2 Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: 3052475483 395168 /opt/graphics/OpenGL/lib/pa20_64/libGLU.2 Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: 50275633 3046024 /opt/graphics/OpenGL/lib/pa20_64/libHpGL.2 Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: 2937724389 272376 /opt/graphics/OpenGL/lib/pa20_64/libXfGL.2 Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: 3478923945 857224 /opt/graphics/OpenGL/lib/pa20_64/ libddvmd.2 Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: 531826661 89088 /opt/graphics/OpenGL/lib/pa20_64/libogltls.2 Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: 1642696083 217088 /opt/graphics/OpenGL/lib/libGL.1 Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: 1522412237 225280 /opt/graphics/OpenGL/lib/libGL.2 Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: 4228687279 413696 /opt/graphics/OpenGL/lib/libGLU.1 Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: 4117665276 413696 /opt/graphics/OpenGL/lib/libGLU.2 Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: 2306106077 2973696 /opt/graphics/OpenGL/lib/libHpGL.2 Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: 753927046 262144 /opt/graphics/OpenGL/lib/libXfGL.2 Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: 2047138913 806912 /opt/graphics/OpenGL/lib/libddvmd.2 Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: 2326024779 73928 /opt/graphics/OpenGL/lib/libogltls.2 Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: 2326024779 73928 /opt/graphics/OpenGL/lib/libogltls.sl Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: 2739235637 16384 /opt/graphics/PEX5/contrib/xhpcmap Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: 4238644929 2002 /opt/graphics/PEX5/demos/PEXInfo.l.pm Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: 3837555945 2473 /opt/graphics/PEX5/demos/PEXVerify.scr Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: 2950047401 16384 /opt/graphics/PEX5/demos/VerifyPEX_msg Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: 4000808658 8968 /opt/graphics/PEX5/demos/pexcube_data Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: 1712829220 102400 /opt/graphics/PEX5/demos/verify_install Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: 2884915107 3305 /opt/graphics/PEX5/fonts/ascii/stroke/ ascii.-1.pht Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: 2766633806 3400 /opt/graphics/PEX5/fonts/ascii/stroke/ ascii.-2.pht Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: 3003083783 2037 /opt/graphics/PEX5/fonts/ascii/stroke/ ascii.1.pht Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: 3454347044 2132 /opt/graphics/PEX5/fonts/ascii/stroke/ ascii.2.pht Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: 4200087900 2 /opt/graphics/PEX5/fonts/ascii/stroke/fonts.dir Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: 1040446289 4463 /opt/graphics/PEX5/fonts/ascii/stroke/ latin1.-1.pht Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: 3809879894 4558 /opt/graphics/PEX5/fonts/ascii/stroke/ latin1.-2.pht Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: 1625032690 2599 /opt/graphics/PEX5/fonts/ascii/stroke/ latin1.1.pht Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: 1625032690 2599 /opt/graphics/PEX5/fonts/ascii/stroke/ latin1.2.pht Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: 869581195 320 /opt/graphics/PEX5/fonts/ascii/stroke/ phonts.dir Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: 1154467140 20 /opt/graphics/PEX5/fonts/font_info/stroke/-1 Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: 4200087900 2 /opt/graphics/PEX5/fonts/hp_japanese/stroke/ fonts.dir Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: 2444916508 790 /opt/graphics/PEX5/fonts/hp_japanese/stroke/ phonts.dir Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: 4200087900 2 /opt/graphics/PEX5/fonts/usascii/stroke/ fonts.dir Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: 3992767303 493 /opt/graphics/PEX5/fonts/usascii/stroke/ phonts.dir Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: 2712609044 14746 /opt/graphics/PEX5/help/PEXErrorHelp Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: 4095230398 176128 /opt/graphics/PEX5/lbin/pexd Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: 3993926550 16384 /opt/graphics/PEX5/lbin/pexd_init Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: 4078031731 652 /opt/graphics/PEX5/lib/macros/ormac Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: 3614357520 26914 /opt/graphics/PEX5/lib/nls/msg/C/PEX.cat Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: 734895685 2244608 /opt/graphics/PEX5/lib/libPEX5.1 Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: 4256201455 2109440 /opt/graphics/PEX5/lib/libPEX5.2 Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: 3614237081 2109440 /opt/graphics/PEX5/lib/libPEX5.3 Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: 1356527302 45056 /opt/graphics/PEX5/lib/libPEXUt.1 Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: 4272486141 45056 /opt/graphics/PEX5/lib/libPEXUt.2 Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: 1009079045 28672 /opt/graphics/PEX5/lib/libPEXXg.1 Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: 228959360 28672 /opt/graphics/PEX5/lib/libPEXXg.2 Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: 3614237081 2109440 /opt/graphics/PEX5/lib/libPEX5.sl Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: 4272486141 45056 /opt/graphics/PEX5/lib/libPEXUt.sl Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: 228959360 28672 /opt/graphics/PEX5/lib/libPEXXg.sl Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: 2747758055 151552 /opt/graphics/common/bin/pcltrans Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: 2917495932 20480 /opt/graphics/common/bin/sb2xwd Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: 3943498582 2166784 /opt/graphics/common/bin/screenpr8.07 Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: 1240825037 16384 /opt/graphics/common/bin/xinitcolormap Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: 3432818856 24576 /opt/graphics/common/bin/xwcreate Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: 2298603142 20480 /opt/graphics/common/bin/xwd2sb Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: 4156076397 20480 /opt/graphics/common/bin/xwdestroy Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: 349680523 28672 /opt/graphics/common/lbin/gwind Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: 3976420134 16384 /opt/graphics/common/lbin/gwindstop Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: 2265310114 3555328 /opt/graphics/common/lbin/sb_daemon_11.0 Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: 2265310114 3555328 /opt/graphics/common/lbin/sb_daemon_10.0 Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: 2265310114 3555328 /opt/graphics/common/lbin/sb_daemon_8.02 Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: 2265310114 3555328 /opt/graphics/common/lbin/sb_daemon_8.05 Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: 2265310114 3555328 /opt/graphics/common/lbin/sb_daemon_8.07 Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: 2265310114 3555328 /opt/graphics/common/lbin/sb_daemon_9.0 Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: 3102096949 114688 /opt/graphics/common/lib/formatters/pcl/ libfmtpcl.1 Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: 3102096949 114688 /opt/graphics/common/lib/formatters/pcl/ libfmtpcl.sl Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: 1428113076 27545 /opt/graphics/common/lib/nls/msg/C/ hpgfx.cat Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: 1428113076 27545 /opt/graphics/common/lib/nls/msg/ en_US.roman8/hpgfx.cat Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: 281308004 1422 /opt/graphics/common/lib/char_sets Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: 2958934886 28672 /opt/graphics/common/lib/libXg.1 Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: 2262087156 28672 /opt/graphics/common/lib/libXg.2 Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: 1589058462 45056 /opt/graphics/common/lib/libXwindow.1 Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: 3658597442 45056 /opt/graphics/common/lib/libXwindow.2 Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: 3012919881 303104 /opt/graphics/common/lib/libcgm.1 Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: 303022418 303104 /opt/graphics/common/lib/libcgm.2 Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: 3665939097 118784 /opt/graphics/common/lib/libddCADplt.1 Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: 643700087 49152 /opt/graphics/common/lib/libddSMDpix.1 Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: 3724674354 61440 /opt/graphics/common/lib/libddSMDpln.1 Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: 4130988829 24576 /opt/graphics/common/lib/libddbyte.1 Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: 3377910930 307200 /opt/graphics/common/lib/libdddi.1 Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: 182763854 307200 /opt/graphics/common/lib/libdddi.2 Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: 3070348776 16384 /opt/graphics/common/lib/libdddl.1 Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: 377835994 57344 /opt/graphics/common/lib/libddhil.1 Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: 171615747 180224 /opt/graphics/common/lib/libddhpcgm.1 Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: 1812290437 45056 /opt/graphics/common/lib/libddhpgl.1 Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: 3167813262 28672 /opt/graphics/common/lib/libddload.1 Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: 4006821346 24576 /opt/graphics/common/lib/libddnull.1 Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: 3550214584 90112 /opt/graphics/common/lib/libddsox11.1 Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: 3881558624 249856 /opt/graphics/common/lib/libddvmx.1 Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: 3687675231 626688 /opt/graphics/common/lib/libdl.1 Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: 2107864573 626688 /opt/graphics/common/lib/libdl.2 Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: 1585822943 20480 /opt/graphics/common/lib/libdlrefs.1 Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: 1215275841 20480 /opt/graphics/common/lib/libdlrefs.2 Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: 612072219 3272704 /opt/graphics/common/lib/libhpgfx.1 Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: 1410009094 3272704 /opt/graphics/common/lib/libhpgfx.2 Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: 3977535852 3289088 /opt/graphics/common/lib/libhpgfx.3 Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: 2262087156 28672 /opt/graphics/common/lib/libXg.sl Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: 3658597442 45056 /opt/graphics/common/lib/libXwindow.sl Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: 303022418 303104 /opt/graphics/common/lib/libcgm.sl Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: 3665939097 118784 /opt/graphics/common/lib/libddCADplt.sl Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: 643700087 49152 /opt/graphics/common/lib/libddSMDpix.sl Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: 3724674354 61440 /opt/graphics/common/lib/libddSMDpln.sl Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: 4130988829 24576 /opt/graphics/common/lib/libddbyte.sl Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: 3070348776 16384 /opt/graphics/common/lib/libdddl.sl Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: 377835994 57344 /opt/graphics/common/lib/libddhil.sl Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: 171615747 180224 /opt/graphics/common/lib/libddhpcgm.sl Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: 1812290437 45056 /opt/graphics/common/lib/libddhpgl.sl Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: 3167813262 28672 /opt/graphics/common/lib/libddload.sl Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: 4006821346 24576 /opt/graphics/common/lib/libddnull.sl Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: 3550214584 90112 /opt/graphics/common/lib/libddsox11.sl Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: 3881558624 249856 /opt/graphics/common/lib/libddvmx.sl Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: 2107864573 626688 /opt/graphics/common/lib/libdl.sl Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: 1215275841 20480 /opt/graphics/common/lib/libdlrefs.sl Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: 3977535852 3289088 /opt/graphics/common/lib/libhpgfx.sl Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: 1712848226 20 /opt/graphics/common/stroke/font_info/1 Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: 1712848226 20 /opt/graphics/common/stroke/font_info/2 Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: 1154467140 20 /opt/graphics/common/stroke/font_info/4 Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: 1809588998 20 /opt/graphics/common/stroke/font_info/58 Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: 782846243 20 /opt/graphics/common/stroke/font_info/6 Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: 1809588998 20 /opt/graphics/common/stroke/font_info/8 Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: 3326938772 2597 /opt/graphics/common/stroke/hproman/1 Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: 3573181474 2692 /opt/graphics/common/stroke/hproman/2 Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: 2984056387 4522 /opt/graphics/common/stroke/hproman/4 Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: 46956872 10078 /opt/graphics/common/stroke/hproman/58 Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: 352370133 7960 /opt/graphics/common/stroke/hproman/6 Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: 46956872 10078 /opt/graphics/common/stroke/hproman/8 Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: 616285614 2051 /opt/graphics/common/stroke/jisascii/1 Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: 426951559 2146 /opt/graphics/common/stroke/jisascii/2 Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: 1281190926 3414 /opt/graphics/common/stroke/jisascii/4 Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: 1872507 5986 /opt/graphics/common/stroke/jisascii/6 Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: 3644490691 8458 /opt/graphics/common/stroke/jisascii/8 Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: 3064530663 1260 /opt/graphics/common/stroke/katakana/1 Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: 1336433731 1324 /opt/graphics/common/stroke/katakana/2 Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: 2704737860 2474 /opt/graphics/common/stroke/katakana/4 Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: 2342144984 4900 /opt/graphics/common/stroke/katakana/6 Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: 4203037238 6684 /opt/graphics/common/stroke/katakana/8 Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: 1423424489 2037 /opt/graphics/common/stroke/usascii/1 Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: 2484546733 2132 /opt/graphics/common/stroke/usascii/2 Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: 4105349502 3400 /opt/graphics/common/stroke/usascii/4 Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: 1334209803 5900 /opt/graphics/common/stroke/usascii/58 Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: 869817513 5940 /opt/graphics/common/stroke/usascii/6 Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: 3120770694 8338 /opt/graphics/common/stroke/usascii/8 Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: 2660114450 588 /opt/graphics/common/stroke/markers Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: 2182666577 1136 /opt/graphics/newconfig/opt/graphics/common/ config/defaults Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: 167591555 1444 /opt/graphics/newconfig/opt/graphics/phigs/ config/char_set_info Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: 3166816455 936 /opt/graphics/newconfig/opt/graphics/phigs/ config/defaults Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: 2420527938 8378 /opt/graphics/newconfig/opt/graphics/phigs/ 11.00_Rel_Notes Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: 3879964907 122 /opt/graphics/newconfig/usr/lib/X11/ extensions/fp.PEX Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: 2232689314 14323 /opt/graphics/newconfig/usr/lib/X11/ XErrorDB Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: 3930002697 28672 /opt/graphics/phigs/bin/cgmiui Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: 1028499743 16384 /opt/graphics/phigs/bin/xinitcolormap Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: 4144551665 3200 /opt/graphics/phigs/bin/xmodsharedcmap Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: 3074802607 3200 /opt/graphics/phigs/bin/xsharedcmap Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: 2884915107 3305 /opt/graphics/phigs/char_sets/ascii/-1 Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: 2766633806 3400 /opt/graphics/phigs/char_sets/ascii/-2 Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: 3003083783 2037 /opt/graphics/phigs/char_sets/ascii/1 Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: 3454347044 2132 /opt/graphics/phigs/char_sets/ascii/2 Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: 1154467140 20 /opt/graphics/phigs/char_sets/font_info/-1 Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: 1040446289 4463 /opt/graphics/phigs/char_sets/latin1/-1 Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: 3809879894 4558 /opt/graphics/phigs/char_sets/latin1/-2 Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: 1625032690 2599 /opt/graphics/phigs/char_sets/latin1/1 Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: 1625032690 2599 /opt/graphics/phigs/char_sets/latin1/2 Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: 627198641 219 /opt/graphics/phigs/include/Colors.h Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: 16139748 45056 /opt/graphics/phigs/lbin/phg_daemon Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: 1557596621 3355 /opt/graphics/phigs/lib/X11/app-defaults/ Phigswidget Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: 854786960 53609 /opt/graphics/phigs/lib/nls/msg/C/phigs.cat Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: 854786960 53609 /opt/graphics/phigs/lib/nls/msg/ en_US.roman8/phigs.cat Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: 3371026584 1720320 /opt/graphics/phigs/lib/libphigs.1 Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: 3888084359 1720320 /opt/graphics/phigs/lib/libphigs.2 Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: 578791459 36864 /opt/graphics/phigs/lib/libphigsXg.1 Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: 671728750 36864 /opt/graphics/phigs/lib/libphigsXg.2 Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: 3888084359 1720320 /opt/graphics/phigs/lib/libphigs.sl Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: 671728750 36864 /opt/graphics/phigs/lib/libphigsXg.sl Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: 2420527938 8378 /opt/graphics/phigs/11.00_Rel_Notes Graphics3D.OPENGL-COMP,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: 3146236157 32768 /usr/lib/X11/extensions/libXhpPEX.1 Graphics3D.OPENGL-DK,fr=B.11.22.01,fa=HP-UX_B.11.22_IA,v=HP: 1815488550 12862 /opt/graphics/OpenGL/contrib/libglut/GL/ glut.h Graphics3D.OPENGL-DK,fr=B.11.22.01,fa=HP-UX_B.11.22_IA,v=HP: 1004976082 601772 /opt/graphics/OpenGL/contrib/libglut/ hpux32/libglut.a Graphics3D.OPENGL-DK,fr=B.11.22.01,fa=HP-UX_B.11.22_IA,v=HP: 2049025714 773184 /opt/graphics/OpenGL/contrib/libglut/ hpux64/libglut.a Graphics3D.OPENGL-DK,fr=B.11.22.01,fa=HP-UX_B.11.22_IA,v=HP: 3111995065 31181 /opt/graphics/OpenGL/contrib/libglut/ MonoRoman.stroke Graphics3D.OPENGL-DK,fr=B.11.22.01,fa=HP-UX_B.11.22_IA,v=HP: 735984366 721 /opt/graphics/OpenGL/contrib/libglut/README Graphics3D.OPENGL-DK,fr=B.11.22.01,fa=HP-UX_B.11.22_IA,v=HP: 455864660 35755 /opt/graphics/OpenGL/contrib/libglut/ Roman.stroke Graphics3D.OPENGL-DK,fr=B.11.22.01,fa=HP-UX_B.11.22_IA,v=HP: 82712579 57362 /opt/graphics/OpenGL/contrib/libwidget/ hpux32/libGLw.a Graphics3D.OPENGL-DK,fr=B.11.22.01,fa=HP-UX_B.11.22_IA,v=HP: 750937989 72426 /opt/graphics/OpenGL/contrib/libwidget/ hpux64/libGLw.a Graphics3D.OPENGL-DK,fr=B.11.22.01,fa=HP-UX_B.11.22_IA,v=HP: 3394832798 518 /opt/graphics/OpenGL/contrib/libwidget/ GLwDAUtil.c Graphics3D.OPENGL-DK,fr=B.11.22.01,fa=HP-UX_B.11.22_IA,v=HP: 1039581047 22426 /opt/graphics/OpenGL/contrib/libwidget/ GLwDrawA.c Graphics3D.OPENGL-DK,fr=B.11.22.01,fa=HP-UX_B.11.22_IA,v=HP: 1885500870 4813 /opt/graphics/OpenGL/contrib/libwidget/ GLwDrawA.h Graphics3D.OPENGL-DK,fr=B.11.22.01,fa=HP-UX_B.11.22_IA,v=HP: 4183043495 2022 /opt/graphics/OpenGL/contrib/libwidget/ GLwDrawAP.h Graphics3D.OPENGL-DK,fr=B.11.22.01,fa=HP-UX_B.11.22_IA,v=HP: 2278501768 72 /opt/graphics/OpenGL/contrib/libwidget/ GLwMDrawA.c Graphics3D.OPENGL-DK,fr=B.11.22.01,fa=HP-UX_B.11.22_IA,v=HP: 2845345825 71 /opt/graphics/OpenGL/contrib/libwidget/ GLwMDrawA.h Graphics3D.OPENGL-DK,fr=B.11.22.01,fa=HP-UX_B.11.22_IA,v=HP: 738532091 72 /opt/graphics/OpenGL/contrib/libwidget/ GLwMDrawAP.h Graphics3D.OPENGL-DK,fr=B.11.22.01,fa=HP-UX_B.11.22_IA,v=HP: 2277542956 1298 /opt/graphics/OpenGL/contrib/libwidget/ Makefile32 Graphics3D.OPENGL-DK,fr=B.11.22.01,fa=HP-UX_B.11.22_IA,v=HP: 3532672345 1303 /opt/graphics/OpenGL/contrib/libwidget/ Makefile64 Graphics3D.OPENGL-DK,fr=B.11.22.01,fa=HP-UX_B.11.22_IA,v=HP: 555847976 1400 /opt/graphics/OpenGL/contrib/libwidget/README Graphics3D.OPENGL-DK,fr=B.11.22.01,fa=HP-UX_B.11.22_IA,v=HP: 2893114573 2528 /opt/graphics/OpenGL/contrib/visual/ COPYRIGHT Graphics3D.OPENGL-DK,fr=B.11.22.01,fa=HP-UX_B.11.22_IA,v=HP: 3206959927 198 /opt/graphics/OpenGL/contrib/visual/LOCALIZE Graphics3D.OPENGL-DK,fr=B.11.22.01,fa=HP-UX_B.11.22_IA,v=HP: 4067823472 875 /opt/graphics/OpenGL/contrib/visual/ Makefile32 Graphics3D.OPENGL-DK,fr=B.11.22.01,fa=HP-UX_B.11.22_IA,v=HP: 370280662 922 /opt/graphics/OpenGL/contrib/visual/Makefile64 Graphics3D.OPENGL-DK,fr=B.11.22.01,fa=HP-UX_B.11.22_IA,v=HP: 4184781874 404 /opt/graphics/OpenGL/contrib/visual/README Graphics3D.OPENGL-DK,fr=B.11.22.01,fa=HP-UX_B.11.22_IA,v=HP: 2853231480 5018 /opt/graphics/OpenGL/contrib/visual/fields.h Graphics3D.OPENGL-DK,fr=B.11.22.01,fa=HP-UX_B.11.22_IA,v=HP: 4092698234 18519 /opt/graphics/OpenGL/contrib/visual/ fields.uil Graphics3D.OPENGL-DK,fr=B.11.22.01,fa=HP-UX_B.11.22_IA,v=HP: 1870534236 2996 /opt/graphics/OpenGL/contrib/visual/help.uil Graphics3D.OPENGL-DK,fr=B.11.22.01,fa=HP-UX_B.11.22_IA,v=HP: 530345478 2878 /opt/graphics/OpenGL/contrib/visual/ linklist.C Graphics3D.OPENGL-DK,fr=B.11.22.01,fa=HP-UX_B.11.22_IA,v=HP: 2239299869 23588 /opt/graphics/OpenGL/contrib/visual/ visual.C Graphics3D.OPENGL-DK,fr=B.11.22.01,fa=HP-UX_B.11.22_IA,v=HP: 2450218490 3751 /opt/graphics/OpenGL/contrib/visual/visual.h Graphics3D.OPENGL-DK,fr=B.11.22.01,fa=HP-UX_B.11.22_IA,v=HP: 3858231551 40960 /opt/graphics/OpenGL/contrib/visual/ visual.uid-32 Graphics3D.OPENGL-DK,fr=B.11.22.01,fa=HP-UX_B.11.22_IA,v=HP: 595378617 53248 /opt/graphics/OpenGL/contrib/visual/ visual.uid-64 Graphics3D.OPENGL-DK,fr=B.11.22.01,fa=HP-UX_B.11.22_IA,v=HP: 3809528951 7291 /opt/graphics/OpenGL/contrib/visual/ visual.uil Graphics3D.OPENGL-DK,fr=B.11.22.01,fa=HP-UX_B.11.22_IA,v=HP: 1168798638 10538 /opt/graphics/OpenGL/contrib/visual/ window.C Graphics3D.OPENGL-DK,fr=B.11.22.01,fa=HP-UX_B.11.22_IA,v=HP: 1418523672 477 /opt/graphics/OpenGL/contrib/xglinfo/ Makefile32 Graphics3D.OPENGL-DK,fr=B.11.22.01,fa=HP-UX_B.11.22_IA,v=HP: 2354133457 482 /opt/graphics/OpenGL/contrib/xglinfo/ Makefile64 Graphics3D.OPENGL-DK,fr=B.11.22.01,fa=HP-UX_B.11.22_IA,v=HP: 2171843002 2520 /opt/graphics/OpenGL/contrib/xglinfo/ global.h Graphics3D.OPENGL-DK,fr=B.11.22.01,fa=HP-UX_B.11.22_IA,v=HP: 704961694 8644 /opt/graphics/OpenGL/contrib/xglinfo/ stringConversion.c Graphics3D.OPENGL-DK,fr=B.11.22.01,fa=HP-UX_B.11.22_IA,v=HP: 3136702400 39874 /opt/graphics/OpenGL/contrib/xglinfo/ xglinfo.c Graphics3D.OPENGL-DK,fr=B.11.22.01,fa=HP-UX_B.11.22_IA,v=HP: 1515532618 10304 /opt/graphics/OpenGL/contrib/xglinfo/ xglinfo.man Graphics3D.OPENGL-DK,fr=B.11.22.01,fa=HP-UX_B.11.22_IA,v=HP: 2532825095 49168 /opt/graphics/OpenGL/demos/chess/Data/ BlackMarble.ppm Graphics3D.OPENGL-DK,fr=B.11.22.01,fa=HP-UX_B.11.22_IA,v=HP: 996221197 49168 /opt/graphics/OpenGL/demos/chess/Data/ WhiteMarble.ppm Graphics3D.OPENGL-DK,fr=B.11.22.01,fa=HP-UX_B.11.22_IA,v=HP: 1032795738 49168 /opt/graphics/OpenGL/demos/chess/Data/ Wood.ppm Graphics3D.OPENGL-DK,fr=B.11.22.01,fa=HP-UX_B.11.22_IA,v=HP: 3453883977 63382 /opt/graphics/OpenGL/demos/chess/Data/ bishop.bj Graphics3D.OPENGL-DK,fr=B.11.22.01,fa=HP-UX_B.11.22_IA,v=HP: 381441698 2596 /opt/graphics/OpenGL/demos/chess/Data/ black_top.bj Graphics3D.OPENGL-DK,fr=B.11.22.01,fa=HP-UX_B.11.22_IA,v=HP: 822686284 19847 /opt/graphics/OpenGL/demos/chess/Data/ chassis.bj Graphics3D.OPENGL-DK,fr=B.11.22.01,fa=HP-UX_B.11.22_IA,v=HP: 2634535594 56508 /opt/graphics/OpenGL/demos/chess/Data/ king.bj Graphics3D.OPENGL-DK,fr=B.11.22.01,fa=HP-UX_B.11.22_IA,v=HP: 676604550 56057 /opt/graphics/OpenGL/demos/chess/Data/ knight.bj Graphics3D.OPENGL-DK,fr=B.11.22.01,fa=HP-UX_B.11.22_IA,v=HP: 2013449535 56467 /opt/graphics/OpenGL/demos/chess/Data/ pawn.bj Graphics3D.OPENGL-DK,fr=B.11.22.01,fa=HP-UX_B.11.22_IA,v=HP: 4110072861 66886 /opt/graphics/OpenGL/demos/chess/Data/ queen.bj Graphics3D.OPENGL-DK,fr=B.11.22.01,fa=HP-UX_B.11.22_IA,v=HP: 3716092052 52734 /opt/graphics/OpenGL/demos/chess/Data/ rook.bj Graphics3D.OPENGL-DK,fr=B.11.22.01,fa=HP-UX_B.11.22_IA,v=HP: 2668702744 2604 /opt/graphics/OpenGL/demos/chess/Data/ white_top.bj Graphics3D.OPENGL-DK,fr=B.11.22.01,fa=HP-UX_B.11.22_IA,v=HP: 211083598 640966 /opt/graphics/OpenGL/demos/chess/hpux32/ libxboard.a Graphics3D.OPENGL-DK,fr=B.11.22.01,fa=HP-UX_B.11.22_IA,v=HP: 2017945419 789334 /opt/graphics/OpenGL/demos/chess/hpux64/ libxboard.a Graphics3D.OPENGL-DK,fr=B.11.22.01,fa=HP-UX_B.11.22_IA,v=HP: 1054871692 20442 /opt/graphics/OpenGL/demos/chess/Board.C Graphics3D.OPENGL-DK,fr=B.11.22.01,fa=HP-UX_B.11.22_IA,v=HP: 3497457289 1870 /opt/graphics/OpenGL/demos/chess/Board.H Graphics3D.OPENGL-DK,fr=B.11.22.01,fa=HP-UX_B.11.22_IA,v=HP: 477556131 17833 /opt/graphics/OpenGL/demos/chess/Callbacks.C Graphics3D.OPENGL-DK,fr=B.11.22.01,fa=HP-UX_B.11.22_IA,v=HP: 523010797 8629 /opt/graphics/OpenGL/demos/chess/Callbacks.H Graphics3D.OPENGL-DK,fr=B.11.22.01,fa=HP-UX_B.11.22_IA,v=HP: 1381809140 3480 /opt/graphics/OpenGL/demos/chess/ GLwMDrawA.uih Graphics3D.OPENGL-DK,fr=B.11.22.01,fa=HP-UX_B.11.22_IA,v=HP: 2553113702 1158 /opt/graphics/OpenGL/demos/chess/Makefile32 Graphics3D.OPENGL-DK,fr=B.11.22.01,fa=HP-UX_B.11.22_IA,v=HP: 3462318207 1211 /opt/graphics/OpenGL/demos/chess/Makefile64 Graphics3D.OPENGL-DK,fr=B.11.22.01,fa=HP-UX_B.11.22_IA,v=HP: 3467384323 6272 /opt/graphics/OpenGL/demos/chess/PolyMesh.C Graphics3D.OPENGL-DK,fr=B.11.22.01,fa=HP-UX_B.11.22_IA,v=HP: 679034065 1352 /opt/graphics/OpenGL/demos/chess/PolyMesh.H Graphics3D.OPENGL-DK,fr=B.11.22.01,fa=HP-UX_B.11.22_IA,v=HP: 1072295849 4282 /opt/graphics/OpenGL/demos/chess/README Graphics3D.OPENGL-DK,fr=B.11.22.01,fa=HP-UX_B.11.22_IA,v=HP: 1053005182 15115 /opt/graphics/OpenGL/demos/chess/ Utilities.C Graphics3D.OPENGL-DK,fr=B.11.22.01,fa=HP-UX_B.11.22_IA,v=HP: 556792402 15251 /opt/graphics/OpenGL/demos/chess/Utilities.H Graphics3D.OPENGL-DK,fr=B.11.22.01,fa=HP-UX_B.11.22_IA,v=HP: 2314723361 14548 /opt/graphics/OpenGL/demos/chess/Window.C Graphics3D.OPENGL-DK,fr=B.11.22.01,fa=HP-UX_B.11.22_IA,v=HP: 109664911 3244 /opt/graphics/OpenGL/demos/chess/Window.H Graphics3D.OPENGL-DK,fr=B.11.22.01,fa=HP-UX_B.11.22_IA,v=HP: 1988598242 28672 /opt/graphics/OpenGL/demos/chess/ chess.uid-32 Graphics3D.OPENGL-DK,fr=B.11.22.01,fa=HP-UX_B.11.22_IA,v=HP: 445068353 32768 /opt/graphics/OpenGL/demos/chess/ chess.uid-64 Graphics3D.OPENGL-DK,fr=B.11.22.01,fa=HP-UX_B.11.22_IA,v=HP: 2766328603 19429 /opt/graphics/OpenGL/demos/chess/chess.uil Graphics3D.OPENGL-DK,fr=B.11.22.01,fa=HP-UX_B.11.22_IA,v=HP: 739186593 1761800 /opt/graphics/OpenGL/demos/chess/crafty Graphics3D.OPENGL-DK,fr=B.11.22.01,fa=HP-UX_B.11.22_IA,v=HP: 2430593886 10414 /opt/graphics/OpenGL/demos/chess/main.C Graphics3D.OPENGL-DK,fr=B.11.22.01,fa=HP-UX_B.11.22_IA,v=HP: 26828799 9700 /opt/graphics/OpenGL/demos/chess/xboard.h Graphics3D.OPENGL-DK,fr=B.11.22.01,fa=HP-UX_B.11.22_IA,v=HP: 2628152341 861 /opt/graphics/OpenGL/demos/occlusion_cull/ Makefile32 Graphics3D.OPENGL-DK,fr=B.11.22.01,fa=HP-UX_B.11.22_IA,v=HP: 1739402057 888 /opt/graphics/OpenGL/demos/occlusion_cull/ Makefile64 Graphics3D.OPENGL-DK,fr=B.11.22.01,fa=HP-UX_B.11.22_IA,v=HP: 1189015900 4721 /opt/graphics/OpenGL/demos/occlusion_cull/ README Graphics3D.OPENGL-DK,fr=B.11.22.01,fa=HP-UX_B.11.22_IA,v=HP: 3630975248 21158 /opt/graphics/OpenGL/demos/occlusion_cull/ ocComplex.c Graphics3D.OPENGL-DK,fr=B.11.22.01,fa=HP-UX_B.11.22_IA,v=HP: 2610765088 544 /opt/graphics/OpenGL/demos/occlusion_cull/ ocDemo.h Graphics3D.OPENGL-DK,fr=B.11.22.01,fa=HP-UX_B.11.22_IA,v=HP: 3799072361 13663 /opt/graphics/OpenGL/demos/occlusion_cull/ ocSimple.c Graphics3D.OPENGL-DK,fr=B.11.22.01,fa=HP-UX_B.11.22_IA,v=HP: 1929283584 2419155 /opt/graphics/OpenGL/demos/ occlusion_cull/screwdriver.gz Graphics3D.OPENGL-DK,fr=B.11.22.01,fa=HP-UX_B.11.22_IA,v=HP: 2494203430 8460 /opt/graphics/OpenGL/demos/occlusion_cull/ trackball.c Graphics3D.OPENGL-DK,fr=B.11.22.01,fa=HP-UX_B.11.22_IA,v=HP: 1351048989 3244 /opt/graphics/OpenGL/demos/occlusion_cull/ trackball.h Graphics3D.OPENGL-DK,fr=B.11.22.01,fa=HP-UX_B.11.22_IA,v=HP: 1489340470 492 /opt/graphics/OpenGL/demos/stereo/Makefile32 Graphics3D.OPENGL-DK,fr=B.11.22.01,fa=HP-UX_B.11.22_IA,v=HP: 3978424506 513 /opt/graphics/OpenGL/demos/stereo/Makefile64 Graphics3D.OPENGL-DK,fr=B.11.22.01,fa=HP-UX_B.11.22_IA,v=HP: 791142934 2045 /opt/graphics/OpenGL/demos/stereo/README Graphics3D.OPENGL-DK,fr=B.11.22.01,fa=HP-UX_B.11.22_IA,v=HP: 529413420 15809 /opt/graphics/OpenGL/demos/stereo/ simple_stereo.c Graphics3D.OPENGL-DK,fr=B.11.22.01,fa=HP-UX_B.11.22_IA,v=HP: 3487859552 537 /opt/graphics/OpenGL/demos/threads/Makefile32 Graphics3D.OPENGL-DK,fr=B.11.22.01,fa=HP-UX_B.11.22_IA,v=HP: 1976201284 565 /opt/graphics/OpenGL/demos/threads/Makefile64 Graphics3D.OPENGL-DK,fr=B.11.22.01,fa=HP-UX_B.11.22_IA,v=HP: 2749294186 586 /opt/graphics/OpenGL/demos/threads/README Graphics3D.OPENGL-DK,fr=B.11.22.01,fa=HP-UX_B.11.22_IA,v=HP: 2492375089 13982 /opt/graphics/OpenGL/demos/threads/ threads.c Graphics3D.OPENGL-DK,fr=B.11.22.01,fa=HP-UX_B.11.22_IA,v=HP: 3079492775 12209 /opt/graphics/OpenGL/demos/threads/ threads_utls.c Graphics3D.OPENGL-DK,fr=B.11.22.01,fa=HP-UX_B.11.22_IA,v=HP: 2005131831 1644 /opt/graphics/OpenGL/demos/threads/ threads_utls.h Graphics3D.OPENGL-DK,fr=B.11.22.01,fa=HP-UX_B.11.22_IA,v=HP: 2957889682 16384 /opt/graphics/OpenGL/demos/verify.uid-32 Graphics3D.OPENGL-DK,fr=B.11.22.01,fa=HP-UX_B.11.22_IA,v=HP: 464108117 20480 /opt/graphics/OpenGL/demos/verify.uid-64 Graphics3D.OPENGL-DK,fr=B.11.22.01,fa=HP-UX_B.11.22_IA,v=HP: 1413350658 1092 /opt/graphics/OpenGL/demos/verify_install-32 Graphics3D.OPENGL-DK,fr=B.11.22.01,fa=HP-UX_B.11.22_IA,v=HP: 2506028269 1092 /opt/graphics/OpenGL/demos/verify_install-64 Graphics3D.OPENGL-DK,fr=B.11.22.01,fa=HP-UX_B.11.22_IA,v=HP: 2821039577 1069832 /opt/graphics/OpenGL/demos/ verify_viewer-32 Graphics3D.OPENGL-DK,fr=B.11.22.01,fa=HP-UX_B.11.22_IA,v=HP: 268690458 1095848 /opt/graphics/OpenGL/demos/ verify_viewer-64 Graphics3D.OPENGL-DK,fr=B.11.22.01,fa=HP-UX_B.11.22_IA,v=HP: 2771543247 163 /opt/graphics/OpenGL/doc/Web/README Graphics3D.OPENGL-DK,fr=B.11.22.01,fa=HP-UX_B.11.22_IA,v=HP: 2421297979 75453 /opt/graphics/OpenGL/include/GL/gl.h Graphics3D.OPENGL-DK,fr=B.11.22.01,fa=HP-UX_B.11.22_IA,v=HP: 1935207822 49244 /opt/graphics/OpenGL/include/GL/glHpInt.h Graphics3D.OPENGL-DK,fr=B.11.22.01,fa=HP-UX_B.11.22_IA,v=HP: 1479096905 12288 /opt/graphics/OpenGL/include/GL/glu.h Graphics3D.OPENGL-DK,fr=B.11.22.01,fa=HP-UX_B.11.22_IA,v=HP: 2885849768 2776 /opt/graphics/OpenGL/include/GL/glx.h Graphics3D.OPENGL-DK,fr=B.11.22.01,fa=HP-UX_B.11.22_IA,v=HP: 1525530204 1269 /opt/graphics/OpenGL/include/GL/glxmd.h Graphics3D.OPENGL-DK,fr=B.11.22.01,fa=HP-UX_B.11.22_IA,v=HP: 883043187 46179 /opt/graphics/OpenGL/include/GL/glxproto.h Graphics3D.OPENGL-DK,fr=B.11.22.01,fa=HP-UX_B.11.22_IA,v=HP: 504919783 4191 /opt/graphics/OpenGL/include/GL/glxtokens.h Graphics3D.OPENGL-DK,fr=B.11.22.01,fa=HP-UX_B.11.22_IA,v=HP: 1885500870 4813 /opt/graphics/OpenGL/include/GL/GLwDrawA.h Graphics3D.OPENGL-DK,fr=B.11.22.01,fa=HP-UX_B.11.22_IA,v=HP: 4183043495 2022 /opt/graphics/OpenGL/include/GL/GLwDrawAP.h Graphics3D.OPENGL-DK,fr=B.11.22.01,fa=HP-UX_B.11.22_IA,v=HP: 2845345825 71 /opt/graphics/OpenGL/include/GL/GLwMDrawA.h Graphics3D.OPENGL-DK,fr=B.11.22.01,fa=HP-UX_B.11.22_IA,v=HP: 738532091 72 /opt/graphics/OpenGL/include/GL/GLwMDrawAP.h Graphics3D.OPENGL-DK,fr=B.11.22.01,fa=HP-UX_B.11.22_IA,v=HP: 82712579 57362 /opt/graphics/OpenGL/lib/hpux32/libGLw.a Graphics3D.OPENGL-DK,fr=B.11.22.01,fa=HP-UX_B.11.22_IA,v=HP: 750937989 72426 /opt/graphics/OpenGL/lib/hpux64/libGLw.a Graphics3D.OPENGL-RUN,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: 2505314292 650280 /opt/graphics/OpenGL/lbin/ogld Graphics3D.OPENGL-RUN,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: 2732038855 296572 /opt/graphics/OpenGL/lib/hpux32/libGL.so.2 Graphics3D.OPENGL-RUN,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: 1541930487 988440 /opt/graphics/OpenGL/lib/hpux32/ libGLU.so.2 Graphics3D.OPENGL-RUN,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: 1372646630 6633180 /opt/graphics/OpenGL/lib/hpux32/ libHpGL.so.2 Graphics3D.OPENGL-RUN,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: 3720650340 608372 /opt/graphics/OpenGL/lib/hpux32/ libXfGL.so.2 Graphics3D.OPENGL-RUN,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: 2908751401 12243780 /opt/graphics/OpenGL/lib/hpux32/ libddfgl.so.2 Graphics3D.OPENGL-RUN,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: 321507234 3101360 /opt/graphics/OpenGL/lib/hpux32/ libddvmd.so.2 Graphics3D.OPENGL-RUN,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: 3035054215 7748 /opt/graphics/OpenGL/lib/hpux32/ libogltls.so.2 Graphics3D.OPENGL-RUN,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: 2732038855 296572 /opt/graphics/OpenGL/lib/hpux32/libGL.so Graphics3D.OPENGL-RUN,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: 1541930487 988440 /opt/graphics/OpenGL/lib/hpux32/libGLU.so Graphics3D.OPENGL-RUN,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: 3035054215 7748 /opt/graphics/OpenGL/lib/hpux32/libogltls.so Graphics3D.OPENGL-RUN,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: 150011132 348008 /opt/graphics/OpenGL/lib/hpux64/libGL.so.2 Graphics3D.OPENGL-RUN,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: 825837860 1033720 /opt/graphics/OpenGL/lib/hpux64/ libGLU.so.2 Graphics3D.OPENGL-RUN,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: 3517464481 6598840 /opt/graphics/OpenGL/lib/hpux64/ libHpGL.so.2 Graphics3D.OPENGL-RUN,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: 3292114574 635200 /opt/graphics/OpenGL/lib/hpux64/ libXfGL.so.2 Graphics3D.OPENGL-RUN,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: 3469298821 12298864 /opt/graphics/OpenGL/lib/hpux64/ libddfgl.so.2 Graphics3D.OPENGL-RUN,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: 2908889409 3122936 /opt/graphics/OpenGL/lib/hpux64/ libddvmd.so.2 Graphics3D.OPENGL-RUN,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: 1478165808 8768 /opt/graphics/OpenGL/lib/hpux64/ libogltls.so.2 Graphics3D.OPENGL-RUN,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: 150011132 348008 /opt/graphics/OpenGL/lib/hpux64/libGL.so Graphics3D.OPENGL-RUN,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: 825837860 1033720 /opt/graphics/OpenGL/lib/hpux64/libGLU.so Graphics3D.OPENGL-RUN,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: 1478165808 8768 /opt/graphics/OpenGL/lib/hpux64/libogltls.so Graphics3D.OPENGL-RUN,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: 366412750 2168 /opt/graphics/OpenGL/lib/nls/msg/C/glu.cat Graphics3D.OPENGL-RUN,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: 366412750 2168 /opt/graphics/OpenGL/lib/nls/msg/ en_US.roman8/glu.cat Graphics3D.OPENGL-RUN,fr=B.11.22.01,fa=HP-UX_B.11.22_IA, v=HP: 375778698 9947 /opt/graphics/OpenGL/ReleaseNotes Patch Conflicts: None Patch Dependencies: s700: 11.22: PHSS_26650 s800: 11.22: PHSS_26650 Hardware Dependencies: None Other Dependencies: None Supersedes: PHSS_25292 PHSS_26626 Equivalent Patches: None Patch Package Size: 100350 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_26651 5. Run swinstall to install the patch: swinstall -x autoreboot=true -x patch_match_target=true \ -s /tmp/PHSS_26651.depot By default swinstall will archive the original software in /var/adm/sw/save/PHSS_26651. If you do not wish to retain a copy of the original software, include the patch_save_files option in the swinstall command above: -x patch_save_files=false WARNING: If patch_save_files is false when a patch is installed, the patch cannot be deinstalled. Please be careful when using this feature. For future reference, the contents of the PHSS_26651.text file is available in the product readme: swlist -l product -a readme -d @ /tmp/PHSS_26651.depot To put this patch on a magnetic tape and install from the tape drive, use the command: dd if=/tmp/PHSS_26651.depot of=/dev/rmt/0m bs=2k Special Installation Instructions: None