<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    you ran out of memory.<br>
    <br>
    You may need more than 1 node, and a parallel file format.<br>
    <br>
    You mentioned that you had a grid of 500 x 500 points. You could
    save a lot of memory by using vtkImageData, vtkRectilinearMesh or
    vtkStructuredGrid if your data is amenable to one of those.<br>
    <br>
    <br>
    <div class="moz-cite-prefix">On 06/11/2015 10:52 AM, Jeff Becker
      wrote:<br>
    </div>
    <blockquote cite="mid:5579CAE0.9030403@nasa.gov" type="cite">
      <meta content="text/html; charset=windows-1252"
        http-equiv="Content-Type">
      <div class="moz-cite-prefix">On 06/10/2015 02:15 PM, Jeff Becker
        wrote:<br>
      </div>
      <blockquote cite="mid:5578A8E4.90703@nasa.gov" type="cite">
        <meta http-equiv="Content-Type" content="text/html;
          charset=windows-1252">
        <div class="moz-cite-prefix">On 06/10/2015 12:03 PM, David E
          DeMarle wrote:<br>
        </div>
        <blockquote
cite="mid:CANjZAi-GVsCFA9ogUwO-xxfn=KJY1dp4w4N79gQi8RJ_q7ELug@mail.gmail.com"
          type="cite">
          <div dir="ltr">Probably the content isn't amenable to volume
            rendering. To be so, the unstructured grid has to have
            volumetric cells in it (tets, voxels, etc). If it just has
            polys or lines or points in it, they won't appear. You'll
            have to resample of splat onto the data onto a volumetric
            grid in that case.</div>
        </blockquote>
        <br>
        That's it! I created an unstructured grid of points from a data
        file using VTK. I'll see about resampling to volumetric grid.
        Thanks.<br>
        <br>
      </blockquote>
      <br>
      After opening my file, and hitting apply to get it on the screen,I
      tried using ParaView's Delaunay 3D filter, and got the following:<br>
      <br>
      $ mpirun -np 1 /usr/bin/env DISPLAY=:0
      /u/jcbecker/ParaView-4.3.1-Linux-64bit/bin/pvserver
      --client-host=pfe23 --use-offscreen-rendering<br>
      Waiting for client...<br>
      Connection URL: cs://maia34:11111<br>
      Accepting connection(s): maia34:11111<br>
      Client connected.<br>
      terminate called after throwing an instance of 'St9bad_alloc'<br>
        what():  std::bad_alloc<br>
      <br>
      This server has 64GB memory. Output from glxinfo is below:<br>
      <br>
      name of display: :0.0<br>
      display: :0  screen: 0<br>
      direct rendering: Yes<br>
      server glx vendor string: NVIDIA Corporation<br>
      server glx version string: 1.4<br>
      server glx extensions:<br>
          GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_SGIX_fbconfig,<br>
          GLX_SGIX_pbuffer, GLX_SGI_video_sync, GLX_SGI_swap_control,<br>
          GLX_EXT_swap_control, GLX_EXT_swap_control_tear,<br>
          GLX_EXT_texture_from_pixmap, GLX_EXT_buffer_age,
      GLX_ARB_create_context,<br>
          GLX_ARB_create_context_profile,
      GLX_EXT_create_context_es_profile,<br>
          GLX_EXT_create_context_es2_profile,
      GLX_ARB_create_context_robustness,<br>
          GLX_NV_delay_before_swap, GLX_EXT_stereo_tree,
      GLX_ARB_multisample,<br>
          GLX_NV_float_buffer, GLX_ARB_fbconfig_float,
      GLX_EXT_framebuffer_sRGB,<br>
          GLX_NV_multisample_coverage<br>
      client glx vendor string: NVIDIA Corporation<br>
      client glx version string: 1.4<br>
      client glx extensions:<br>
          GLX_ARB_get_proc_address, GLX_ARB_multisample,
      GLX_EXT_visual_info,<br>
          GLX_EXT_visual_rating, GLX_EXT_import_context,
      GLX_SGI_video_sync,<br>
          GLX_NV_swap_group, GLX_NV_video_out, GLX_SGIX_fbconfig,
      GLX_SGIX_pbuffer,<br>
          GLX_SGI_swap_control, GLX_EXT_swap_control,
      GLX_EXT_swap_control_tear,<br>
          GLX_EXT_buffer_age, GLX_ARB_create_context,<br>
          GLX_ARB_create_context_profile, GLX_NV_float_buffer,<br>
          GLX_ARB_fbconfig_float, GLX_EXT_fbconfig_packed_float,<br>
          GLX_EXT_texture_from_pixmap, GLX_EXT_framebuffer_sRGB,<br>
          GLX_NV_present_video, GLX_NV_copy_image,
      GLX_NV_multisample_coverage,<br>
          GLX_NV_video_capture, GLX_EXT_create_context_es_profile,<br>
          GLX_EXT_create_context_es2_profile,
      GLX_ARB_create_context_robustness,<br>
          GLX_NV_delay_before_swap, GLX_EXT_stereo_tree<br>
      GLX extensions:<br>
          GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_SGIX_fbconfig,<br>
          GLX_SGIX_pbuffer, GLX_SGI_video_sync, GLX_SGI_swap_control,<br>
          GLX_EXT_swap_control, GLX_EXT_swap_control_tear,<br>
          GLX_EXT_texture_from_pixmap, GLX_EXT_buffer_age,
      GLX_ARB_create_context,<br>
          GLX_ARB_create_context_profile,
      GLX_EXT_create_context_es_profile,<br>
          GLX_EXT_create_context_es2_profile,
      GLX_ARB_create_context_robustness,<br>
          GLX_NV_delay_before_swap, GLX_EXT_stereo_tree,
      GLX_ARB_multisample,<br>
          GLX_NV_float_buffer, GLX_ARB_fbconfig_float,
      GLX_EXT_framebuffer_sRGB,<br>
          GLX_NV_multisample_coverage, GLX_ARB_get_proc_address<br>
      OpenGL vendor string: NVIDIA Corporation<br>
      OpenGL renderer string: Tesla K40m/PCIe/SSE2<br>
      OpenGL version string: 4.4.0 NVIDIA 340.65<br>
      OpenGL extensions:<br>
          GL_AMD_multi_draw_indirect,
      GL_AMD_seamless_cubemap_per_texture,<br>
          GL_ARB_arrays_of_arrays, GL_ARB_base_instance,
      GL_ARB_bindless_texture,<br>
          GL_ARB_blend_func_extended, GL_ARB_buffer_storage,<br>
          GL_ARB_clear_buffer_object, GL_ARB_clear_texture,<br>
          GL_ARB_color_buffer_float, GL_ARB_compatibility,<br>
          GL_ARB_compressed_texture_pixel_storage,
      GL_ARB_conservative_depth,<br>
          GL_ARB_compute_shader, GL_ARB_compute_variable_group_size,<br>
          GL_ARB_copy_buffer, GL_ARB_copy_image, GL_ARB_debug_output,<br>
          GL_ARB_depth_buffer_float, GL_ARB_depth_clamp,
      GL_ARB_depth_texture,<br>
          GL_ARB_draw_buffers, GL_ARB_draw_buffers_blend,
      GL_ARB_draw_indirect,<br>
          GL_ARB_draw_elements_base_vertex, GL_ARB_draw_instanced,<br>
          GL_ARB_enhanced_layouts, GL_ARB_ES2_compatibility,<br>
          GL_ARB_ES3_compatibility, GL_ARB_explicit_attrib_location,<br>
          GL_ARB_explicit_uniform_location,
      GL_ARB_fragment_coord_conventions,<br>
          GL_ARB_fragment_layer_viewport, GL_ARB_fragment_program,<br>
          GL_ARB_fragment_program_shadow, GL_ARB_fragment_shader,<br>
          GL_ARB_framebuffer_no_attachments, GL_ARB_framebuffer_object,<br>
          GL_ARB_framebuffer_sRGB, GL_ARB_geometry_shader4,<br>
          GL_ARB_get_program_binary, GL_ARB_gpu_shader5,
      GL_ARB_gpu_shader_fp64,<br>
          GL_ARB_half_float_pixel, GL_ARB_half_float_vertex,
      GL_ARB_imaging,<br>
          GL_ARB_indirect_parameters, GL_ARB_instanced_arrays,<br>
          GL_ARB_internalformat_query, GL_ARB_internalformat_query2,<br>
          GL_ARB_invalidate_subdata, GL_ARB_map_buffer_alignment,<br>
          GL_ARB_map_buffer_range, GL_ARB_multi_bind,
      GL_ARB_multi_draw_indirect,<br>
          GL_ARB_multisample, GL_ARB_multitexture,
      GL_ARB_occlusion_query,<br>
          GL_ARB_occlusion_query2, GL_ARB_pixel_buffer_object,<br>
          GL_ARB_point_parameters, GL_ARB_point_sprite,<br>
          GL_ARB_program_interface_query, GL_ARB_provoking_vertex,<br>
          GL_ARB_robust_buffer_access_behavior, GL_ARB_robustness,<br>
          GL_ARB_sample_shading, GL_ARB_sampler_objects,
      GL_ARB_seamless_cube_map,<br>
          GL_ARB_seamless_cubemap_per_texture,
      GL_ARB_separate_shader_objects,<br>
          GL_ARB_shader_atomic_counters, GL_ARB_shader_bit_encoding,<br>
          GL_ARB_shader_draw_parameters, GL_ARB_shader_group_vote,<br>
          GL_ARB_shader_image_load_store, GL_ARB_shader_image_size,<br>
          GL_ARB_shader_objects, GL_ARB_shader_precision,<br>
          GL_ARB_query_buffer_object,
      GL_ARB_shader_storage_buffer_object,<br>
          GL_ARB_shader_subroutine, GL_ARB_shader_texture_lod,<br>
          GL_ARB_shading_language_100, GL_ARB_shading_language_420pack,<br>
          GL_ARB_shading_language_include,
      GL_ARB_shading_language_packing,<br>
          GL_ARB_shadow, GL_ARB_sparse_texture,
      GL_ARB_stencil_texturing,<br>
          GL_ARB_sync, GL_ARB_tessellation_shader,
      GL_ARB_texture_border_clamp,<br>
          GL_ARB_texture_buffer_object,
      GL_ARB_texture_buffer_object_rgb32,<br>
          GL_ARB_texture_buffer_range, GL_ARB_texture_compression,<br>
          GL_ARB_texture_compression_bptc,
      GL_ARB_texture_compression_rgtc,<br>
          GL_ARB_texture_cube_map, GL_ARB_texture_cube_map_array,<br>
          GL_ARB_texture_env_add, GL_ARB_texture_env_combine,<br>
          GL_ARB_texture_env_crossbar, GL_ARB_texture_env_dot3,<br>
          GL_ARB_texture_float, GL_ARB_texture_gather,<br>
          GL_ARB_texture_mirror_clamp_to_edge,
      GL_ARB_texture_mirrored_repeat,<br>
          GL_ARB_texture_multisample, GL_ARB_texture_non_power_of_two,<br>
          GL_ARB_texture_query_levels, GL_ARB_texture_query_lod,<br>
          GL_ARB_texture_rectangle, GL_ARB_texture_rg,
      GL_ARB_texture_rgb10_a2ui,<br>
          GL_ARB_texture_stencil8, GL_ARB_texture_storage,<br>
          GL_ARB_texture_storage_multisample, GL_ARB_texture_swizzle,<br>
          GL_ARB_texture_view, GL_ARB_timer_query,
      GL_ARB_transform_feedback2,<br>
          GL_ARB_transform_feedback3,
      GL_ARB_transform_feedback_instanced,<br>
          GL_ARB_transpose_matrix, GL_ARB_uniform_buffer_object,<br>
          GL_ARB_vertex_array_bgra, GL_ARB_vertex_array_object,<br>
          GL_ARB_vertex_attrib_64bit, GL_ARB_vertex_attrib_binding,<br>
          GL_ARB_vertex_buffer_object, GL_ARB_vertex_program,
      GL_ARB_vertex_shader,<br>
          GL_ARB_vertex_type_10f_11f_11f_rev,
      GL_ARB_vertex_type_2_10_10_10_rev,<br>
          GL_ARB_viewport_array, GL_ARB_window_pos, GL_ATI_draw_buffers,<br>
          GL_ATI_texture_float, GL_ATI_texture_mirror_once, GL_S3_s3tc,<br>
          GL_EXT_texture_env_add, GL_EXT_abgr, GL_EXT_bgra,<br>
          GL_EXT_bindable_uniform, GL_EXT_blend_color,<br>
          GL_EXT_blend_equation_separate, GL_EXT_blend_func_separate,<br>
          GL_EXT_blend_minmax, GL_EXT_blend_subtract,
      GL_EXT_compiled_vertex_array,<br>
          GL_EXT_Cg_shader, GL_EXT_depth_bounds_test,
      GL_EXT_direct_state_access,<br>
          GL_EXT_draw_buffers2, GL_EXT_draw_instanced,
      GL_EXT_draw_range_elements,<br>
          GL_EXT_fog_coord, GL_EXT_framebuffer_blit,
      GL_EXT_framebuffer_multisample,<br>
          GL_EXTX_framebuffer_mixed_formats,<br>
          GL_EXT_framebuffer_multisample_blit_scaled,
      GL_EXT_framebuffer_object,<br>
          GL_EXT_framebuffer_sRGB, GL_EXT_geometry_shader4,<br>
          GL_EXT_gpu_program_parameters, GL_EXT_gpu_shader4,<br>
          GL_EXT_multi_draw_arrays, GL_EXT_packed_depth_stencil,<br>
          GL_EXT_packed_float, GL_EXT_packed_pixels,
      GL_EXT_pixel_buffer_object,<br>
          GL_EXT_point_parameters, GL_EXT_provoking_vertex,
      GL_EXT_rescale_normal,<br>
          GL_EXT_secondary_color, GL_EXT_separate_shader_objects,<br>
          GL_EXT_separate_specular_color,
      GL_EXT_shader_image_load_store,<br>
          GL_EXT_shader_integer_mix, GL_EXT_shadow_funcs,
      GL_EXT_stencil_two_side,<br>
          GL_EXT_stencil_wrap, GL_EXT_texture3D, GL_EXT_texture_array,<br>
          GL_EXT_texture_buffer_object, GL_EXT_texture_compression_dxt1,<br>
          GL_EXT_texture_compression_latc,
      GL_EXT_texture_compression_rgtc,<br>
          GL_EXT_texture_compression_s3tc, GL_EXT_texture_cube_map,<br>
          GL_EXT_texture_edge_clamp, GL_EXT_texture_env_combine,<br>
          GL_EXT_texture_env_dot3, GL_EXT_texture_filter_anisotropic,<br>
          GL_EXT_texture_integer, GL_EXT_texture_lod,
      GL_EXT_texture_lod_bias,<br>
          GL_EXT_texture_mirror_clamp, GL_EXT_texture_object,<br>
          GL_EXT_texture_shared_exponent, GL_EXT_texture_sRGB,<br>
          GL_EXT_texture_sRGB_decode, GL_EXT_texture_storage,<br>
          GL_EXT_texture_swizzle, GL_EXT_timer_query,
      GL_EXT_transform_feedback2,<br>
          GL_EXT_vertex_array, GL_EXT_vertex_array_bgra,
      GL_EXT_vertex_attrib_64bit,<br>
          GL_EXT_x11_sync_object, GL_EXT_import_sync_object,
      GL_IBM_rasterpos_clip,<br>
          GL_IBM_texture_mirrored_repeat, GL_KHR_debug,
      GL_KTX_buffer_region,<br>
          GL_NV_bindless_multi_draw_indirect,<br>
          GL_NV_bindless_multi_draw_indirect_count,
      GL_NV_bindless_texture,<br>
          GL_NV_blend_equation_advanced, GL_NV_blend_square,
      GL_NV_compute_program5,<br>
          GL_NV_conditional_render, GL_NV_copy_depth_to_color,
      GL_NV_copy_image,<br>
          GL_NV_depth_buffer_float, GL_NV_depth_clamp,
      GL_NV_draw_texture,<br>
          GL_NV_ES1_1_compatibility, GL_NV_ES3_1_compatibility,<br>
          GL_NV_explicit_multisample, GL_NV_fence, GL_NV_float_buffer,<br>
          GL_NV_fog_distance, GL_NV_fragment_program,
      GL_NV_fragment_program_option,<br>
          GL_NV_fragment_program2,
      GL_NV_framebuffer_multisample_coverage,<br>
          GL_NV_geometry_shader4, GL_NV_gpu_program4,
      GL_NV_gpu_program4_1,<br>
          GL_NV_gpu_program5, GL_NV_gpu_program5_mem_extended,<br>
          GL_NV_gpu_program_fp64, GL_NV_gpu_shader5, GL_NV_half_float,<br>
          GL_NV_light_max_exponent, GL_NV_multisample_coverage,<br>
          GL_NV_multisample_filter_hint, GL_NV_occlusion_query,<br>
          GL_NV_packed_depth_stencil, GL_NV_parameter_buffer_object,<br>
          GL_NV_parameter_buffer_object2, GL_NV_path_rendering,<br>
          GL_NV_pixel_data_range, GL_NV_point_sprite,
      GL_NV_primitive_restart,<br>
          GL_NV_register_combiners, GL_NV_register_combiners2,<br>
          GL_NV_shader_atomic_counters, GL_NV_shader_atomic_float,<br>
          GL_NV_shader_atomic_int64, GL_NV_shader_buffer_load,<br>
          GL_NV_shader_storage_buffer_object, GL_NV_texgen_reflection,<br>
          GL_NV_texture_barrier, GL_NV_texture_compression_vtc,<br>
          GL_NV_texture_env_combine4, GL_NV_texture_expand_normal,<br>
          GL_NV_texture_multisample, GL_NV_texture_rectangle,
      GL_NV_texture_shader,<br>
          GL_NV_texture_shader2, GL_NV_texture_shader3,
      GL_NV_transform_feedback,<br>
          GL_NV_transform_feedback2, GL_NV_vdpau_interop,
      GL_NV_vertex_array_range,<br>
          GL_NV_vertex_array_range2, GL_NV_vertex_attrib_integer_64bit,<br>
          GL_NV_vertex_buffer_unified_memory, GL_NV_vertex_program,<br>
          GL_NV_vertex_program1_1, GL_NV_vertex_program2,<br>
          GL_NV_vertex_program2_option, GL_NV_vertex_program3,<br>
          GL_NVX_conditional_render, GL_NVX_gpu_memory_info,
      GL_NVX_nvenc_interop,<br>
          GL_NV_shader_thread_group, GL_NV_shader_thread_shuffle,<br>
          GL_KHR_blend_equation_advanced, GL_SGIS_generate_mipmap,<br>
          GL_SGIS_texture_lod, GL_SGIX_depth_texture, GL_SGIX_shadow,<br>
          GL_SUN_slice_accum<br>
      glu version: 1.3<br>
      glu extensions:<br>
          GLU_EXT_nurbs_tessellator, GLU_EXT_object_space_tess<br>
      <br>
         visual  x  bf lv rg d st colorbuffer ax dp st accumbuffer  ms 
      cav<br>
       id dep cl sp sz l  ci b ro  r  g  b  a bf th cl  r  g  b  a ns b
      eat<br>
----------------------------------------------------------------------<br>
      0x21 24 tc  0 24  0 r  y  .  8  8  8  0  4 24  8 16 16 16 16  0 0
      None<br>
      0x22 24 dc  0 24  0 r  y  .  8  8  8  0  4 24  8 16 16 16 16  0 0
      None<br>
      0x24 24 tc  0 32  0 r  y  .  8  8  8  8  4 24  8 16 16 16 16  0 0
      None<br>
      0x25 24 tc  0 24  0 r  .  .  8  8  8  0  4 24  8 16 16 16 16  0 0
      None<br>
      0x26 24 tc  0 32  0 r  .  .  8  8  8  8  4 24  8 16 16 16 16  0 0
      None<br>
      0x27 24 tc  0 24  0 r  y  .  8  8  8  0  4 24  0 16 16 16 16  0 0
      None<br>
      0x28 24 tc  0 32  0 r  y  .  8  8  8  8  4 24  0 16 16 16 16  0 0
      None<br>
      0x29 24 tc  0 24  0 r  .  .  8  8  8  0  4 24  0 16 16 16 16  0 0
      None<br>
      0x2a 24 tc  0 32  0 r  .  .  8  8  8  8  4 24  0 16 16 16 16  0 0
      None<br>
      0x2b 24 tc  0 24  0 r  y  .  8  8  8  0  4  0  0 16 16 16 16  0 0
      None<br>
      0x2c 24 tc  0 32  0 r  y  .  8  8  8  8  4  0  0 16 16 16 16  0 0
      None<br>
      0x2d 24 tc  0 24  0 r  .  .  8  8  8  0  4  0  0 16 16 16 16  0 0
      None<br>
      0x2e 24 tc  0 32  0 r  .  .  8  8  8  8  4  0  0 16 16 16 16  0 0
      None<br>
      0x2f 24 tc  0 24  0 r  y  .  8  8  8  0  4 24  0 16 16 16 16  2 1
      Ncon<br>
      0x30 24 tc  0 32  0 r  y  .  8  8  8  8  4 24  0 16 16 16 16  2 1
      Ncon<br>
      0x31 24 tc  0 24  0 r  y  .  8  8  8  0  4 24  0 16 16 16 16  4 1
      Ncon<br>
      0x32 24 tc  0 32  0 r  y  .  8  8  8  8  4 24  0 16 16 16 16  4 1
      Ncon<br>
      0x33 24 tc  0 24  0 r  .  .  8  8  8  0  4 24  0 16 16 16 16  2 1
      Ncon<br>
      0x34 24 tc  0 32  0 r  .  .  8  8  8  8  4 24  0 16 16 16 16  2 1
      Ncon<br>
      0x35 24 tc  0 24  0 r  .  .  8  8  8  0  4 24  0 16 16 16 16  4 1
      Ncon<br>
      0x36 24 tc  0 32  0 r  .  .  8  8  8  8  4 24  0 16 16 16 16  4 1
      Ncon<br>
      0x37 24 tc  0 24  0 r  y  .  8  8  8  0  4 24  8 16 16 16 16  2 1
      Ncon<br>
      0x38 24 tc  0 32  0 r  y  .  8  8  8  8  4 24  8 16 16 16 16  2 1
      Ncon<br>
      0x39 24 tc  0 24  0 r  y  .  8  8  8  0  4 24  8 16 16 16 16  4 1
      Ncon<br>
      0x3a 24 tc  0 32  0 r  y  .  8  8  8  8  4 24  8 16 16 16 16  4 1
      Ncon<br>
      0x3b 24 tc  0 24  0 r  .  .  8  8  8  0  4 24  8 16 16 16 16  2 1
      Ncon<br>
      0x3c 24 tc  0 32  0 r  .  .  8  8  8  8  4 24  8 16 16 16 16  2 1
      Ncon<br>
      0x3d 24 tc  0 24  0 r  .  .  8  8  8  0  4 24  8 16 16 16 16  4 1
      Ncon<br>
      0x3e 24 tc  0 32  0 r  .  .  8  8  8  8  4 24  8 16 16 16 16  4 1
      Ncon<br>
      0x3f 24 tc  0 24  0 r  y  .  8  8  8  0  4 24  0 16 16 16 16  8 1
      Ncon<br>
      0x40 24 tc  0 32  0 r  y  .  8  8  8  8  4 24  0 16 16 16 16  8 1
      Ncon<br>
      0x41 24 tc  0 24  0 r  y  .  8  8  8  0  4 24  0 16 16 16 16 16 1
      Ncon<br>
      0x42 24 tc  0 32  0 r  y  .  8  8  8  8  4 24  0 16 16 16 16 16 1
      Ncon<br>
      0x43 24 tc  0 24  0 r  .  .  8  8  8  0  4 24  0 16 16 16 16  8 1
      Ncon<br>
      0x44 24 tc  0 32  0 r  .  .  8  8  8  8  4 24  0 16 16 16 16  8 1
      Ncon<br>
      0x45 24 tc  0 24  0 r  .  .  8  8  8  0  4 24  0 16 16 16 16 16 1
      Ncon<br>
      0x46 24 tc  0 32  0 r  .  .  8  8  8  8  4 24  0 16 16 16 16 16 1
      Ncon<br>
      0x47 24 tc  0 24  0 r  y  .  8  8  8  0  4 24  8 16 16 16 16  8 1
      Ncon<br>
      0x48 24 tc  0 32  0 r  y  .  8  8  8  8  4 24  8 16 16 16 16  8 1
      Ncon<br>
      0x49 24 tc  0 24  0 r  y  .  8  8  8  0  4 24  8 16 16 16 16 16 1
      Ncon<br>
      0x4a 24 tc  0 32  0 r  y  .  8  8  8  8  4 24  8 16 16 16 16 16 1
      Ncon<br>
      0x4b 24 tc  0 24  0 r  .  .  8  8  8  0  4 24  8 16 16 16 16  8 1
      Ncon<br>
      0x4c 24 tc  0 32  0 r  .  .  8  8  8  8  4 24  8 16 16 16 16  8 1
      Ncon<br>
      0x4d 24 tc  0 24  0 r  .  .  8  8  8  0  4 24  8 16 16 16 16 16 1
      Ncon<br>
      0x4e 24 tc  0 32  0 r  .  .  8  8  8  8  4 24  8 16 16 16 16 16 1
      Ncon<br>
      0x4f 24 tc  0 24  0 r  y  .  8  8  8  0  4 24  0 16 16 16 16  8 1
      Ncon<br>
      0x50 24 tc  0 32  0 r  y  .  8  8  8  8  4 24  0 16 16 16 16  8 1
      Ncon<br>
      0x51 24 tc  0 24  0 r  y  .  8  8  8  0  4 24  0 16 16 16 16 16 1
      Ncon<br>
      0x52 24 tc  0 24  0 r  y  .  8  8  8  0  4 24  0 16 16 16 16 16 1
      Ncon<br>
      0x53 24 tc  0 32  0 r  y  .  8  8  8  8  4 24  0 16 16 16 16 16 1
      Ncon<br>
      0x54 24 tc  0 32  0 r  y  .  8  8  8  8  4 24  0 16 16 16 16 16 1
      Ncon<br>
      0x55 24 tc  0 24  0 r  .  .  8  8  8  0  4 24  0 16 16 16 16  8 1
      Ncon<br>
      0x56 24 tc  0 32  0 r  .  .  8  8  8  8  4 24  0 16 16 16 16  8 1
      Ncon<br>
      0x57 24 tc  0 24  0 r  .  .  8  8  8  0  4 24  0 16 16 16 16 16 1
      Ncon<br>
      0x58 24 tc  0 24  0 r  .  .  8  8  8  0  4 24  0 16 16 16 16 16 1
      Ncon<br>
      0x59 24 tc  0 32  0 r  .  .  8  8  8  8  4 24  0 16 16 16 16 16 1
      Ncon<br>
      0x5a 24 tc  0 32  0 r  .  .  8  8  8  8  4 24  0 16 16 16 16 16 1
      Ncon<br>
      0x5b 24 tc  0 24  0 r  y  .  8  8  8  0  4 24  8 16 16 16 16  8 1
      Ncon<br>
      0x5c 24 tc  0 32  0 r  y  .  8  8  8  8  4 24  8 16 16 16 16  8 1
      Ncon<br>
      0x5d 24 tc  0 24  0 r  y  .  8  8  8  0  4 24  8 16 16 16 16 16 1
      Ncon<br>
      0x5e 24 tc  0 24  0 r  y  .  8  8  8  0  4 24  8 16 16 16 16 16 1
      Ncon<br>
      0x5f 24 tc  0 32  0 r  y  .  8  8  8  8  4 24  8 16 16 16 16 16 1
      Ncon<br>
      0x60 24 tc  0 32  0 r  y  .  8  8  8  8  4 24  8 16 16 16 16 16 1
      Ncon<br>
      0x61 24 tc  0 24  0 r  .  .  8  8  8  0  4 24  8 16 16 16 16  8 1
      Ncon<br>
      0x62 24 tc  0 32  0 r  .  .  8  8  8  8  4 24  8 16 16 16 16  8 1
      Ncon<br>
      0x63 24 tc  0 24  0 r  .  .  8  8  8  0  4 24  8 16 16 16 16 16 1
      Ncon<br>
      0x64 24 tc  0 24  0 r  .  .  8  8  8  0  4 24  8 16 16 16 16 16 1
      Ncon<br>
      0x65 24 tc  0 32  0 r  .  .  8  8  8  8  4 24  8 16 16 16 16 16 1
      Ncon<br>
      0x66 24 tc  0 32  0 r  .  .  8  8  8  8  4 24  8 16 16 16 16 16 1
      Ncon<br>
      0x67 24 tc  0 24  0 r  y  .  8  8  8  0  4 24  0 16 16 16 16 32 1
      Ncon<br>
      0x68 24 tc  0 32  0 r  y  .  8  8  8  8  4 24  0 16 16 16 16 32 1
      Ncon<br>
      0x69 24 tc  0 24  0 r  .  .  8  8  8  0  4 24  0 16 16 16 16 32 1
      Ncon<br>
      0x6a 24 tc  0 32  0 r  .  .  8  8  8  8  4 24  0 16 16 16 16 32 1
      Ncon<br>
      0x6b 24 tc  0 24  0 r  y  .  8  8  8  0  4 24  8 16 16 16 16 32 1
      Ncon<br>
      0x6c 24 tc  0 32  0 r  y  .  8  8  8  8  4 24  8 16 16 16 16 32 1
      Ncon<br>
      0x6d 24 tc  0 24  0 r  .  .  8  8  8  0  4 24  8 16 16 16 16 32 1
      Ncon<br>
      0x6e 24 tc  0 32  0 r  .  .  8  8  8  8  4 24  8 16 16 16 16 32 1
      Ncon<br>
      0x6f 24 dc  0 32  0 r  y  .  8  8  8  8  4 24  8 16 16 16 16  0 0
      None<br>
      0x70 24 dc  0 24  0 r  .  .  8  8  8  0  4 24  8 16 16 16 16  0 0
      None<br>
      0x71 24 dc  0 32  0 r  .  .  8  8  8  8  4 24  8 16 16 16 16  0 0
      None<br>
      0x72 24 dc  0 24  0 r  y  .  8  8  8  0  4 24  0 16 16 16 16  0 0
      None<br>
      0x73 24 dc  0 32  0 r  y  .  8  8  8  8  4 24  0 16 16 16 16  0 0
      None<br>
      0x74 24 dc  0 24  0 r  .  .  8  8  8  0  4 24  0 16 16 16 16  0 0
      None<br>
      0x75 24 dc  0 32  0 r  .  .  8  8  8  8  4 24  0 16 16 16 16  0 0
      None<br>
      0x76 24 dc  0 24  0 r  y  .  8  8  8  0  4  0  0 16 16 16 16  0 0
      None<br>
      0x77 24 dc  0 32  0 r  y  .  8  8  8  8  4  0  0 16 16 16 16  0 0
      None<br>
      0x78 24 dc  0 24  0 r  .  .  8  8  8  0  4  0  0 16 16 16 16  0 0
      None<br>
      0x79 24 dc  0 32  0 r  .  .  8  8  8  8  4  0  0 16 16 16 16  0 0
      None<br>
      0x7a 24 dc  0 24  0 r  y  .  8  8  8  0  4 24  0 16 16 16 16  2 1
      Ncon<br>
      0x7b 24 dc  0 32  0 r  y  .  8  8  8  8  4 24  0 16 16 16 16  2 1
      Ncon<br>
      0x7c 24 dc  0 24  0 r  y  .  8  8  8  0  4 24  0 16 16 16 16  4 1
      Ncon<br>
      0x7d 24 dc  0 32  0 r  y  .  8  8  8  8  4 24  0 16 16 16 16  4 1
      Ncon<br>
      0x7e 24 dc  0 24  0 r  .  .  8  8  8  0  4 24  0 16 16 16 16  2 1
      Ncon<br>
      0x7f 24 dc  0 32  0 r  .  .  8  8  8  8  4 24  0 16 16 16 16  2 1
      Ncon<br>
      0x80 24 dc  0 24  0 r  .  .  8  8  8  0  4 24  0 16 16 16 16  4 1
      Ncon<br>
      0x81 24 dc  0 32  0 r  .  .  8  8  8  8  4 24  0 16 16 16 16  4 1
      Ncon<br>
      0x82 24 dc  0 24  0 r  y  .  8  8  8  0  4 24  8 16 16 16 16  2 1
      Ncon<br>
      0x83 24 dc  0 32  0 r  y  .  8  8  8  8  4 24  8 16 16 16 16  2 1
      Ncon<br>
      0x84 24 dc  0 24  0 r  y  .  8  8  8  0  4 24  8 16 16 16 16  4 1
      Ncon<br>
      0x85 24 dc  0 32  0 r  y  .  8  8  8  8  4 24  8 16 16 16 16  4 1
      Ncon<br>
      0x86 24 dc  0 24  0 r  .  .  8  8  8  0  4 24  8 16 16 16 16  2 1
      Ncon<br>
      0x87 24 dc  0 32  0 r  .  .  8  8  8  8  4 24  8 16 16 16 16  2 1
      Ncon<br>
      0x88 24 dc  0 24  0 r  .  .  8  8  8  0  4 24  8 16 16 16 16  4 1
      Ncon<br>
      0x89 24 dc  0 32  0 r  .  .  8  8  8  8  4 24  8 16 16 16 16  4 1
      Ncon<br>
      0x8a 24 dc  0 24  0 r  y  .  8  8  8  0  4 24  0 16 16 16 16  8 1
      Ncon<br>
      0x8b 24 dc  0 32  0 r  y  .  8  8  8  8  4 24  0 16 16 16 16  8 1
      Ncon<br>
      0x8c 24 dc  0 24  0 r  y  .  8  8  8  0  4 24  0 16 16 16 16 16 1
      Ncon<br>
      0x8d 24 dc  0 32  0 r  y  .  8  8  8  8  4 24  0 16 16 16 16 16 1
      Ncon<br>
      0x8e 24 dc  0 24  0 r  .  .  8  8  8  0  4 24  0 16 16 16 16  8 1
      Ncon<br>
      0x8f 24 dc  0 32  0 r  .  .  8  8  8  8  4 24  0 16 16 16 16  8 1
      Ncon<br>
      0x90 24 dc  0 24  0 r  .  .  8  8  8  0  4 24  0 16 16 16 16 16 1
      Ncon<br>
      0x91 24 dc  0 32  0 r  .  .  8  8  8  8  4 24  0 16 16 16 16 16 1
      Ncon<br>
      0x92 24 dc  0 24  0 r  y  .  8  8  8  0  4 24  8 16 16 16 16  8 1
      Ncon<br>
      0x93 24 dc  0 32  0 r  y  .  8  8  8  8  4 24  8 16 16 16 16  8 1
      Ncon<br>
      0x94 24 dc  0 24  0 r  y  .  8  8  8  0  4 24  8 16 16 16 16 16 1
      Ncon<br>
      0x95 24 dc  0 32  0 r  y  .  8  8  8  8  4 24  8 16 16 16 16 16 1
      Ncon<br>
      0x96 24 dc  0 24  0 r  .  .  8  8  8  0  4 24  8 16 16 16 16  8 1
      Ncon<br>
      0x97 24 dc  0 32  0 r  .  .  8  8  8  8  4 24  8 16 16 16 16  8 1
      Ncon<br>
      0x98 24 dc  0 24  0 r  .  .  8  8  8  0  4 24  8 16 16 16 16 16 1
      Ncon<br>
      0x99 24 dc  0 32  0 r  .  .  8  8  8  8  4 24  8 16 16 16 16 16 1
      Ncon<br>
      0x9a 24 dc  0 24  0 r  y  .  8  8  8  0  4 24  0 16 16 16 16  8 1
      Ncon<br>
      0x9b 24 dc  0 32  0 r  y  .  8  8  8  8  4 24  0 16 16 16 16  8 1
      Ncon<br>
      0x9c 24 dc  0 24  0 r  y  .  8  8  8  0  4 24  0 16 16 16 16 16 1
      Ncon<br>
      0x9d 24 dc  0 24  0 r  y  .  8  8  8  0  4 24  0 16 16 16 16 16 1
      Ncon<br>
      0x9e 24 dc  0 32  0 r  y  .  8  8  8  8  4 24  0 16 16 16 16 16 1
      Ncon<br>
      0x9f 24 dc  0 32  0 r  y  .  8  8  8  8  4 24  0 16 16 16 16 16 1
      Ncon<br>
      0xa0 24 dc  0 24  0 r  .  .  8  8  8  0  4 24  0 16 16 16 16  8 1
      Ncon<br>
      0xa1 24 dc  0 32  0 r  .  .  8  8  8  8  4 24  0 16 16 16 16  8 1
      Ncon<br>
      0xa2 24 dc  0 24  0 r  .  .  8  8  8  0  4 24  0 16 16 16 16 16 1
      Ncon<br>
      0xa3 24 dc  0 24  0 r  .  .  8  8  8  0  4 24  0 16 16 16 16 16 1
      Ncon<br>
      0xa4 24 dc  0 32  0 r  .  .  8  8  8  8  4 24  0 16 16 16 16 16 1
      Ncon<br>
      0xa5 24 dc  0 32  0 r  .  .  8  8  8  8  4 24  0 16 16 16 16 16 1
      Ncon<br>
      0xa6 24 dc  0 24  0 r  y  .  8  8  8  0  4 24  8 16 16 16 16  8 1
      Ncon<br>
      0xa7 24 dc  0 32  0 r  y  .  8  8  8  8  4 24  8 16 16 16 16  8 1
      Ncon<br>
      0xa8 24 dc  0 24  0 r  y  .  8  8  8  0  4 24  8 16 16 16 16 16 1
      Ncon<br>
      0xa9 24 dc  0 24  0 r  y  .  8  8  8  0  4 24  8 16 16 16 16 16 1
      Ncon<br>
      0xaa 24 dc  0 32  0 r  y  .  8  8  8  8  4 24  8 16 16 16 16 16 1
      Ncon<br>
      0xab 24 dc  0 32  0 r  y  .  8  8  8  8  4 24  8 16 16 16 16 16 1
      Ncon<br>
      0xac 24 dc  0 24  0 r  .  .  8  8  8  0  4 24  8 16 16 16 16  8 1
      Ncon<br>
      0xad 24 dc  0 32  0 r  .  .  8  8  8  8  4 24  8 16 16 16 16  8 1
      Ncon<br>
      0xae 24 dc  0 24  0 r  .  .  8  8  8  0  4 24  8 16 16 16 16 16 1
      Ncon<br>
      0xaf 24 dc  0 24  0 r  .  .  8  8  8  0  4 24  8 16 16 16 16 16 1
      Ncon<br>
      0xb0 24 dc  0 32  0 r  .  .  8  8  8  8  4 24  8 16 16 16 16 16 1
      Ncon<br>
      0xb1 24 dc  0 32  0 r  .  .  8  8  8  8  4 24  8 16 16 16 16 16 1
      Ncon<br>
      0xb2 24 dc  0 24  0 r  y  .  8  8  8  0  4 24  0 16 16 16 16 32 1
      Ncon<br>
      0xb3 24 dc  0 32  0 r  y  .  8  8  8  8  4 24  0 16 16 16 16 32 1
      Ncon<br>
      0xb4 24 dc  0 24  0 r  .  .  8  8  8  0  4 24  0 16 16 16 16 32 1
      Ncon<br>
      0xb5 24 dc  0 32  0 r  .  .  8  8  8  8  4 24  0 16 16 16 16 32 1
      Ncon<br>
      0xb6 24 dc  0 24  0 r  y  .  8  8  8  0  4 24  8 16 16 16 16 32 1
      Ncon<br>
      0xb7 24 dc  0 32  0 r  y  .  8  8  8  8  4 24  8 16 16 16 16 32 1
      Ncon<br>
      0xb8 24 dc  0 24  0 r  .  .  8  8  8  0  4 24  8 16 16 16 16 32 1
      Ncon<br>
      0xb9 24 dc  0 32  0 r  .  .  8  8  8  8  4 24  8 16 16 16 16 32 1
      Ncon<br>
      0x23 32 tc  0 24  0 r  y  .  8  8  8  0  4 24  8 16 16 16 16  0 0
      None<br>
      0xba 32 tc  0 32  0 r  y  .  8  8  8  8  4 24  8 16 16 16 16  0 0
      None<br>
      0xbb 32 tc  0 24  0 r  .  .  8  8  8  0  4 24  8 16 16 16 16  0 0
      None<br>
      0xbc 32 tc  0 32  0 r  .  .  8  8  8  8  4 24  8 16 16 16 16  0 0
      None<br>
      0xbd 32 tc  0 24  0 r  y  .  8  8  8  0  4 24  0 16 16 16 16  0 0
      None<br>
      0xbe 32 tc  0 32  0 r  y  .  8  8  8  8  4 24  0 16 16 16 16  0 0
      None<br>
      0xbf 32 tc  0 24  0 r  .  .  8  8  8  0  4 24  0 16 16 16 16  0 0
      None<br>
      0xc0 32 tc  0 32  0 r  .  .  8  8  8  8  4 24  0 16 16 16 16  0 0
      None<br>
      0xc1 32 tc  0 24  0 r  y  .  8  8  8  0  4  0  0 16 16 16 16  0 0
      None<br>
      0xc2 32 tc  0 32  0 r  y  .  8  8  8  8  4  0  0 16 16 16 16  0 0
      None<br>
      0xc3 32 tc  0 24  0 r  .  .  8  8  8  0  4  0  0 16 16 16 16  0 0
      None<br>
      0xc4 32 tc  0 32  0 r  .  .  8  8  8  8  4  0  0 16 16 16 16  0 0
      None<br>
      0xc5 32 tc  0 24  0 r  y  .  8  8  8  0  4 24  0 16 16 16 16  2 1
      Ncon<br>
      0xc6 32 tc  0 32  0 r  y  .  8  8  8  8  4 24  0 16 16 16 16  2 1
      Ncon<br>
      0xc7 32 tc  0 24  0 r  y  .  8  8  8  0  4 24  0 16 16 16 16  4 1
      Ncon<br>
      0xc8 32 tc  0 32  0 r  y  .  8  8  8  8  4 24  0 16 16 16 16  4 1
      Ncon<br>
      0xc9 32 tc  0 24  0 r  .  .  8  8  8  0  4 24  0 16 16 16 16  2 1
      Ncon<br>
      0xca 32 tc  0 32  0 r  .  .  8  8  8  8  4 24  0 16 16 16 16  2 1
      Ncon<br>
      0xcb 32 tc  0 24  0 r  .  .  8  8  8  0  4 24  0 16 16 16 16  4 1
      Ncon<br>
      0xcc 32 tc  0 32  0 r  .  .  8  8  8  8  4 24  0 16 16 16 16  4 1
      Ncon<br>
      0xcd 32 tc  0 24  0 r  y  .  8  8  8  0  4 24  8 16 16 16 16  2 1
      Ncon<br>
      0xce 32 tc  0 32  0 r  y  .  8  8  8  8  4 24  8 16 16 16 16  2 1
      Ncon<br>
      0xcf 32 tc  0 24  0 r  y  .  8  8  8  0  4 24  8 16 16 16 16  4 1
      Ncon<br>
      0xd0 32 tc  0 32  0 r  y  .  8  8  8  8  4 24  8 16 16 16 16  4 1
      Ncon<br>
      0xd1 32 tc  0 24  0 r  .  .  8  8  8  0  4 24  8 16 16 16 16  2 1
      Ncon<br>
      0xd2 32 tc  0 32  0 r  .  .  8  8  8  8  4 24  8 16 16 16 16  2 1
      Ncon<br>
      0xd3 32 tc  0 24  0 r  .  .  8  8  8  0  4 24  8 16 16 16 16  4 1
      Ncon<br>
      0xd4 32 tc  0 32  0 r  .  .  8  8  8  8  4 24  8 16 16 16 16  4 1
      Ncon<br>
      0xd5 32 tc  0 24  0 r  y  .  8  8  8  0  4 24  0 16 16 16 16  8 1
      Ncon<br>
      0xd6 32 tc  0 32  0 r  y  .  8  8  8  8  4 24  0 16 16 16 16  8 1
      Ncon<br>
      0xd7 32 tc  0 24  0 r  y  .  8  8  8  0  4 24  0 16 16 16 16 16 1
      Ncon<br>
      0xd8 32 tc  0 32  0 r  y  .  8  8  8  8  4 24  0 16 16 16 16 16 1
      Ncon<br>
      0xd9 32 tc  0 24  0 r  .  .  8  8  8  0  4 24  0 16 16 16 16  8 1
      Ncon<br>
      0xda 32 tc  0 32  0 r  .  .  8  8  8  8  4 24  0 16 16 16 16  8 1
      Ncon<br>
      0xdb 32 tc  0 24  0 r  .  .  8  8  8  0  4 24  0 16 16 16 16 16 1
      Ncon<br>
      0xdc 32 tc  0 32  0 r  .  .  8  8  8  8  4 24  0 16 16 16 16 16 1
      Ncon<br>
      0xdd 32 tc  0 24  0 r  y  .  8  8  8  0  4 24  8 16 16 16 16  8 1
      Ncon<br>
      0xde 32 tc  0 32  0 r  y  .  8  8  8  8  4 24  8 16 16 16 16  8 1
      Ncon<br>
      0xdf 32 tc  0 24  0 r  y  .  8  8  8  0  4 24  8 16 16 16 16 16 1
      Ncon<br>
      0xe0 32 tc  0 32  0 r  y  .  8  8  8  8  4 24  8 16 16 16 16 16 1
      Ncon<br>
      0xe1 32 tc  0 24  0 r  .  .  8  8  8  0  4 24  8 16 16 16 16  8 1
      Ncon<br>
      0xe2 32 tc  0 32  0 r  .  .  8  8  8  8  4 24  8 16 16 16 16  8 1
      Ncon<br>
      0xe3 32 tc  0 24  0 r  .  .  8  8  8  0  4 24  8 16 16 16 16 16 1
      Ncon<br>
      0xe4 32 tc  0 32  0 r  .  .  8  8  8  8  4 24  8 16 16 16 16 16 1
      Ncon<br>
      0xe5 32 tc  0 24  0 r  y  .  8  8  8  0  4 24  0 16 16 16 16  8 1
      Ncon<br>
      0xe6 32 tc  0 32  0 r  y  .  8  8  8  8  4 24  0 16 16 16 16  8 1
      Ncon<br>
      0xe7 32 tc  0 24  0 r  y  .  8  8  8  0  4 24  0 16 16 16 16 16 1
      Ncon<br>
      0xe8 32 tc  0 24  0 r  y  .  8  8  8  0  4 24  0 16 16 16 16 16 1
      Ncon<br>
      0xe9 32 tc  0 32  0 r  y  .  8  8  8  8  4 24  0 16 16 16 16 16 1
      Ncon<br>
      0xea 32 tc  0 32  0 r  y  .  8  8  8  8  4 24  0 16 16 16 16 16 1
      Ncon<br>
      0xeb 32 tc  0 24  0 r  .  .  8  8  8  0  4 24  0 16 16 16 16  8 1
      Ncon<br>
      0xec 32 tc  0 32  0 r  .  .  8  8  8  8  4 24  0 16 16 16 16  8 1
      Ncon<br>
      0xed 32 tc  0 24  0 r  .  .  8  8  8  0  4 24  0 16 16 16 16 16 1
      Ncon<br>
      0xee 32 tc  0 24  0 r  .  .  8  8  8  0  4 24  0 16 16 16 16 16 1
      Ncon<br>
      0xef 32 tc  0 32  0 r  .  .  8  8  8  8  4 24  0 16 16 16 16 16 1
      Ncon<br>
      0xf0 32 tc  0 32  0 r  .  .  8  8  8  8  4 24  0 16 16 16 16 16 1
      Ncon<br>
      0xf1 32 tc  0 24  0 r  y  .  8  8  8  0  4 24  8 16 16 16 16  8 1
      Ncon<br>
      0xf2 32 tc  0 32  0 r  y  .  8  8  8  8  4 24  8 16 16 16 16  8 1
      Ncon<br>
      0xf3 32 tc  0 24  0 r  y  .  8  8  8  0  4 24  8 16 16 16 16 16 1
      Ncon<br>
      0xf4 32 tc  0 24  0 r  y  .  8  8  8  0  4 24  8 16 16 16 16 16 1
      Ncon<br>
      0xf5 32 tc  0 32  0 r  y  .  8  8  8  8  4 24  8 16 16 16 16 16 1
      Ncon<br>
      0xf6 32 tc  0 32  0 r  y  .  8  8  8  8  4 24  8 16 16 16 16 16 1
      Ncon<br>
      0xf7 32 tc  0 24  0 r  .  .  8  8  8  0  4 24  8 16 16 16 16  8 1
      Ncon<br>
      0xf8 32 tc  0 32  0 r  .  .  8  8  8  8  4 24  8 16 16 16 16  8 1
      Ncon<br>
      0xf9 32 tc  0 24  0 r  .  .  8  8  8  0  4 24  8 16 16 16 16 16 1
      Ncon<br>
      0xfa 32 tc  0 24  0 r  .  .  8  8  8  0  4 24  8 16 16 16 16 16 1
      Ncon<br>
      0xfb 32 tc  0 32  0 r  .  .  8  8  8  8  4 24  8 16 16 16 16 16 1
      Ncon<br>
      0xfc 32 tc  0 32  0 r  .  .  8  8  8  8  4 24  8 16 16 16 16 16 1
      Ncon<br>
      0xfd 32 tc  0 24  0 r  y  .  8  8  8  0  4 24  0 16 16 16 16 32 1
      Ncon<br>
      0xfe 32 tc  0 32  0 r  y  .  8  8  8  8  4 24  0 16 16 16 16 32 1
      Ncon<br>
      0xff 32 tc  0 24  0 r  .  .  8  8  8  0  4 24  0 16 16 16 16 32 1
      Ncon<br>
      0x100 32 tc  0 32  0 r  .  .  8  8  8  8  4 24  0 16 16 16 16 32 1
      Ncon<br>
      0x101 32 tc  0 24  0 r  y  .  8  8  8  0  4 24  8 16 16 16 16 32 1
      Ncon<br>
      0x102 32 tc  0 32  0 r  y  .  8  8  8  8  4 24  8 16 16 16 16 32 1
      Ncon<br>
      0x103 32 tc  0 24  0 r  .  .  8  8  8  0  4 24  8 16 16 16 16 32 1
      Ncon<br>
      0x104 32 tc  0 32  0 r  .  .  8  8  8  8  4 24  8 16 16 16 16 32 1
      Ncon<br>
      <br>
      <br>
      display: :0  screen: 1<br>
      direct rendering: Yes<br>
      server glx vendor string: NVIDIA Corporation<br>
      server glx version string: 1.4<br>
      server glx extensions:<br>
          GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_SGIX_fbconfig,
      <br>
          GLX_SGIX_pbuffer, GLX_SGI_video_sync, GLX_SGI_swap_control, <br>
          GLX_EXT_swap_control, GLX_EXT_swap_control_tear, <br>
          GLX_EXT_texture_from_pixmap, GLX_EXT_buffer_age,
      GLX_ARB_create_context, <br>
          GLX_ARB_create_context_profile,
      GLX_EXT_create_context_es_profile, <br>
          GLX_EXT_create_context_es2_profile,
      GLX_ARB_create_context_robustness, <br>
          GLX_NV_delay_before_swap, GLX_EXT_stereo_tree,
      GLX_ARB_multisample, <br>
          GLX_NV_float_buffer, GLX_ARB_fbconfig_float,
      GLX_EXT_framebuffer_sRGB, <br>
          GLX_NV_multisample_coverage<br>
      client glx vendor string: NVIDIA Corporation<br>
      client glx version string: 1.4<br>
      client glx extensions:<br>
          GLX_ARB_get_proc_address, GLX_ARB_multisample,
      GLX_EXT_visual_info, <br>
          GLX_EXT_visual_rating, GLX_EXT_import_context,
      GLX_SGI_video_sync, <br>
          GLX_NV_swap_group, GLX_NV_video_out, GLX_SGIX_fbconfig,
      GLX_SGIX_pbuffer, <br>
          GLX_SGI_swap_control, GLX_EXT_swap_control,
      GLX_EXT_swap_control_tear, <br>
          GLX_EXT_buffer_age, GLX_ARB_create_context, <br>
          GLX_ARB_create_context_profile, GLX_NV_float_buffer, <br>
          GLX_ARB_fbconfig_float, GLX_EXT_fbconfig_packed_float, <br>
          GLX_EXT_texture_from_pixmap, GLX_EXT_framebuffer_sRGB, <br>
          GLX_NV_present_video, GLX_NV_copy_image,
      GLX_NV_multisample_coverage, <br>
          GLX_NV_video_capture, GLX_EXT_create_context_es_profile, <br>
          GLX_EXT_create_context_es2_profile,
      GLX_ARB_create_context_robustness, <br>
          GLX_NV_delay_before_swap, GLX_EXT_stereo_tree<br>
      GLX extensions:<br>
          GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_SGIX_fbconfig,
      <br>
          GLX_SGIX_pbuffer, GLX_SGI_video_sync, GLX_SGI_swap_control, <br>
          GLX_EXT_swap_control, GLX_EXT_swap_control_tear, <br>
          GLX_EXT_texture_from_pixmap, GLX_EXT_buffer_age,
      GLX_ARB_create_context, <br>
          GLX_ARB_create_context_profile,
      GLX_EXT_create_context_es_profile, <br>
          GLX_EXT_create_context_es2_profile,
      GLX_ARB_create_context_robustness, <br>
          GLX_NV_delay_before_swap, GLX_EXT_stereo_tree,
      GLX_ARB_multisample, <br>
          GLX_NV_float_buffer, GLX_ARB_fbconfig_float,
      GLX_EXT_framebuffer_sRGB, <br>
          GLX_NV_multisample_coverage, GLX_ARB_get_proc_address<br>
      OpenGL vendor string: NVIDIA Corporation<br>
      OpenGL renderer string: Tesla K40m/PCIe/SSE2<br>
      OpenGL version string: 4.4.0 NVIDIA 340.65<br>
      OpenGL extensions:<br>
          GL_AMD_multi_draw_indirect,
      GL_AMD_seamless_cubemap_per_texture, <br>
          GL_ARB_arrays_of_arrays, GL_ARB_base_instance,
      GL_ARB_bindless_texture, <br>
          GL_ARB_blend_func_extended, GL_ARB_buffer_storage, <br>
          GL_ARB_clear_buffer_object, GL_ARB_clear_texture, <br>
          GL_ARB_color_buffer_float, GL_ARB_compatibility, <br>
          GL_ARB_compressed_texture_pixel_storage,
      GL_ARB_conservative_depth, <br>
          GL_ARB_compute_shader, GL_ARB_compute_variable_group_size, <br>
          GL_ARB_copy_buffer, GL_ARB_copy_image, GL_ARB_debug_output, <br>
          GL_ARB_depth_buffer_float, GL_ARB_depth_clamp,
      GL_ARB_depth_texture, <br>
          GL_ARB_draw_buffers, GL_ARB_draw_buffers_blend,
      GL_ARB_draw_indirect, <br>
          GL_ARB_draw_elements_base_vertex, GL_ARB_draw_instanced, <br>
          GL_ARB_enhanced_layouts, GL_ARB_ES2_compatibility, <br>
          GL_ARB_ES3_compatibility, GL_ARB_explicit_attrib_location, <br>
          GL_ARB_explicit_uniform_location,
      GL_ARB_fragment_coord_conventions, <br>
          GL_ARB_fragment_layer_viewport, GL_ARB_fragment_program, <br>
          GL_ARB_fragment_program_shadow, GL_ARB_fragment_shader, <br>
          GL_ARB_framebuffer_no_attachments, GL_ARB_framebuffer_object,
      <br>
          GL_ARB_framebuffer_sRGB, GL_ARB_geometry_shader4, <br>
          GL_ARB_get_program_binary, GL_ARB_gpu_shader5,
      GL_ARB_gpu_shader_fp64, <br>
          GL_ARB_half_float_pixel, GL_ARB_half_float_vertex,
      GL_ARB_imaging, <br>
          GL_ARB_indirect_parameters, GL_ARB_instanced_arrays, <br>
          GL_ARB_internalformat_query, GL_ARB_internalformat_query2, <br>
          GL_ARB_invalidate_subdata, GL_ARB_map_buffer_alignment, <br>
          GL_ARB_map_buffer_range, GL_ARB_multi_bind,
      GL_ARB_multi_draw_indirect, <br>
          GL_ARB_multisample, GL_ARB_multitexture,
      GL_ARB_occlusion_query, <br>
          GL_ARB_occlusion_query2, GL_ARB_pixel_buffer_object, <br>
          GL_ARB_point_parameters, GL_ARB_point_sprite, <br>
          GL_ARB_program_interface_query, GL_ARB_provoking_vertex, <br>
          GL_ARB_robust_buffer_access_behavior, GL_ARB_robustness, <br>
          GL_ARB_sample_shading, GL_ARB_sampler_objects,
      GL_ARB_seamless_cube_map, <br>
          GL_ARB_seamless_cubemap_per_texture,
      GL_ARB_separate_shader_objects, <br>
          GL_ARB_shader_atomic_counters, GL_ARB_shader_bit_encoding, <br>
          GL_ARB_shader_draw_parameters, GL_ARB_shader_group_vote, <br>
          GL_ARB_shader_image_load_store, GL_ARB_shader_image_size, <br>
          GL_ARB_shader_objects, GL_ARB_shader_precision, <br>
          GL_ARB_query_buffer_object,
      GL_ARB_shader_storage_buffer_object, <br>
          GL_ARB_shader_subroutine, GL_ARB_shader_texture_lod, <br>
          GL_ARB_shading_language_100, GL_ARB_shading_language_420pack,
      <br>
          GL_ARB_shading_language_include,
      GL_ARB_shading_language_packing, <br>
          GL_ARB_shadow, GL_ARB_sparse_texture,
      GL_ARB_stencil_texturing, <br>
          GL_ARB_sync, GL_ARB_tessellation_shader,
      GL_ARB_texture_border_clamp, <br>
          GL_ARB_texture_buffer_object,
      GL_ARB_texture_buffer_object_rgb32, <br>
          GL_ARB_texture_buffer_range, GL_ARB_texture_compression, <br>
          GL_ARB_texture_compression_bptc,
      GL_ARB_texture_compression_rgtc, <br>
          GL_ARB_texture_cube_map, GL_ARB_texture_cube_map_array, <br>
          GL_ARB_texture_env_add, GL_ARB_texture_env_combine, <br>
          GL_ARB_texture_env_crossbar, GL_ARB_texture_env_dot3, <br>
          GL_ARB_texture_float, GL_ARB_texture_gather, <br>
          GL_ARB_texture_mirror_clamp_to_edge,
      GL_ARB_texture_mirrored_repeat, <br>
          GL_ARB_texture_multisample, GL_ARB_texture_non_power_of_two, <br>
          GL_ARB_texture_query_levels, GL_ARB_texture_query_lod, <br>
          GL_ARB_texture_rectangle, GL_ARB_texture_rg,
      GL_ARB_texture_rgb10_a2ui, <br>
          GL_ARB_texture_stencil8, GL_ARB_texture_storage, <br>
          GL_ARB_texture_storage_multisample, GL_ARB_texture_swizzle, <br>
          GL_ARB_texture_view, GL_ARB_timer_query,
      GL_ARB_transform_feedback2, <br>
          GL_ARB_transform_feedback3,
      GL_ARB_transform_feedback_instanced, <br>
          GL_ARB_transpose_matrix, GL_ARB_uniform_buffer_object, <br>
          GL_ARB_vertex_array_bgra, GL_ARB_vertex_array_object, <br>
          GL_ARB_vertex_attrib_64bit, GL_ARB_vertex_attrib_binding, <br>
          GL_ARB_vertex_buffer_object, GL_ARB_vertex_program,
      GL_ARB_vertex_shader, <br>
          GL_ARB_vertex_type_10f_11f_11f_rev,
      GL_ARB_vertex_type_2_10_10_10_rev, <br>
          GL_ARB_viewport_array, GL_ARB_window_pos, GL_ATI_draw_buffers,
      <br>
          GL_ATI_texture_float, GL_ATI_texture_mirror_once, GL_S3_s3tc,
      <br>
          GL_EXT_texture_env_add, GL_EXT_abgr, GL_EXT_bgra, <br>
          GL_EXT_bindable_uniform, GL_EXT_blend_color, <br>
          GL_EXT_blend_equation_separate, GL_EXT_blend_func_separate, <br>
          GL_EXT_blend_minmax, GL_EXT_blend_subtract,
      GL_EXT_compiled_vertex_array, <br>
          GL_EXT_Cg_shader, GL_EXT_depth_bounds_test,
      GL_EXT_direct_state_access, <br>
          GL_EXT_draw_buffers2, GL_EXT_draw_instanced,
      GL_EXT_draw_range_elements, <br>
          GL_EXT_fog_coord, GL_EXT_framebuffer_blit,
      GL_EXT_framebuffer_multisample, <br>
          GL_EXTX_framebuffer_mixed_formats, <br>
          GL_EXT_framebuffer_multisample_blit_scaled,
      GL_EXT_framebuffer_object, <br>
          GL_EXT_framebuffer_sRGB, GL_EXT_geometry_shader4, <br>
          GL_EXT_gpu_program_parameters, GL_EXT_gpu_shader4, <br>
          GL_EXT_multi_draw_arrays, GL_EXT_packed_depth_stencil, <br>
          GL_EXT_packed_float, GL_EXT_packed_pixels,
      GL_EXT_pixel_buffer_object, <br>
          GL_EXT_point_parameters, GL_EXT_provoking_vertex,
      GL_EXT_rescale_normal, <br>
          GL_EXT_secondary_color, GL_EXT_separate_shader_objects, <br>
          GL_EXT_separate_specular_color,
      GL_EXT_shader_image_load_store, <br>
          GL_EXT_shader_integer_mix, GL_EXT_shadow_funcs,
      GL_EXT_stencil_two_side, <br>
          GL_EXT_stencil_wrap, GL_EXT_texture3D, GL_EXT_texture_array, <br>
          GL_EXT_texture_buffer_object, GL_EXT_texture_compression_dxt1,
      <br>
          GL_EXT_texture_compression_latc,
      GL_EXT_texture_compression_rgtc, <br>
          GL_EXT_texture_compression_s3tc, GL_EXT_texture_cube_map, <br>
          GL_EXT_texture_edge_clamp, GL_EXT_texture_env_combine, <br>
          GL_EXT_texture_env_dot3, GL_EXT_texture_filter_anisotropic, <br>
          GL_EXT_texture_integer, GL_EXT_texture_lod,
      GL_EXT_texture_lod_bias, <br>
          GL_EXT_texture_mirror_clamp, GL_EXT_texture_object, <br>
          GL_EXT_texture_shared_exponent, GL_EXT_texture_sRGB, <br>
          GL_EXT_texture_sRGB_decode, GL_EXT_texture_storage, <br>
          GL_EXT_texture_swizzle, GL_EXT_timer_query,
      GL_EXT_transform_feedback2, <br>
          GL_EXT_vertex_array, GL_EXT_vertex_array_bgra,
      GL_EXT_vertex_attrib_64bit, <br>
          GL_EXT_x11_sync_object, GL_EXT_import_sync_object,
      GL_IBM_rasterpos_clip, <br>
          GL_IBM_texture_mirrored_repeat, GL_KHR_debug,
      GL_KTX_buffer_region, <br>
          GL_NV_bindless_multi_draw_indirect, <br>
          GL_NV_bindless_multi_draw_indirect_count,
      GL_NV_bindless_texture, <br>
          GL_NV_blend_equation_advanced, GL_NV_blend_square,
      GL_NV_compute_program5, <br>
          GL_NV_conditional_render, GL_NV_copy_depth_to_color,
      GL_NV_copy_image, <br>
          GL_NV_depth_buffer_float, GL_NV_depth_clamp,
      GL_NV_draw_texture, <br>
          GL_NV_ES1_1_compatibility, GL_NV_ES3_1_compatibility, <br>
          GL_NV_explicit_multisample, GL_NV_fence, GL_NV_float_buffer, <br>
          GL_NV_fog_distance, GL_NV_fragment_program,
      GL_NV_fragment_program_option, <br>
          GL_NV_fragment_program2,
      GL_NV_framebuffer_multisample_coverage, <br>
          GL_NV_geometry_shader4, GL_NV_gpu_program4,
      GL_NV_gpu_program4_1, <br>
          GL_NV_gpu_program5, GL_NV_gpu_program5_mem_extended, <br>
          GL_NV_gpu_program_fp64, GL_NV_gpu_shader5, GL_NV_half_float, <br>
          GL_NV_light_max_exponent, GL_NV_multisample_coverage, <br>
          GL_NV_multisample_filter_hint, GL_NV_occlusion_query, <br>
          GL_NV_packed_depth_stencil, GL_NV_parameter_buffer_object, <br>
          GL_NV_parameter_buffer_object2, GL_NV_path_rendering, <br>
          GL_NV_pixel_data_range, GL_NV_point_sprite,
      GL_NV_primitive_restart, <br>
          GL_NV_register_combiners, GL_NV_register_combiners2, <br>
          GL_NV_shader_atomic_counters, GL_NV_shader_atomic_float, <br>
          GL_NV_shader_atomic_int64, GL_NV_shader_buffer_load, <br>
          GL_NV_shader_storage_buffer_object, GL_NV_texgen_reflection, <br>
          GL_NV_texture_barrier, GL_NV_texture_compression_vtc, <br>
          GL_NV_texture_env_combine4, GL_NV_texture_expand_normal, <br>
          GL_NV_texture_multisample, GL_NV_texture_rectangle,
      GL_NV_texture_shader, <br>
          GL_NV_texture_shader2, GL_NV_texture_shader3,
      GL_NV_transform_feedback, <br>
          GL_NV_transform_feedback2, GL_NV_vdpau_interop,
      GL_NV_vertex_array_range, <br>
          GL_NV_vertex_array_range2, GL_NV_vertex_attrib_integer_64bit,
      <br>
          GL_NV_vertex_buffer_unified_memory, GL_NV_vertex_program, <br>
          GL_NV_vertex_program1_1, GL_NV_vertex_program2, <br>
          GL_NV_vertex_program2_option, GL_NV_vertex_program3, <br>
          GL_NVX_conditional_render, GL_NVX_gpu_memory_info,
      GL_NVX_nvenc_interop, <br>
          GL_NV_shader_thread_group, GL_NV_shader_thread_shuffle, <br>
          GL_KHR_blend_equation_advanced, GL_SGIS_generate_mipmap, <br>
          GL_SGIS_texture_lod, GL_SGIX_depth_texture, GL_SGIX_shadow, <br>
          GL_SUN_slice_accum<br>
      glu version: 1.3<br>
      glu extensions:<br>
          GLU_EXT_nurbs_tessellator, GLU_EXT_object_space_tess<br>
      <br>
         visual  x  bf lv rg d st colorbuffer ax dp st accumbuffer  ms 
      cav<br>
       id dep cl sp sz l  ci b ro  r  g  b  a bf th cl  r  g  b  a ns b
      eat<br>
----------------------------------------------------------------------<br>
      0x274 24 tc  0 24  0 r  y  .  8  8  8  0  4 24  8 16 16 16 16  0 0
      None<br>
      0x275 24 dc  0 24  0 r  y  .  8  8  8  0  4 24  8 16 16 16 16  0 0
      None<br>
      0x277 24 tc  0 32  0 r  y  .  8  8  8  8  4 24  8 16 16 16 16  0 0
      None<br>
      0x278 24 tc  0 24  0 r  .  .  8  8  8  0  4 24  8 16 16 16 16  0 0
      None<br>
      0x279 24 tc  0 32  0 r  .  .  8  8  8  8  4 24  8 16 16 16 16  0 0
      None<br>
      0x27a 24 tc  0 24  0 r  y  .  8  8  8  0  4 24  0 16 16 16 16  0 0
      None<br>
      0x27b 24 tc  0 32  0 r  y  .  8  8  8  8  4 24  0 16 16 16 16  0 0
      None<br>
      0x27c 24 tc  0 24  0 r  .  .  8  8  8  0  4 24  0 16 16 16 16  0 0
      None<br>
      0x27d 24 tc  0 32  0 r  .  .  8  8  8  8  4 24  0 16 16 16 16  0 0
      None<br>
      0x27e 24 tc  0 24  0 r  y  .  8  8  8  0  4  0  0 16 16 16 16  0 0
      None<br>
      0x27f 24 tc  0 32  0 r  y  .  8  8  8  8  4  0  0 16 16 16 16  0 0
      None<br>
      0x280 24 tc  0 24  0 r  .  .  8  8  8  0  4  0  0 16 16 16 16  0 0
      None<br>
      0x281 24 tc  0 32  0 r  .  .  8  8  8  8  4  0  0 16 16 16 16  0 0
      None<br>
      0x282 24 tc  0 24  0 r  y  .  8  8  8  0  4 24  0 16 16 16 16  2 1
      Ncon<br>
      0x283 24 tc  0 32  0 r  y  .  8  8  8  8  4 24  0 16 16 16 16  2 1
      Ncon<br>
      0x284 24 tc  0 24  0 r  y  .  8  8  8  0  4 24  0 16 16 16 16  4 1
      Ncon<br>
      0x285 24 tc  0 32  0 r  y  .  8  8  8  8  4 24  0 16 16 16 16  4 1
      Ncon<br>
      0x286 24 tc  0 24  0 r  .  .  8  8  8  0  4 24  0 16 16 16 16  2 1
      Ncon<br>
      0x287 24 tc  0 32  0 r  .  .  8  8  8  8  4 24  0 16 16 16 16  2 1
      Ncon<br>
      0x288 24 tc  0 24  0 r  .  .  8  8  8  0  4 24  0 16 16 16 16  4 1
      Ncon<br>
      0x289 24 tc  0 32  0 r  .  .  8  8  8  8  4 24  0 16 16 16 16  4 1
      Ncon<br>
      0x28a 24 tc  0 24  0 r  y  .  8  8  8  0  4 24  8 16 16 16 16  2 1
      Ncon<br>
      0x28b 24 tc  0 32  0 r  y  .  8  8  8  8  4 24  8 16 16 16 16  2 1
      Ncon<br>
      0x28c 24 tc  0 24  0 r  y  .  8  8  8  0  4 24  8 16 16 16 16  4 1
      Ncon<br>
      0x28d 24 tc  0 32  0 r  y  .  8  8  8  8  4 24  8 16 16 16 16  4 1
      Ncon<br>
      0x28e 24 tc  0 24  0 r  .  .  8  8  8  0  4 24  8 16 16 16 16  2 1
      Ncon<br>
      0x28f 24 tc  0 32  0 r  .  .  8  8  8  8  4 24  8 16 16 16 16  2 1
      Ncon<br>
      0x290 24 tc  0 24  0 r  .  .  8  8  8  0  4 24  8 16 16 16 16  4 1
      Ncon<br>
      0x291 24 tc  0 32  0 r  .  .  8  8  8  8  4 24  8 16 16 16 16  4 1
      Ncon<br>
      0x292 24 tc  0 24  0 r  y  .  8  8  8  0  4 24  0 16 16 16 16  8 1
      Ncon<br>
      0x293 24 tc  0 32  0 r  y  .  8  8  8  8  4 24  0 16 16 16 16  8 1
      Ncon<br>
      0x294 24 tc  0 24  0 r  y  .  8  8  8  0  4 24  0 16 16 16 16 16 1
      Ncon<br>
      0x295 24 tc  0 32  0 r  y  .  8  8  8  8  4 24  0 16 16 16 16 16 1
      Ncon<br>
      0x296 24 tc  0 24  0 r  .  .  8  8  8  0  4 24  0 16 16 16 16  8 1
      Ncon<br>
      0x297 24 tc  0 32  0 r  .  .  8  8  8  8  4 24  0 16 16 16 16  8 1
      Ncon<br>
      0x298 24 tc  0 24  0 r  .  .  8  8  8  0  4 24  0 16 16 16 16 16 1
      Ncon<br>
      0x299 24 tc  0 32  0 r  .  .  8  8  8  8  4 24  0 16 16 16 16 16 1
      Ncon<br>
      0x29a 24 tc  0 24  0 r  y  .  8  8  8  0  4 24  8 16 16 16 16  8 1
      Ncon<br>
      0x29b 24 tc  0 32  0 r  y  .  8  8  8  8  4 24  8 16 16 16 16  8 1
      Ncon<br>
      0x29c 24 tc  0 24  0 r  y  .  8  8  8  0  4 24  8 16 16 16 16 16 1
      Ncon<br>
      0x29d 24 tc  0 32  0 r  y  .  8  8  8  8  4 24  8 16 16 16 16 16 1
      Ncon<br>
      0x29e 24 tc  0 24  0 r  .  .  8  8  8  0  4 24  8 16 16 16 16  8 1
      Ncon<br>
      0x29f 24 tc  0 32  0 r  .  .  8  8  8  8  4 24  8 16 16 16 16  8 1
      Ncon<br>
      0x2a0 24 tc  0 24  0 r  .  .  8  8  8  0  4 24  8 16 16 16 16 16 1
      Ncon<br>
      0x2a1 24 tc  0 32  0 r  .  .  8  8  8  8  4 24  8 16 16 16 16 16 1
      Ncon<br>
      0x2a2 24 tc  0 24  0 r  y  .  8  8  8  0  4 24  0 16 16 16 16  8 1
      Ncon<br>
      0x2a3 24 tc  0 32  0 r  y  .  8  8  8  8  4 24  0 16 16 16 16  8 1
      Ncon<br>
      0x2a4 24 tc  0 24  0 r  y  .  8  8  8  0  4 24  0 16 16 16 16 16 1
      Ncon<br>
      0x2a5 24 tc  0 24  0 r  y  .  8  8  8  0  4 24  0 16 16 16 16 16 1
      Ncon<br>
      0x2a6 24 tc  0 32  0 r  y  .  8  8  8  8  4 24  0 16 16 16 16 16 1
      Ncon<br>
      0x2a7 24 tc  0 32  0 r  y  .  8  8  8  8  4 24  0 16 16 16 16 16 1
      Ncon<br>
      0x2a8 24 tc  0 24  0 r  .  .  8  8  8  0  4 24  0 16 16 16 16  8 1
      Ncon<br>
      0x2a9 24 tc  0 32  0 r  .  .  8  8  8  8  4 24  0 16 16 16 16  8 1
      Ncon<br>
      0x2aa 24 tc  0 24  0 r  .  .  8  8  8  0  4 24  0 16 16 16 16 16 1
      Ncon<br>
      0x2ab 24 tc  0 24  0 r  .  .  8  8  8  0  4 24  0 16 16 16 16 16 1
      Ncon<br>
      0x2ac 24 tc  0 32  0 r  .  .  8  8  8  8  4 24  0 16 16 16 16 16 1
      Ncon<br>
      0x2ad 24 tc  0 32  0 r  .  .  8  8  8  8  4 24  0 16 16 16 16 16 1
      Ncon<br>
      0x2ae 24 tc  0 24  0 r  y  .  8  8  8  0  4 24  8 16 16 16 16  8 1
      Ncon<br>
      0x2af 24 tc  0 32  0 r  y  .  8  8  8  8  4 24  8 16 16 16 16  8 1
      Ncon<br>
      0x2b0 24 tc  0 24  0 r  y  .  8  8  8  0  4 24  8 16 16 16 16 16 1
      Ncon<br>
      0x2b1 24 tc  0 24  0 r  y  .  8  8  8  0  4 24  8 16 16 16 16 16 1
      Ncon<br>
      0x2b2 24 tc  0 32  0 r  y  .  8  8  8  8  4 24  8 16 16 16 16 16 1
      Ncon<br>
      0x2b3 24 tc  0 32  0 r  y  .  8  8  8  8  4 24  8 16 16 16 16 16 1
      Ncon<br>
      0x2b4 24 tc  0 24  0 r  .  .  8  8  8  0  4 24  8 16 16 16 16  8 1
      Ncon<br>
      0x2b5 24 tc  0 32  0 r  .  .  8  8  8  8  4 24  8 16 16 16 16  8 1
      Ncon<br>
      0x2b6 24 tc  0 24  0 r  .  .  8  8  8  0  4 24  8 16 16 16 16 16 1
      Ncon<br>
      0x2b7 24 tc  0 24  0 r  .  .  8  8  8  0  4 24  8 16 16 16 16 16 1
      Ncon<br>
      0x2b8 24 tc  0 32  0 r  .  .  8  8  8  8  4 24  8 16 16 16 16 16 1
      Ncon<br>
      0x2b9 24 tc  0 32  0 r  .  .  8  8  8  8  4 24  8 16 16 16 16 16 1
      Ncon<br>
      0x2ba 24 tc  0 24  0 r  y  .  8  8  8  0  4 24  0 16 16 16 16 32 1
      Ncon<br>
      0x2bb 24 tc  0 32  0 r  y  .  8  8  8  8  4 24  0 16 16 16 16 32 1
      Ncon<br>
      0x2bc 24 tc  0 24  0 r  .  .  8  8  8  0  4 24  0 16 16 16 16 32 1
      Ncon<br>
      0x2bd 24 tc  0 32  0 r  .  .  8  8  8  8  4 24  0 16 16 16 16 32 1
      Ncon<br>
      0x2be 24 tc  0 24  0 r  y  .  8  8  8  0  4 24  8 16 16 16 16 32 1
      Ncon<br>
      0x2bf 24 tc  0 32  0 r  y  .  8  8  8  8  4 24  8 16 16 16 16 32 1
      Ncon<br>
      0x2c0 24 tc  0 24  0 r  .  .  8  8  8  0  4 24  8 16 16 16 16 32 1
      Ncon<br>
      0x2c1 24 tc  0 32  0 r  .  .  8  8  8  8  4 24  8 16 16 16 16 32 1
      Ncon<br>
      0x2c2 24 dc  0 32  0 r  y  .  8  8  8  8  4 24  8 16 16 16 16  0 0
      None<br>
      0x2c3 24 dc  0 24  0 r  .  .  8  8  8  0  4 24  8 16 16 16 16  0 0
      None<br>
      0x2c4 24 dc  0 32  0 r  .  .  8  8  8  8  4 24  8 16 16 16 16  0 0
      None<br>
      0x2c5 24 dc  0 24  0 r  y  .  8  8  8  0  4 24  0 16 16 16 16  0 0
      None<br>
      0x2c6 24 dc  0 32  0 r  y  .  8  8  8  8  4 24  0 16 16 16 16  0 0
      None<br>
      0x2c7 24 dc  0 24  0 r  .  .  8  8  8  0  4 24  0 16 16 16 16  0 0
      None<br>
      0x2c8 24 dc  0 32  0 r  .  .  8  8  8  8  4 24  0 16 16 16 16  0 0
      None<br>
      0x2c9 24 dc  0 24  0 r  y  .  8  8  8  0  4  0  0 16 16 16 16  0 0
      None<br>
      0x2ca 24 dc  0 32  0 r  y  .  8  8  8  8  4  0  0 16 16 16 16  0 0
      None<br>
      0x2cb 24 dc  0 24  0 r  .  .  8  8  8  0  4  0  0 16 16 16 16  0 0
      None<br>
      0x2cc 24 dc  0 32  0 r  .  .  8  8  8  8  4  0  0 16 16 16 16  0 0
      None<br>
      0x2cd 24 dc  0 24  0 r  y  .  8  8  8  0  4 24  0 16 16 16 16  2 1
      Ncon<br>
      0x2ce 24 dc  0 32  0 r  y  .  8  8  8  8  4 24  0 16 16 16 16  2 1
      Ncon<br>
      0x2cf 24 dc  0 24  0 r  y  .  8  8  8  0  4 24  0 16 16 16 16  4 1
      Ncon<br>
      0x2d0 24 dc  0 32  0 r  y  .  8  8  8  8  4 24  0 16 16 16 16  4 1
      Ncon<br>
      0x2d1 24 dc  0 24  0 r  .  .  8  8  8  0  4 24  0 16 16 16 16  2 1
      Ncon<br>
      0x2d2 24 dc  0 32  0 r  .  .  8  8  8  8  4 24  0 16 16 16 16  2 1
      Ncon<br>
      0x2d3 24 dc  0 24  0 r  .  .  8  8  8  0  4 24  0 16 16 16 16  4 1
      Ncon<br>
      0x2d4 24 dc  0 32  0 r  .  .  8  8  8  8  4 24  0 16 16 16 16  4 1
      Ncon<br>
      0x2d5 24 dc  0 24  0 r  y  .  8  8  8  0  4 24  8 16 16 16 16  2 1
      Ncon<br>
      0x2d6 24 dc  0 32  0 r  y  .  8  8  8  8  4 24  8 16 16 16 16  2 1
      Ncon<br>
      0x2d7 24 dc  0 24  0 r  y  .  8  8  8  0  4 24  8 16 16 16 16  4 1
      Ncon<br>
      0x2d8 24 dc  0 32  0 r  y  .  8  8  8  8  4 24  8 16 16 16 16  4 1
      Ncon<br>
      0x2d9 24 dc  0 24  0 r  .  .  8  8  8  0  4 24  8 16 16 16 16  2 1
      Ncon<br>
      0x2da 24 dc  0 32  0 r  .  .  8  8  8  8  4 24  8 16 16 16 16  2 1
      Ncon<br>
      0x2db 24 dc  0 24  0 r  .  .  8  8  8  0  4 24  8 16 16 16 16  4 1
      Ncon<br>
      0x2dc 24 dc  0 32  0 r  .  .  8  8  8  8  4 24  8 16 16 16 16  4 1
      Ncon<br>
      0x2dd 24 dc  0 24  0 r  y  .  8  8  8  0  4 24  0 16 16 16 16  8 1
      Ncon<br>
      0x2de 24 dc  0 32  0 r  y  .  8  8  8  8  4 24  0 16 16 16 16  8 1
      Ncon<br>
      0x2df 24 dc  0 24  0 r  y  .  8  8  8  0  4 24  0 16 16 16 16 16 1
      Ncon<br>
      0x2e0 24 dc  0 32  0 r  y  .  8  8  8  8  4 24  0 16 16 16 16 16 1
      Ncon<br>
      0x2e1 24 dc  0 24  0 r  .  .  8  8  8  0  4 24  0 16 16 16 16  8 1
      Ncon<br>
      0x2e2 24 dc  0 32  0 r  .  .  8  8  8  8  4 24  0 16 16 16 16  8 1
      Ncon<br>
      0x2e3 24 dc  0 24  0 r  .  .  8  8  8  0  4 24  0 16 16 16 16 16 1
      Ncon<br>
      0x2e4 24 dc  0 32  0 r  .  .  8  8  8  8  4 24  0 16 16 16 16 16 1
      Ncon<br>
      0x2e5 24 dc  0 24  0 r  y  .  8  8  8  0  4 24  8 16 16 16 16  8 1
      Ncon<br>
      0x2e6 24 dc  0 32  0 r  y  .  8  8  8  8  4 24  8 16 16 16 16  8 1
      Ncon<br>
      0x2e7 24 dc  0 24  0 r  y  .  8  8  8  0  4 24  8 16 16 16 16 16 1
      Ncon<br>
      0x2e8 24 dc  0 32  0 r  y  .  8  8  8  8  4 24  8 16 16 16 16 16 1
      Ncon<br>
      0x2e9 24 dc  0 24  0 r  .  .  8  8  8  0  4 24  8 16 16 16 16  8 1
      Ncon<br>
      0x2ea 24 dc  0 32  0 r  .  .  8  8  8  8  4 24  8 16 16 16 16  8 1
      Ncon<br>
      0x2eb 24 dc  0 24  0 r  .  .  8  8  8  0  4 24  8 16 16 16 16 16 1
      Ncon<br>
      0x2ec 24 dc  0 32  0 r  .  .  8  8  8  8  4 24  8 16 16 16 16 16 1
      Ncon<br>
      0x2ed 24 dc  0 24  0 r  y  .  8  8  8  0  4 24  0 16 16 16 16  8 1
      Ncon<br>
      0x2ee 24 dc  0 32  0 r  y  .  8  8  8  8  4 24  0 16 16 16 16  8 1
      Ncon<br>
      0x2ef 24 dc  0 24  0 r  y  .  8  8  8  0  4 24  0 16 16 16 16 16 1
      Ncon<br>
      0x2f0 24 dc  0 24  0 r  y  .  8  8  8  0  4 24  0 16 16 16 16 16 1
      Ncon<br>
      0x2f1 24 dc  0 32  0 r  y  .  8  8  8  8  4 24  0 16 16 16 16 16 1
      Ncon<br>
      0x2f2 24 dc  0 32  0 r  y  .  8  8  8  8  4 24  0 16 16 16 16 16 1
      Ncon<br>
      0x2f3 24 dc  0 24  0 r  .  .  8  8  8  0  4 24  0 16 16 16 16  8 1
      Ncon<br>
      0x2f4 24 dc  0 32  0 r  .  .  8  8  8  8  4 24  0 16 16 16 16  8 1
      Ncon<br>
      0x2f5 24 dc  0 24  0 r  .  .  8  8  8  0  4 24  0 16 16 16 16 16 1
      Ncon<br>
      0x2f6 24 dc  0 24  0 r  .  .  8  8  8  0  4 24  0 16 16 16 16 16 1
      Ncon<br>
      0x2f7 24 dc  0 32  0 r  .  .  8  8  8  8  4 24  0 16 16 16 16 16 1
      Ncon<br>
      0x2f8 24 dc  0 32  0 r  .  .  8  8  8  8  4 24  0 16 16 16 16 16 1
      Ncon<br>
      0x2f9 24 dc  0 24  0 r  y  .  8  8  8  0  4 24  8 16 16 16 16  8 1
      Ncon<br>
      0x2fa 24 dc  0 32  0 r  y  .  8  8  8  8  4 24  8 16 16 16 16  8 1
      Ncon<br>
      0x2fb 24 dc  0 24  0 r  y  .  8  8  8  0  4 24  8 16 16 16 16 16 1
      Ncon<br>
      0x2fc 24 dc  0 24  0 r  y  .  8  8  8  0  4 24  8 16 16 16 16 16 1
      Ncon<br>
      0x2fd 24 dc  0 32  0 r  y  .  8  8  8  8  4 24  8 16 16 16 16 16 1
      Ncon<br>
      0x2fe 24 dc  0 32  0 r  y  .  8  8  8  8  4 24  8 16 16 16 16 16 1
      Ncon<br>
      0x2ff 24 dc  0 24  0 r  .  .  8  8  8  0  4 24  8 16 16 16 16  8 1
      Ncon<br>
      0x300 24 dc  0 32  0 r  .  .  8  8  8  8  4 24  8 16 16 16 16  8 1
      Ncon<br>
      0x301 24 dc  0 24  0 r  .  .  8  8  8  0  4 24  8 16 16 16 16 16 1
      Ncon<br>
      0x302 24 dc  0 24  0 r  .  .  8  8  8  0  4 24  8 16 16 16 16 16 1
      Ncon<br>
      0x303 24 dc  0 32  0 r  .  .  8  8  8  8  4 24  8 16 16 16 16 16 1
      Ncon<br>
      0x304 24 dc  0 32  0 r  .  .  8  8  8  8  4 24  8 16 16 16 16 16 1
      Ncon<br>
      0x305 24 dc  0 24  0 r  y  .  8  8  8  0  4 24  0 16 16 16 16 32 1
      Ncon<br>
      0x306 24 dc  0 32  0 r  y  .  8  8  8  8  4 24  0 16 16 16 16 32 1
      Ncon<br>
      0x307 24 dc  0 24  0 r  .  .  8  8  8  0  4 24  0 16 16 16 16 32 1
      Ncon<br>
      0x308 24 dc  0 32  0 r  .  .  8  8  8  8  4 24  0 16 16 16 16 32 1
      Ncon<br>
      0x309 24 dc  0 24  0 r  y  .  8  8  8  0  4 24  8 16 16 16 16 32 1
      Ncon<br>
      0x30a 24 dc  0 32  0 r  y  .  8  8  8  8  4 24  8 16 16 16 16 32 1
      Ncon<br>
      0x30b 24 dc  0 24  0 r  .  .  8  8  8  0  4 24  8 16 16 16 16 32 1
      Ncon<br>
      0x30c 24 dc  0 32  0 r  .  .  8  8  8  8  4 24  8 16 16 16 16 32 1
      Ncon<br>
      0x276 32 tc  0 24  0 r  y  .  8  8  8  0  4 24  8 16 16 16 16  0 0
      None<br>
      0x30d 32 tc  0 32  0 r  y  .  8  8  8  8  4 24  8 16 16 16 16  0 0
      None<br>
      0x30e 32 tc  0 24  0 r  .  .  8  8  8  0  4 24  8 16 16 16 16  0 0
      None<br>
      0x30f 32 tc  0 32  0 r  .  .  8  8  8  8  4 24  8 16 16 16 16  0 0
      None<br>
      0x310 32 tc  0 24  0 r  y  .  8  8  8  0  4 24  0 16 16 16 16  0 0
      None<br>
      0x311 32 tc  0 32  0 r  y  .  8  8  8  8  4 24  0 16 16 16 16  0 0
      None<br>
      0x312 32 tc  0 24  0 r  .  .  8  8  8  0  4 24  0 16 16 16 16  0 0
      None<br>
      0x313 32 tc  0 32  0 r  .  .  8  8  8  8  4 24  0 16 16 16 16  0 0
      None<br>
      0x314 32 tc  0 24  0 r  y  .  8  8  8  0  4  0  0 16 16 16 16  0 0
      None<br>
      0x315 32 tc  0 32  0 r  y  .  8  8  8  8  4  0  0 16 16 16 16  0 0
      None<br>
      0x316 32 tc  0 24  0 r  .  .  8  8  8  0  4  0  0 16 16 16 16  0 0
      None<br>
      0x317 32 tc  0 32  0 r  .  .  8  8  8  8  4  0  0 16 16 16 16  0 0
      None<br>
      0x318 32 tc  0 24  0 r  y  .  8  8  8  0  4 24  0 16 16 16 16  2 1
      Ncon<br>
      0x319 32 tc  0 32  0 r  y  .  8  8  8  8  4 24  0 16 16 16 16  2 1
      Ncon<br>
      0x31a 32 tc  0 24  0 r  y  .  8  8  8  0  4 24  0 16 16 16 16  4 1
      Ncon<br>
      0x31b 32 tc  0 32  0 r  y  .  8  8  8  8  4 24  0 16 16 16 16  4 1
      Ncon<br>
      0x31c 32 tc  0 24  0 r  .  .  8  8  8  0  4 24  0 16 16 16 16  2 1
      Ncon<br>
      0x31d 32 tc  0 32  0 r  .  .  8  8  8  8  4 24  0 16 16 16 16  2 1
      Ncon<br>
      0x31e 32 tc  0 24  0 r  .  .  8  8  8  0  4 24  0 16 16 16 16  4 1
      Ncon<br>
      0x31f 32 tc  0 32  0 r  .  .  8  8  8  8  4 24  0 16 16 16 16  4 1
      Ncon<br>
      0x320 32 tc  0 24  0 r  y  .  8  8  8  0  4 24  8 16 16 16 16  2 1
      Ncon<br>
      0x321 32 tc  0 32  0 r  y  .  8  8  8  8  4 24  8 16 16 16 16  2 1
      Ncon<br>
      0x322 32 tc  0 24  0 r  y  .  8  8  8  0  4 24  8 16 16 16 16  4 1
      Ncon<br>
      0x323 32 tc  0 32  0 r  y  .  8  8  8  8  4 24  8 16 16 16 16  4 1
      Ncon<br>
      0x324 32 tc  0 24  0 r  .  .  8  8  8  0  4 24  8 16 16 16 16  2 1
      Ncon<br>
      0x325 32 tc  0 32  0 r  .  .  8  8  8  8  4 24  8 16 16 16 16  2 1
      Ncon<br>
      0x326 32 tc  0 24  0 r  .  .  8  8  8  0  4 24  8 16 16 16 16  4 1
      Ncon<br>
      0x327 32 tc  0 32  0 r  .  .  8  8  8  8  4 24  8 16 16 16 16  4 1
      Ncon<br>
      0x328 32 tc  0 24  0 r  y  .  8  8  8  0  4 24  0 16 16 16 16  8 1
      Ncon<br>
      0x329 32 tc  0 32  0 r  y  .  8  8  8  8  4 24  0 16 16 16 16  8 1
      Ncon<br>
      0x32a 32 tc  0 24  0 r  y  .  8  8  8  0  4 24  0 16 16 16 16 16 1
      Ncon<br>
      0x32b 32 tc  0 32  0 r  y  .  8  8  8  8  4 24  0 16 16 16 16 16 1
      Ncon<br>
      0x32c 32 tc  0 24  0 r  .  .  8  8  8  0  4 24  0 16 16 16 16  8 1
      Ncon<br>
      0x32d 32 tc  0 32  0 r  .  .  8  8  8  8  4 24  0 16 16 16 16  8 1
      Ncon<br>
      0x32e 32 tc  0 24  0 r  .  .  8  8  8  0  4 24  0 16 16 16 16 16 1
      Ncon<br>
      0x32f 32 tc  0 32  0 r  .  .  8  8  8  8  4 24  0 16 16 16 16 16 1
      Ncon<br>
      0x330 32 tc  0 24  0 r  y  .  8  8  8  0  4 24  8 16 16 16 16  8 1
      Ncon<br>
      0x331 32 tc  0 32  0 r  y  .  8  8  8  8  4 24  8 16 16 16 16  8 1
      Ncon<br>
      0x332 32 tc  0 24  0 r  y  .  8  8  8  0  4 24  8 16 16 16 16 16 1
      Ncon<br>
      0x333 32 tc  0 32  0 r  y  .  8  8  8  8  4 24  8 16 16 16 16 16 1
      Ncon<br>
      0x334 32 tc  0 24  0 r  .  .  8  8  8  0  4 24  8 16 16 16 16  8 1
      Ncon<br>
      0x335 32 tc  0 32  0 r  .  .  8  8  8  8  4 24  8 16 16 16 16  8 1
      Ncon<br>
      0x336 32 tc  0 24  0 r  .  .  8  8  8  0  4 24  8 16 16 16 16 16 1
      Ncon<br>
      0x337 32 tc  0 32  0 r  .  .  8  8  8  8  4 24  8 16 16 16 16 16 1
      Ncon<br>
      0x338 32 tc  0 24  0 r  y  .  8  8  8  0  4 24  0 16 16 16 16  8 1
      Ncon<br>
      0x339 32 tc  0 32  0 r  y  .  8  8  8  8  4 24  0 16 16 16 16  8 1
      Ncon<br>
      0x33a 32 tc  0 24  0 r  y  .  8  8  8  0  4 24  0 16 16 16 16 16 1
      Ncon<br>
      0x33b 32 tc  0 24  0 r  y  .  8  8  8  0  4 24  0 16 16 16 16 16 1
      Ncon<br>
      0x33c 32 tc  0 32  0 r  y  .  8  8  8  8  4 24  0 16 16 16 16 16 1
      Ncon<br>
      0x33d 32 tc  0 32  0 r  y  .  8  8  8  8  4 24  0 16 16 16 16 16 1
      Ncon<br>
      0x33e 32 tc  0 24  0 r  .  .  8  8  8  0  4 24  0 16 16 16 16  8 1
      Ncon<br>
      0x33f 32 tc  0 32  0 r  .  .  8  8  8  8  4 24  0 16 16 16 16  8 1
      Ncon<br>
      0x340 32 tc  0 24  0 r  .  .  8  8  8  0  4 24  0 16 16 16 16 16 1
      Ncon<br>
      0x341 32 tc  0 24  0 r  .  .  8  8  8  0  4 24  0 16 16 16 16 16 1
      Ncon<br>
      0x342 32 tc  0 32  0 r  .  .  8  8  8  8  4 24  0 16 16 16 16 16 1
      Ncon<br>
      0x343 32 tc  0 32  0 r  .  .  8  8  8  8  4 24  0 16 16 16 16 16 1
      Ncon<br>
      0x344 32 tc  0 24  0 r  y  .  8  8  8  0  4 24  8 16 16 16 16  8 1
      Ncon<br>
      0x345 32 tc  0 32  0 r  y  .  8  8  8  8  4 24  8 16 16 16 16  8 1
      Ncon<br>
      0x346 32 tc  0 24  0 r  y  .  8  8  8  0  4 24  8 16 16 16 16 16 1
      Ncon<br>
      0x347 32 tc  0 24  0 r  y  .  8  8  8  0  4 24  8 16 16 16 16 16 1
      Ncon<br>
      0x348 32 tc  0 32  0 r  y  .  8  8  8  8  4 24  8 16 16 16 16 16 1
      Ncon<br>
      0x349 32 tc  0 32  0 r  y  .  8  8  8  8  4 24  8 16 16 16 16 16 1
      Ncon<br>
      0x34a 32 tc  0 24  0 r  .  .  8  8  8  0  4 24  8 16 16 16 16  8 1
      Ncon<br>
      0x34b 32 tc  0 32  0 r  .  .  8  8  8  8  4 24  8 16 16 16 16  8 1
      Ncon<br>
      0x34c 32 tc  0 24  0 r  .  .  8  8  8  0  4 24  8 16 16 16 16 16 1
      Ncon<br>
      0x34d 32 tc  0 24  0 r  .  .  8  8  8  0  4 24  8 16 16 16 16 16 1
      Ncon<br>
      0x34e 32 tc  0 32  0 r  .  .  8  8  8  8  4 24  8 16 16 16 16 16 1
      Ncon<br>
      0x34f 32 tc  0 32  0 r  .  .  8  8  8  8  4 24  8 16 16 16 16 16 1
      Ncon<br>
      0x350 32 tc  0 24  0 r  y  .  8  8  8  0  4 24  0 16 16 16 16 32 1
      Ncon<br>
      0x351 32 tc  0 32  0 r  y  .  8  8  8  8  4 24  0 16 16 16 16 32 1
      Ncon<br>
      0x352 32 tc  0 24  0 r  .  .  8  8  8  0  4 24  0 16 16 16 16 32 1
      Ncon<br>
      0x353 32 tc  0 32  0 r  .  .  8  8  8  8  4 24  0 16 16 16 16 32 1
      Ncon<br>
      0x354 32 tc  0 24  0 r  y  .  8  8  8  0  4 24  8 16 16 16 16 32 1
      Ncon<br>
      0x355 32 tc  0 32  0 r  y  .  8  8  8  8  4 24  8 16 16 16 16 32 1
      Ncon<br>
      0x356 32 tc  0 24  0 r  .  .  8  8  8  0  4 24  8 16 16 16 16 32 1
      Ncon<br>
      0x357 32 tc  0 32  0 r  .  .  8  8  8  8  4 24  8 16 16 16 16 32 1
      Ncon<br>
      <br>
      <blockquote cite="mid:5578A8E4.90703@nasa.gov" type="cite"> -jeff<br>
        <blockquote
cite="mid:CANjZAi-GVsCFA9ogUwO-xxfn=KJY1dp4w4N79gQi8RJ_q7ELug@mail.gmail.com"
          type="cite">
          <div dir="ltr">
            <div><br>
              <div><br>
              </div>
              <div><br>
              </div>
            </div>
          </div>
          <div class="gmail_extra"><br clear="all">
            <div>
              <div class="gmail_signature">David E DeMarle<br>
                Kitware, Inc.<br>
                R&D Engineer<br>
                21 Corporate Drive<br>
                Clifton Park, NY 12065-8662<br>
                Phone: 518-881-4909</div>
            </div>
            <br>
            <div class="gmail_quote">On Wed, Jun 10, 2015 at 2:58 PM,
              Aashish Chaudhary <span dir="ltr"><<a
                  moz-do-not-send="true"
                  href="mailto:aashish.chaudhary@kitware.com"
                  target="_blank">aashish.chaudhary@kitware.com</a>></span>
              wrote:<br>
              <blockquote class="gmail_quote" style="margin:0 0 0
                .8ex;border-left:1px #ccc solid;padding-left:1ex">
                <div dir="ltr">No, I don't think so. It would be nice if
                  you can try Burlen suggestion to see if it works for
                  built in datasets / sources. <span class="HOEnZb"><font
                      color="#888888">
                      <div><br>
                      </div>
                      <div>- Aashish</div>
                    </font></span></div>
                <div class="gmail_extra">
                  <div>
                    <div class="h5"><br>
                      <div class="gmail_quote">On Wed, Jun 10, 2015 at
                        2:49 PM, Jeff Becker <span dir="ltr"><<a
                            moz-do-not-send="true"
                            href="mailto:jeffrey.c.becker@nasa.gov"
                            target="_blank">jeffrey.c.becker@nasa.gov</a>></span>
                        wrote:<br>
                        <blockquote class="gmail_quote" style="margin:0
                          0 0 .8ex;border-left:1px #ccc
                          solid;padding-left:1ex"><span>On 06/10/2015
                            11:46 AM, Burlen Loring wrote:<br>
                            <blockquote class="gmail_quote"
                              style="margin:0 0 0 .8ex;border-left:1px
                              #ccc solid;padding-left:1ex"> Hmm. If
                              Bunyk ray cast doesn't work some thing
                              strange is going on as that is a
                              software(non gpu) algorithm and should
                              always work.<br>
                              <br>
                              Can you get anything to show up using a
                              small test data? For example create a
                              wavelet source and apply a threshold (use
                              default values) to convert to unstructured
                              data. If that works maybe something with
                              your input data, or size of it.<br>
                            </blockquote>
                            <br>
                          </span> It's a 500 by 500 by 500 grid of
                          floats - is that too big?
                          <div>
                            <div><br>
                              <blockquote class="gmail_quote"
                                style="margin:0 0 0 .8ex;border-left:1px
                                #ccc solid;padding-left:1ex"> <br>
                                On 06/10/2015 11:27 AM, Jeff Becker
                                wrote:<br>
                                <blockquote class="gmail_quote"
                                  style="margin:0 0 0
                                  .8ex;border-left:1px #ccc
                                  solid;padding-left:1ex"> On 06/10/2015
                                  11:06 AM, Burlen Loring wrote:<br>
                                  <blockquote class="gmail_quote"
                                    style="margin:0 0 0
                                    .8ex;border-left:1px #ccc
                                    solid;padding-left:1ex"> 2 things to
                                    try: set the remote render threshold
                                    to zero, and if that doesn't get it
                                    to show up, change the mapper to
                                    Bunyk ray cast.  One of those
                                    usually works depending on what the
                                    cause of the issue is.<br>
                                  </blockquote>
                                  <br>
                                  I have both of those set - no luck.
                                  BTW, this is ParaView 4.3.1 on an
                                  NVIDIA backend. glxinfo shows:<br>
                                  <br>
                                  $ glxinfo | head -30<br>
                                  name of display: :0.0<br>
                                  display: :0  screen: 0<br>
                                  direct rendering: Yes<br>
                                  server glx vendor string: NVIDIA
                                  Corporation<br>
                                  server glx version string: 1.4<br>
                                  server glx extensions:<br>
                                      GLX_EXT_visual_info,
                                  GLX_EXT_visual_rating,
                                  GLX_SGIX_fbconfig,<br>
                                      GLX_SGIX_pbuffer,
                                  GLX_SGI_video_sync,
                                  GLX_SGI_swap_control,<br>
                                      GLX_EXT_swap_control,
                                  GLX_EXT_swap_control_tear,<br>
                                      GLX_EXT_texture_from_pixmap,
                                  GLX_EXT_buffer_age,
                                  GLX_ARB_create_context,<br>
                                      GLX_ARB_create_context_profile,
                                  GLX_EXT_create_context_es_profile,<br>
                                     
                                  GLX_EXT_create_context_es2_profile,
                                  GLX_ARB_create_context_robustness,<br>
                                      GLX_NV_delay_before_swap,
                                  GLX_EXT_stereo_tree,
                                  GLX_ARB_multisample,<br>
                                      GLX_NV_float_buffer,
                                  GLX_ARB_fbconfig_float,
                                  GLX_EXT_framebuffer_sRGB,<br>
                                      GLX_NV_multisample_coverage<br>
                                  client glx vendor string: NVIDIA
                                  Corporation<br>
                                  client glx version string: 1.4<br>
                                  client glx extensions:<br>
                                      GLX_ARB_get_proc_address,
                                  GLX_ARB_multisample,
                                  GLX_EXT_visual_info,<br>
                                      GLX_EXT_visual_rating,
                                  GLX_EXT_import_context,
                                  GLX_SGI_video_sync,<br>
                                      GLX_NV_swap_group,
                                  GLX_NV_video_out, GLX_SGIX_fbconfig,
                                  GLX_SGIX_pbuffer,<br>
                                      GLX_SGI_swap_control,
                                  GLX_EXT_swap_control,
                                  GLX_EXT_swap_control_tear,<br>
                                      GLX_EXT_buffer_age,
                                  GLX_ARB_create_context,<br>
                                      GLX_ARB_create_context_profile,
                                  GLX_NV_float_buffer,<br>
                                      GLX_ARB_fbconfig_float,
                                  GLX_EXT_fbconfig_packed_float,<br>
                                      GLX_EXT_texture_from_pixmap,
                                  GLX_EXT_framebuffer_sRGB,<br>
                                      GLX_NV_present_video,
                                  GLX_NV_copy_image,
                                  GLX_NV_multisample_coverage,<br>
                                      GLX_NV_video_capture,
                                  GLX_EXT_create_context_es_profile,<br>
                                     
                                  GLX_EXT_create_context_es2_profile,
                                  GLX_ARB_create_context_robustness,<br>
                                      GLX_NV_delay_before_swap,
                                  GLX_EXT_stereo_tree<br>
                                  <br>
                                  <blockquote class="gmail_quote"
                                    style="margin:0 0 0
                                    .8ex;border-left:1px #ccc
                                    solid;padding-left:1ex"> <br>
                                    On 06/10/2015 11:00 AM, Jeff Becker
                                    wrote:<br>
                                    <blockquote class="gmail_quote"
                                      style="margin:0 0 0
                                      .8ex;border-left:1px #ccc
                                      solid;padding-left:1ex"> Hi. I
                                      have an unstructured grid file
                                      that opens and displays in Surface
                                      Rendering mode. If I switch to
                                      Volume Rendering, I don't see any
                                      output. Any ideas?<br>
                                      <br>
                                      Thanks.<br>
                                      <br>
                                      -jeff<br>
_______________________________________________<br>
                                      Powered by <a
                                        moz-do-not-send="true"
                                        href="http://www.kitware.com"
                                        target="_blank">www.kitware.com</a><br>
                                      <br>
                                      Visit other Kitware open-source
                                      projects at <a
                                        moz-do-not-send="true"
                                        href="http://www.kitware.com/opensource/opensource.html"
                                        target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
                                      <br>
                                      Please keep messages on-topic and
                                      check the ParaView Wiki at: <a
                                        moz-do-not-send="true"
                                        href="http://paraview.org/Wiki/ParaView"
                                        target="_blank">http://paraview.org/Wiki/ParaView</a><br>
                                      <br>
                                      Search the list archives at: <a
                                        moz-do-not-send="true"
                                        href="http://markmail.org/search/?q=ParaView"
                                        target="_blank">http://markmail.org/search/?q=ParaView</a><br>
                                      <br>
                                      Follow this link to
                                      subscribe/unsubscribe:<br>
                                      <a moz-do-not-send="true"
                                        href="http://public.kitware.com/mailman/listinfo/paraview"
                                        target="_blank">http://public.kitware.com/mailman/listinfo/paraview</a><br>
                                    </blockquote>
                                    <br>
                                  </blockquote>
                                  <br>
                                </blockquote>
                                <br>
                              </blockquote>
                              <br>
_______________________________________________<br>
                              Powered by <a moz-do-not-send="true"
                                href="http://www.kitware.com"
                                target="_blank">www.kitware.com</a><br>
                              <br>
                              Visit other Kitware open-source projects
                              at <a moz-do-not-send="true"
                                href="http://www.kitware.com/opensource/opensource.html"
                                target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
                              <br>
                              Please keep messages on-topic and check
                              the ParaView Wiki at: <a
                                moz-do-not-send="true"
                                href="http://paraview.org/Wiki/ParaView"
                                target="_blank">http://paraview.org/Wiki/ParaView</a><br>
                              <br>
                              Search the list archives at: <a
                                moz-do-not-send="true"
                                href="http://markmail.org/search/?q=ParaView"
                                target="_blank">http://markmail.org/search/?q=ParaView</a><br>
                              <br>
                              Follow this link to subscribe/unsubscribe:<br>
                              <a moz-do-not-send="true"
                                href="http://public.kitware.com/mailman/listinfo/paraview"
                                target="_blank">http://public.kitware.com/mailman/listinfo/paraview</a><br>
                            </div>
                          </div>
                        </blockquote>
                      </div>
                      <br>
                      <br clear="all">
                      <div><br>
                      </div>
                    </div>
                  </div>
                  <span class="">-- <br>
                    <div>
                      <div dir="ltr"><font face="trebuchet ms,
                          sans-serif"><i>| Aashish Chaudhary <br>
                            | Technical Leader         <br>
                            | Kitware Inc.            <br>
                          </i></font>
                        <div><i><font face="trebuchet ms, sans-serif">| </font><a
                              moz-do-not-send="true"
                              href="http://www.kitware.com/company/team/chaudhary.html"
                              target="_blank">http://www.kitware.com/company/team/chaudhary.html</a></i></div>
                      </div>
                    </div>
                  </span></div>
                <br>
                _______________________________________________<br>
                Powered by <a moz-do-not-send="true"
                  href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
                <br>
                Visit other Kitware open-source projects at <a
                  moz-do-not-send="true"
                  href="http://www.kitware.com/opensource/opensource.html"
                  target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
                <br>
                Please keep messages on-topic and check the ParaView
                Wiki at: <a moz-do-not-send="true"
                  href="http://paraview.org/Wiki/ParaView"
                  target="_blank">http://paraview.org/Wiki/ParaView</a><br>
                <br>
                Search the list archives at: <a moz-do-not-send="true"
                  href="http://markmail.org/search/?q=ParaView"
                  target="_blank">http://markmail.org/search/?q=ParaView</a><br>
                <br>
                Follow this link to subscribe/unsubscribe:<br>
                <a moz-do-not-send="true"
                  href="http://public.kitware.com/mailman/listinfo/paraview"
                  target="_blank">http://public.kitware.com/mailman/listinfo/paraview</a><br>
                <br>
              </blockquote>
            </div>
            <br>
          </div>
        </blockquote>
        <br>
        <br>
        <fieldset class="mimeAttachmentHeader"></fieldset>
        <br>
        <pre wrap="">_______________________________________________
Powered by <a moz-do-not-send="true" class="moz-txt-link-abbreviated" href="http://www.kitware.com">www.kitware.com</a>

Visit other Kitware open-source projects at <a moz-do-not-send="true" class="moz-txt-link-freetext" href="http://www.kitware.com/opensource/opensource.html">http://www.kitware.com/opensource/opensource.html</a>

Please keep messages on-topic and check the ParaView Wiki at: <a moz-do-not-send="true" class="moz-txt-link-freetext" href="http://paraview.org/Wiki/ParaView">http://paraview.org/Wiki/ParaView</a>

Search the list archives at: <a moz-do-not-send="true" class="moz-txt-link-freetext" href="http://markmail.org/search/?q=ParaView">http://markmail.org/search/?q=ParaView</a>

Follow this link to subscribe/unsubscribe:
<a moz-do-not-send="true" class="moz-txt-link-freetext" href="http://public.kitware.com/mailman/listinfo/paraview">http://public.kitware.com/mailman/listinfo/paraview</a>
</pre>
      </blockquote>
      <br>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
Powered by <a class="moz-txt-link-abbreviated" href="http://www.kitware.com">www.kitware.com</a>

Visit other Kitware open-source projects at <a class="moz-txt-link-freetext" href="http://www.kitware.com/opensource/opensource.html">http://www.kitware.com/opensource/opensource.html</a>

Please keep messages on-topic and check the ParaView Wiki at: <a class="moz-txt-link-freetext" href="http://paraview.org/Wiki/ParaView">http://paraview.org/Wiki/ParaView</a>

Search the list archives at: <a class="moz-txt-link-freetext" href="http://markmail.org/search/?q=ParaView">http://markmail.org/search/?q=ParaView</a>

Follow this link to subscribe/unsubscribe:
<a class="moz-txt-link-freetext" href="http://public.kitware.com/mailman/listinfo/paraview">http://public.kitware.com/mailman/listinfo/paraview</a>
</pre>
    </blockquote>
    <br>
  </body>
</html>