[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#528708: marked as done (libgl1-mesa-dri: swrast driver almost completely breaks QtOpenGL)



Your message dated Sun, 28 Jun 2009 18:18:45 +0000
with message-id <E1MKyxh-0006jQ-Rn@ries.debian.org>
and subject line Bug#528708: fixed in mesa 7.4.4-1
has caused the Debian Bug report #528708,
regarding libgl1-mesa-dri: swrast driver almost completely breaks QtOpenGL
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
528708: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=528708
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: libgl1-mesa-dri
File: /usr/lib/dri/swrast_dri.so
Version: 7.4.1-1
Severity: important
X-Debbugs-CC: gui@scalable-networks.com

With a setup where the machine is using the swrast DRI driver, many of the Qt 
OpenGL examples crash: in my test, 2dpainting, framebufferobject, 
framebufferobject2, overpainting, and textures from /usr/lib/qt4/examples/ in 
qt4-demos all get a segmentation fault.  Looking at the source code for 
textures, in particular, it's not doing anything fancy, other than perhaps 
doing context sharing; and from the Qt4 source code, the only unusual thing I 
can see in its texture generation code is that it uses the 
GL_SGIS_generate_mipmap extension if it's available.

Compiling the textures example in debug mode, I get a backtrace starting with:

#0  0x0000000004b2a900 in ?? ()
#1  0x000000343c225671 in glXWaitX () at glxcmds.c:660
#2  0x000000343ca53b9d in QGLWidget::resizeEvent (this=<value optimized out>)
    at qgl_x11.cpp:1129
#3  0x0000003ab162859a in QWidget::event (this=<value optimized out>,
    event=<value optimized out>) at kernel/qwidget.cpp:7667
...

In another similar application I'm involved with developing, in an override of 
QGLWidget::initializeGL(), glGetString(GL_VERSION) was returning NULL -- and 
giving a warning about calling it with no active context with MESA_DEBUG=1.  
That was causing a call to gluBuild2DMipmaps to segfault.  That happened even 
if I added in an explicit call to QGLWidget::makeCurrent() (which shouldn't be 
necessary in any case, as Qt does that itself before calling initializeGL).  
Oddly, if I asked it to switch to a different context and then back, the 
glGetString started working -- but the application still crashed later in 
glXWaitX.

All those examples work fine if I rename /usr/lib/dri/swrast_dri.so, or if I 
install the fglrx drivers.

glxinfo output is:
name of display: :0.0                                                        
display: :0  screen: 0                                                       
direct rendering: Yes                                                        
server glx vendor string: SGI                                                
server glx version string: 1.2                                               
server glx extensions:                                                       
    GLX_ARB_multisample, GLX_EXT_visual_info, GLX_EXT_visual_rating,         
    GLX_EXT_import_context, GLX_EXT_texture_from_pixmap, GLX_OML_swap_method, 
    GLX_SGI_make_current_read, GLX_SGIS_multisample, GLX_SGIX_hyperpipe,      
    GLX_SGIX_swap_barrier, GLX_SGIX_fbconfig, GLX_MESA_copy_sub_buffer        
client glx vendor string: SGI                                                 
client glx version string: 1.4                                                
client glx extensions:                                                        
    GLX_ARB_get_proc_address, GLX_ARB_multisample, GLX_EXT_import_context,    
    GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_MESA_allocate_memory,     
    GLX_MESA_copy_sub_buffer, GLX_MESA_swap_control,                          
    GLX_MESA_swap_frame_usage, GLX_OML_swap_method, GLX_OML_sync_control,     
    GLX_SGI_make_current_read, GLX_SGI_swap_control, GLX_SGI_video_sync,      
    GLX_SGIS_multisample, GLX_SGIX_fbconfig, GLX_SGIX_pbuffer,                
    GLX_SGIX_visual_select_group, GLX_EXT_texture_from_pixmap                 
GLX version: 1.2                                                              
GLX extensions:                                                               
    GLX_ARB_get_proc_address, GLX_ARB_multisample, GLX_EXT_import_context,    
    GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_OML_swap_method,          
    GLX_SGIS_multisample, GLX_SGIX_fbconfig                                   
OpenGL vendor string: Mesa Project                                            
OpenGL renderer string: Software Rasterizer                                   
OpenGL version string: 2.1 Mesa 7.4.1                                         
OpenGL shading language version string: 1.20                                  
OpenGL extensions:                                                            
    GL_ARB_depth_texture, GL_ARB_draw_buffers, GL_ARB_fragment_program,       
    GL_ARB_fragment_program_shadow, GL_ARB_fragment_shader,                   
    GL_ARB_half_float_pixel, GL_ARB_imaging, GL_ARB_multisample,              
    GL_ARB_multitexture, GL_ARB_occlusion_query, GL_ARB_pixel_buffer_object,  
    GL_ARB_point_parameters, GL_ARB_point_sprite, GL_ARB_shader_objects,      
    GL_ARB_shading_language_100, GL_ARB_shading_language_120, GL_ARB_shadow,  
    GL_ARB_shadow_ambient, GL_ARB_texture_border_clamp,                       
    GL_ARB_texture_compression, GL_ARB_texture_cube_map,                      
    GL_ARB_texture_env_add, GL_ARB_texture_env_combine,                       
    GL_ARB_texture_env_crossbar, GL_ARB_texture_env_dot3,                     
    GL_ARB_texture_mirrored_repeat, GL_ARB_texture_non_power_of_two,          
    GL_ARB_texture_rectangle, GL_ARB_transpose_matrix,                        
    GL_ARB_vertex_buffer_object, GL_ARB_vertex_program, GL_ARB_vertex_shader, 
    GL_ARB_window_pos, GL_EXT_abgr, GL_EXT_bgra, GL_EXT_blend_color,          
    GL_EXT_blend_equation_separate, GL_EXT_blend_func_separate,               
    GL_EXT_blend_logic_op, GL_EXT_blend_minmax, GL_EXT_blend_subtract,        
    GL_EXT_clip_volume_hint, GL_EXT_compiled_vertex_array, GL_EXT_convolution, 
    GL_EXT_copy_texture, GL_EXT_depth_bounds_test, GL_EXT_draw_range_elements, 
    GL_EXT_framebuffer_object, GL_EXT_framebuffer_blit, GL_EXT_fog_coord,      
    GL_EXT_gpu_program_parameters, GL_EXT_histogram, GL_EXT_multi_draw_arrays, 
    GL_EXT_packed_depth_stencil, GL_EXT_packed_pixels,                         
    GL_EXT_paletted_texture, GL_EXT_pixel_buffer_object,                       
    GL_EXT_point_parameters, GL_EXT_polygon_offset, GL_EXT_rescale_normal,     
    GL_EXT_secondary_color, GL_EXT_separate_specular_color,                    
    GL_EXT_shadow_funcs, GL_EXT_shared_texture_palette,                        
    GL_EXT_stencil_two_side, GL_EXT_stencil_wrap, GL_EXT_subtexture,           
    GL_EXT_texture, GL_EXT_texture3D, GL_EXT_texture_edge_clamp,               
    GL_EXT_texture_env_add, GL_EXT_texture_env_combine,                        
    GL_EXT_texture_env_dot3, GL_EXT_texture_lod_bias,                          
    GL_EXT_texture_mirror_clamp, GL_EXT_texture_object,                        
    GL_EXT_texture_rectangle, GL_EXT_texture_sRGB, GL_EXT_vertex_array,        
    GL_3DFX_texture_compression_FXT1, GL_APPLE_packed_pixels,                  
    GL_APPLE_vertex_array_object, GL_ATI_blend_equation_separate,              
    GL_ATI_texture_env_combine3, GL_ATI_texture_mirror_once,                   
    GL_ATI_fragment_shader, GL_ATI_separate_stencil,                           
    GL_IBM_multimode_draw_arrays, GL_IBM_rasterpos_clip,                       
    GL_IBM_texture_mirrored_repeat, GL_INGR_blend_func_separate,               
    GL_MESA_pack_invert, GL_MESA_program_debug, GL_MESA_resize_buffers,        
    GL_MESA_texture_array, GL_MESA_ycbcr_texture, GL_MESA_window_pos,          
    GL_NV_blend_square, GL_NV_fragment_program, GL_NV_light_max_exponent,      
    GL_NV_point_sprite, GL_NV_texture_rectangle, GL_NV_texgen_reflection,      
    GL_NV_vertex_program, GL_NV_vertex_program1_1, GL_OES_read_format,         
    GL_SGI_color_matrix, GL_SGI_color_table, GL_SGI_texture_color_table,       
    GL_SGIS_generate_mipmap, GL_SGIS_texture_border_clamp,                     
    GL_SGIS_texture_edge_clamp, GL_SGIS_texture_lod, GL_SGIX_depth_texture,    
    GL_SGIX_shadow, GL_SGIX_shadow_ambient, GL_SUN_multi_draw_arrays           

64 GLX Visuals
   visual  x  bf lv rg d st colorbuffer ax dp st accumbuffer  ms  cav
 id dep cl sp sz l  ci b ro  r  g  b  a bf th cl  r  g  b  a ns b eat
----------------------------------------------------------------------
0x21 24 tc  0 32  0 r  y  .  8  8  8  8  0 24  8  0  0  0  0  0 0 None
0x22 24 dc  0 32  0 r  y  .  8  8  8  8  0 24  8  0  0  0  0  0 0 None
0xca 24 tc  0 24  0 r  .  .  8  8  8  0  0  0  0  0  0  0  0  0 0 None
0xcb 24 tc  0 24  0 r  .  .  8  8  8  0  0  0  0 16 16 16  0  0 0 Slow
0xcc 24 tc  0 24  0 r  y  .  8  8  8  0  0  0  0  0  0  0  0  0 0 None
0xcd 24 tc  0 24  0 r  y  .  8  8  8  0  0  0  0 16 16 16  0  0 0 Slow
0xce 24 tc  0 24  0 r  .  .  8  8  8  0  0  0  8  0  0  0  0  0 0 None
0xcf 24 tc  0 24  0 r  .  .  8  8  8  0  0  0  8 16 16 16  0  0 0 Slow
0xd0 24 tc  0 24  0 r  y  .  8  8  8  0  0  0  8  0  0  0  0  0 0 None
0xd1 24 tc  0 24  0 r  y  .  8  8  8  0  0  0  8 16 16 16  0  0 0 Slow
0xd2 24 tc  0 24  0 r  .  .  8  8  8  0  0 24  0  0  0  0  0  0 0 None
0xd3 24 tc  0 24  0 r  .  .  8  8  8  0  0 24  0 16 16 16  0  0 0 Slow
0xd4 24 tc  0 24  0 r  y  .  8  8  8  0  0 24  0  0  0  0  0  0 0 None
0xd5 24 tc  0 24  0 r  y  .  8  8  8  0  0 24  0 16 16 16  0  0 0 Slow
0xd6 24 tc  0 24  0 r  .  .  8  8  8  0  0 24  8  0  0  0  0  0 0 None
0xd7 24 tc  0 24  0 r  .  .  8  8  8  0  0 24  8 16 16 16  0  0 0 Slow
0xd8 24 tc  0 24  0 r  y  .  8  8  8  0  0 24  8  0  0  0  0  0 0 None
0xd9 24 tc  0 24  0 r  y  .  8  8  8  0  0 24  8 16 16 16  0  0 0 Slow
0xda 24 tc  0 32  0 r  .  .  8  8  8  8  0  0  0  0  0  0  0  0 0 None
0xdb 24 tc  0 32  0 r  .  .  8  8  8  8  0  0  0 16 16 16 16  0 0 Slow
0xdc 24 tc  0 32  0 r  y  .  8  8  8  8  0  0  0  0  0  0  0  0 0 None
0xdd 24 tc  0 32  0 r  y  .  8  8  8  8  0  0  0 16 16 16 16  0 0 Slow
0xde 24 tc  0 32  0 r  .  .  8  8  8  8  0  0  8  0  0  0  0  0 0 None
0xdf 24 tc  0 32  0 r  .  .  8  8  8  8  0  0  8 16 16 16 16  0 0 Slow
0xe0 24 tc  0 32  0 r  y  .  8  8  8  8  0  0  8  0  0  0  0  0 0 None
0xe1 24 tc  0 32  0 r  y  .  8  8  8  8  0  0  8 16 16 16 16  0 0 Slow
0xe2 24 tc  0 32  0 r  .  .  8  8  8  8  0 24  0  0  0  0  0  0 0 None
0xe3 24 tc  0 32  0 r  .  .  8  8  8  8  0 24  0 16 16 16 16  0 0 Slow
0xe4 24 tc  0 32  0 r  y  .  8  8  8  8  0 24  0 16 16 16 16  0 0 Slow
0xe5 24 tc  0 32  0 r  .  .  8  8  8  8  0 24  8  0  0  0  0  0 0 None
0xe6 24 tc  0 32  0 r  .  .  8  8  8  8  0 24  8 16 16 16 16  0 0 Slow
0xe7 24 tc  0 32  0 r  y  .  8  8  8  8  0 24  8 16 16 16 16  0 0 Slow
0xe8 24 dc  0 24  0 r  .  .  8  8  8  0  0  0  0  0  0  0  0  0 0 None
0xe9 24 dc  0 24  0 r  .  .  8  8  8  0  0  0  0 16 16 16  0  0 0 Slow
0xea 24 dc  0 24  0 r  y  .  8  8  8  0  0  0  0  0  0  0  0  0 0 None
0xeb 24 dc  0 24  0 r  y  .  8  8  8  0  0  0  0 16 16 16  0  0 0 Slow
0xec 24 dc  0 24  0 r  .  .  8  8  8  0  0  0  8  0  0  0  0  0 0 None
0xed 24 dc  0 24  0 r  .  .  8  8  8  0  0  0  8 16 16 16  0  0 0 Slow
0xee 24 dc  0 24  0 r  y  .  8  8  8  0  0  0  8  0  0  0  0  0 0 None
0xef 24 dc  0 24  0 r  y  .  8  8  8  0  0  0  8 16 16 16  0  0 0 Slow
0xf0 24 dc  0 24  0 r  .  .  8  8  8  0  0 24  0  0  0  0  0  0 0 None
0xf1 24 dc  0 24  0 r  .  .  8  8  8  0  0 24  0 16 16 16  0  0 0 Slow
0xf2 24 dc  0 24  0 r  y  .  8  8  8  0  0 24  0  0  0  0  0  0 0 None
0xf3 24 dc  0 24  0 r  y  .  8  8  8  0  0 24  0 16 16 16  0  0 0 Slow
0xf4 24 dc  0 24  0 r  .  .  8  8  8  0  0 24  8  0  0  0  0  0 0 None
0xf5 24 dc  0 24  0 r  .  .  8  8  8  0  0 24  8 16 16 16  0  0 0 Slow
0xf6 24 dc  0 24  0 r  y  .  8  8  8  0  0 24  8  0  0  0  0  0 0 None
0xf7 24 dc  0 24  0 r  y  .  8  8  8  0  0 24  8 16 16 16  0  0 0 Slow
0xf8 24 dc  0 32  0 r  .  .  8  8  8  8  0  0  0  0  0  0  0  0 0 None
0xf9 24 dc  0 32  0 r  .  .  8  8  8  8  0  0  0 16 16 16 16  0 0 Slow
0xfa 24 dc  0 32  0 r  y  .  8  8  8  8  0  0  0  0  0  0  0  0 0 None
0xfb 24 dc  0 32  0 r  y  .  8  8  8  8  0  0  0 16 16 16 16  0 0 Slow
0xfc 24 dc  0 32  0 r  .  .  8  8  8  8  0  0  8  0  0  0  0  0 0 None
0xfd 24 dc  0 32  0 r  .  .  8  8  8  8  0  0  8 16 16 16 16  0 0 Slow
0xfe 24 dc  0 32  0 r  y  .  8  8  8  8  0  0  8  0  0  0  0  0 0 None
0xff 24 dc  0 32  0 r  y  .  8  8  8  8  0  0  8 16 16 16 16  0 0 Slow
0x100 24 dc  0 32  0 r  .  .  8  8  8  8  0 24  0  0  0  0  0  0 0 None
0x101 24 dc  0 32  0 r  .  .  8  8  8  8  0 24  0 16 16 16 16  0 0 Slow
0x102 24 dc  0 32  0 r  y  .  8  8  8  8  0 24  0  0  0  0  0  0 0 None
0x103 24 dc  0 32  0 r  y  .  8  8  8  8  0 24  0 16 16 16 16  0 0 Slow
0x104 24 dc  0 32  0 r  .  .  8  8  8  8  0 24  8  0  0  0  0  0 0 None
0x105 24 dc  0 32  0 r  .  .  8  8  8  8  0 24  8 16 16 16 16  0 0 Slow
0x106 24 dc  0 32  0 r  y  .  8  8  8  8  0 24  8 16 16 16 16  0 0 Slow
0x49 32 tc  0 32  0 r  y  .  8  8  8  8  0 24  0  0  0  0  0  0 0 None 

128 GLXFBConfigs:
   visual  x  bf lv rg d st colorbuffer ax dp st accumbuffer  ms  cav
 id dep cl sp sz l  ci b ro  r  g  b  a bf th cl  r  g  b  a ns b eat
----------------------------------------------------------------------
0x4a  0 tc  0  8  0 r  .  .  3  3  2  0  0  0  0  0  0  0  0  0 0 None
0x4b  0 tc  0  8  0 r  .  .  3  3  2  0  0  0  0 16 16 16  0  0 0 Slow
0x4c  0 tc  0  8  0 r  y  .  3  3  2  0  0  0  0  0  0  0  0  0 0 None
0x4d  0 tc  0  8  0 r  y  .  3  3  2  0  0  0  0 16 16 16  0  0 0 Slow
0x4e  0 tc  0  8  0 r  .  .  3  3  2  0  0  0  8  0  0  0  0  0 0 None
0x4f  0 tc  0  8  0 r  .  .  3  3  2  0  0  0  8 16 16 16  0  0 0 Slow
0x50  0 tc  0  8  0 r  y  .  3  3  2  0  0  0  8  0  0  0  0  0 0 None
0x51  0 tc  0  8  0 r  y  .  3  3  2  0  0  0  8 16 16 16  0  0 0 Slow
0x52  0 tc  0  8  0 r  .  .  3  3  2  0  0  8  0  0  0  0  0  0 0 None
0x53  0 tc  0  8  0 r  .  .  3  3  2  0  0  8  0 16 16 16  0  0 0 Slow
0x54  0 tc  0  8  0 r  y  .  3  3  2  0  0  8  0  0  0  0  0  0 0 None
0x55  0 tc  0  8  0 r  y  .  3  3  2  0  0  8  0 16 16 16  0  0 0 Slow
0x56  0 tc  0  8  0 r  .  .  3  3  2  0  0  8  8  0  0  0  0  0 0 None
0x57  0 tc  0  8  0 r  .  .  3  3  2  0  0  8  8 16 16 16  0  0 0 Slow
0x58  0 tc  0  8  0 r  y  .  3  3  2  0  0  8  8  0  0  0  0  0 0 None
0x59  0 tc  0  8  0 r  y  .  3  3  2  0  0  8  8 16 16 16  0  0 0 Slow
0x5a  0 tc  0 16  0 r  .  .  5  6  5  0  0  0  0  0  0  0  0  0 0 None
0x5b  0 tc  0 16  0 r  .  .  5  6  5  0  0  0  0 16 16 16  0  0 0 Slow
0x5c  0 tc  0 16  0 r  y  .  5  6  5  0  0  0  0  0  0  0  0  0 0 None
0x5d  0 tc  0 16  0 r  y  .  5  6  5  0  0  0  0 16 16 16  0  0 0 Slow
0x5e  0 tc  0 16  0 r  .  .  5  6  5  0  0  0  8  0  0  0  0  0 0 None
0x5f  0 tc  0 16  0 r  .  .  5  6  5  0  0  0  8 16 16 16  0  0 0 Slow
0x60  0 tc  0 16  0 r  y  .  5  6  5  0  0  0  8  0  0  0  0  0 0 None
0x61  0 tc  0 16  0 r  y  .  5  6  5  0  0  0  8 16 16 16  0  0 0 Slow
0x62  0 tc  0 16  0 r  .  .  5  6  5  0  0 16  0  0  0  0  0  0 0 None
0x63  0 tc  0 16  0 r  .  .  5  6  5  0  0 16  0 16 16 16  0  0 0 Slow
0x64  0 tc  0 16  0 r  y  .  5  6  5  0  0 16  0  0  0  0  0  0 0 None
0x65  0 tc  0 16  0 r  y  .  5  6  5  0  0 16  0 16 16 16  0  0 0 Slow
0x66  0 tc  0 16  0 r  .  .  5  6  5  0  0 16  8  0  0  0  0  0 0 None
0x67  0 tc  0 16  0 r  .  .  5  6  5  0  0 16  8 16 16 16  0  0 0 Slow
0x68  0 tc  0 16  0 r  y  .  5  6  5  0  0 16  8  0  0  0  0  0 0 None
0x69  0 tc  0 16  0 r  y  .  5  6  5  0  0 16  8 16 16 16  0  0 0 Slow
0x6a  0 tc  0 24  0 r  .  .  8  8  8  0  0  0  0  0  0  0  0  0 0 None
0x6b  0 tc  0 24  0 r  .  .  8  8  8  0  0  0  0 16 16 16  0  0 0 Slow
0x6c  0 tc  0 24  0 r  y  .  8  8  8  0  0  0  0  0  0  0  0  0 0 None
0x6d  0 tc  0 24  0 r  y  .  8  8  8  0  0  0  0 16 16 16  0  0 0 Slow
0x6e  0 tc  0 24  0 r  .  .  8  8  8  0  0  0  8  0  0  0  0  0 0 None
0x6f  0 tc  0 24  0 r  .  .  8  8  8  0  0  0  8 16 16 16  0  0 0 Slow
0x70  0 tc  0 24  0 r  y  .  8  8  8  0  0  0  8  0  0  0  0  0 0 None
0x71  0 tc  0 24  0 r  y  .  8  8  8  0  0  0  8 16 16 16  0  0 0 Slow
0x72  0 tc  0 24  0 r  .  .  8  8  8  0  0 24  0  0  0  0  0  0 0 None
0x73  0 tc  0 24  0 r  .  .  8  8  8  0  0 24  0 16 16 16  0  0 0 Slow
0x74  0 tc  0 24  0 r  y  .  8  8  8  0  0 24  0  0  0  0  0  0 0 None
0x75  0 tc  0 24  0 r  y  .  8  8  8  0  0 24  0 16 16 16  0  0 0 Slow
0x76  0 tc  0 24  0 r  .  .  8  8  8  0  0 24  8  0  0  0  0  0 0 None
0x77  0 tc  0 24  0 r  .  .  8  8  8  0  0 24  8 16 16 16  0  0 0 Slow
0x78  0 tc  0 24  0 r  y  .  8  8  8  0  0 24  8  0  0  0  0  0 0 None
0x79  0 tc  0 24  0 r  y  .  8  8  8  0  0 24  8 16 16 16  0  0 0 Slow
0x7a  0 tc  0 32  0 r  .  .  8  8  8  8  0  0  0  0  0  0  0  0 0 None
0x7b  0 tc  0 32  0 r  .  .  8  8  8  8  0  0  0 16 16 16 16  0 0 Slow
0x7c  0 tc  0 32  0 r  y  .  8  8  8  8  0  0  0  0  0  0  0  0 0 None
0x7d  0 tc  0 32  0 r  y  .  8  8  8  8  0  0  0 16 16 16 16  0 0 Slow
0x7e  0 tc  0 32  0 r  .  .  8  8  8  8  0  0  8  0  0  0  0  0 0 None
0x7f  0 tc  0 32  0 r  .  .  8  8  8  8  0  0  8 16 16 16 16  0 0 Slow
0x80  0 tc  0 32  0 r  y  .  8  8  8  8  0  0  8  0  0  0  0  0 0 None
0x81  0 tc  0 32  0 r  y  .  8  8  8  8  0  0  8 16 16 16 16  0 0 Slow
0x82  0 tc  0 32  0 r  .  .  8  8  8  8  0 24  0  0  0  0  0  0 0 None
0x83  0 tc  0 32  0 r  .  .  8  8  8  8  0 24  0 16 16 16 16  0 0 Slow
0x84  0 tc  0 32  0 r  y  .  8  8  8  8  0 24  0  0  0  0  0  0 0 None
0x85  0 tc  0 32  0 r  y  .  8  8  8  8  0 24  0 16 16 16 16  0 0 Slow
0x86  0 tc  0 32  0 r  .  .  8  8  8  8  0 24  8  0  0  0  0  0 0 None
0x87  0 tc  0 32  0 r  .  .  8  8  8  8  0 24  8 16 16 16 16  0 0 Slow
0x88  0 tc  0 32  0 r  y  .  8  8  8  8  0 24  8  0  0  0  0  0 0 None
0x89  0 tc  0 32  0 r  y  .  8  8  8  8  0 24  8 16 16 16 16  0 0 Slow
0x8a  0 dc  0  8  0 r  .  .  3  3  2  0  0  0  0  0  0  0  0  0 0 None
0x8b  0 dc  0  8  0 r  .  .  3  3  2  0  0  0  0 16 16 16  0  0 0 Slow
0x8c  0 dc  0  8  0 r  y  .  3  3  2  0  0  0  0  0  0  0  0  0 0 None
0x8d  0 dc  0  8  0 r  y  .  3  3  2  0  0  0  0 16 16 16  0  0 0 Slow
0x8e  0 dc  0  8  0 r  .  .  3  3  2  0  0  0  8  0  0  0  0  0 0 None
0x8f  0 dc  0  8  0 r  .  .  3  3  2  0  0  0  8 16 16 16  0  0 0 Slow
0x90  0 dc  0  8  0 r  y  .  3  3  2  0  0  0  8  0  0  0  0  0 0 None
0x91  0 dc  0  8  0 r  y  .  3  3  2  0  0  0  8 16 16 16  0  0 0 Slow
0x92  0 dc  0  8  0 r  .  .  3  3  2  0  0  8  0  0  0  0  0  0 0 None
0x93  0 dc  0  8  0 r  .  .  3  3  2  0  0  8  0 16 16 16  0  0 0 Slow
0x94  0 dc  0  8  0 r  y  .  3  3  2  0  0  8  0  0  0  0  0  0 0 None
0x95  0 dc  0  8  0 r  y  .  3  3  2  0  0  8  0 16 16 16  0  0 0 Slow
0x96  0 dc  0  8  0 r  .  .  3  3  2  0  0  8  8  0  0  0  0  0 0 None
0x97  0 dc  0  8  0 r  .  .  3  3  2  0  0  8  8 16 16 16  0  0 0 Slow
0x98  0 dc  0  8  0 r  y  .  3  3  2  0  0  8  8  0  0  0  0  0 0 None
0x99  0 dc  0  8  0 r  y  .  3  3  2  0  0  8  8 16 16 16  0  0 0 Slow
0x9a  0 dc  0 16  0 r  .  .  5  6  5  0  0  0  0  0  0  0  0  0 0 None
0x9b  0 dc  0 16  0 r  .  .  5  6  5  0  0  0  0 16 16 16  0  0 0 Slow
0x9c  0 dc  0 16  0 r  y  .  5  6  5  0  0  0  0  0  0  0  0  0 0 None
0x9d  0 dc  0 16  0 r  y  .  5  6  5  0  0  0  0 16 16 16  0  0 0 Slow
0x9e  0 dc  0 16  0 r  .  .  5  6  5  0  0  0  8  0  0  0  0  0 0 None
0x9f  0 dc  0 16  0 r  .  .  5  6  5  0  0  0  8 16 16 16  0  0 0 Slow
0xa0  0 dc  0 16  0 r  y  .  5  6  5  0  0  0  8  0  0  0  0  0 0 None
0xa1  0 dc  0 16  0 r  y  .  5  6  5  0  0  0  8 16 16 16  0  0 0 Slow
0xa2  0 dc  0 16  0 r  .  .  5  6  5  0  0 16  0  0  0  0  0  0 0 None
0xa3  0 dc  0 16  0 r  .  .  5  6  5  0  0 16  0 16 16 16  0  0 0 Slow
0xa4  0 dc  0 16  0 r  y  .  5  6  5  0  0 16  0  0  0  0  0  0 0 None
0xa5  0 dc  0 16  0 r  y  .  5  6  5  0  0 16  0 16 16 16  0  0 0 Slow
0xa6  0 dc  0 16  0 r  .  .  5  6  5  0  0 16  8  0  0  0  0  0 0 None
0xa7  0 dc  0 16  0 r  .  .  5  6  5  0  0 16  8 16 16 16  0  0 0 Slow
0xa8  0 dc  0 16  0 r  y  .  5  6  5  0  0 16  8  0  0  0  0  0 0 None
0xa9  0 dc  0 16  0 r  y  .  5  6  5  0  0 16  8 16 16 16  0  0 0 Slow
0xaa  0 dc  0 24  0 r  .  .  8  8  8  0  0  0  0  0  0  0  0  0 0 None
0xab  0 dc  0 24  0 r  .  .  8  8  8  0  0  0  0 16 16 16  0  0 0 Slow
0xac  0 dc  0 24  0 r  y  .  8  8  8  0  0  0  0  0  0  0  0  0 0 None
0xad  0 dc  0 24  0 r  y  .  8  8  8  0  0  0  0 16 16 16  0  0 0 Slow
0xae  0 dc  0 24  0 r  .  .  8  8  8  0  0  0  8  0  0  0  0  0 0 None
0xaf  0 dc  0 24  0 r  .  .  8  8  8  0  0  0  8 16 16 16  0  0 0 Slow
0xb0  0 dc  0 24  0 r  y  .  8  8  8  0  0  0  8  0  0  0  0  0 0 None
0xb1  0 dc  0 24  0 r  y  .  8  8  8  0  0  0  8 16 16 16  0  0 0 Slow
0xb2  0 dc  0 24  0 r  .  .  8  8  8  0  0 24  0  0  0  0  0  0 0 None
0xb3  0 dc  0 24  0 r  .  .  8  8  8  0  0 24  0 16 16 16  0  0 0 Slow
0xb4  0 dc  0 24  0 r  y  .  8  8  8  0  0 24  0  0  0  0  0  0 0 None
0xb5  0 dc  0 24  0 r  y  .  8  8  8  0  0 24  0 16 16 16  0  0 0 Slow
0xb6  0 dc  0 24  0 r  .  .  8  8  8  0  0 24  8  0  0  0  0  0 0 None
0xb7  0 dc  0 24  0 r  .  .  8  8  8  0  0 24  8 16 16 16  0  0 0 Slow
0xb8  0 dc  0 24  0 r  y  .  8  8  8  0  0 24  8  0  0  0  0  0 0 None
0xb9  0 dc  0 24  0 r  y  .  8  8  8  0  0 24  8 16 16 16  0  0 0 Slow
0xba  0 dc  0 32  0 r  .  .  8  8  8  8  0  0  0  0  0  0  0  0 0 None
0xbb  0 dc  0 32  0 r  .  .  8  8  8  8  0  0  0 16 16 16 16  0 0 Slow
0xbc  0 dc  0 32  0 r  y  .  8  8  8  8  0  0  0  0  0  0  0  0 0 None
0xbd  0 dc  0 32  0 r  y  .  8  8  8  8  0  0  0 16 16 16 16  0 0 Slow
0xbe  0 dc  0 32  0 r  .  .  8  8  8  8  0  0  8  0  0  0  0  0 0 None
0xbf  0 dc  0 32  0 r  .  .  8  8  8  8  0  0  8 16 16 16 16  0 0 Slow
0xc0  0 dc  0 32  0 r  y  .  8  8  8  8  0  0  8  0  0  0  0  0 0 None
0xc1  0 dc  0 32  0 r  y  .  8  8  8  8  0  0  8 16 16 16 16  0 0 Slow
0xc2  0 dc  0 32  0 r  .  .  8  8  8  8  0 24  0  0  0  0  0  0 0 None
0xc3  0 dc  0 32  0 r  .  .  8  8  8  8  0 24  0 16 16 16 16  0 0 Slow
0xc4  0 dc  0 32  0 r  y  .  8  8  8  8  0 24  0  0  0  0  0  0 0 None
0xc5  0 dc  0 32  0 r  y  .  8  8  8  8  0 24  0 16 16 16 16  0 0 Slow
0xc6  0 dc  0 32  0 r  .  .  8  8  8  8  0 24  8  0  0  0  0  0 0 None
0xc7  0 dc  0 32  0 r  .  .  8  8  8  8  0 24  8 16 16 16 16  0 0 Slow
0xc8  0 dc  0 32  0 r  y  .  8  8  8  8  0 24  8  0  0  0  0  0 0 None
0xc9  0 dc  0 32  0 r  y  .  8  8  8  8  0 24  8 16 16 16 16  0 0 Slow

(And I've also reproduced the bug in a VM using kvm.)
-- 
Daniel Schepler




--- End Message ---
--- Begin Message ---
Source: mesa
Source-Version: 7.4.4-1

We believe that the bug you reported is fixed in the latest version of
mesa, which is due to be installed in the Debian FTP archive:

libgl1-mesa-dev_7.4.4-1_amd64.deb
  to pool/main/m/mesa/libgl1-mesa-dev_7.4.4-1_amd64.deb
libgl1-mesa-dri-dbg_7.4.4-1_amd64.deb
  to pool/main/m/mesa/libgl1-mesa-dri-dbg_7.4.4-1_amd64.deb
libgl1-mesa-dri_7.4.4-1_amd64.deb
  to pool/main/m/mesa/libgl1-mesa-dri_7.4.4-1_amd64.deb
libgl1-mesa-glx-dbg_7.4.4-1_amd64.deb
  to pool/main/m/mesa/libgl1-mesa-glx-dbg_7.4.4-1_amd64.deb
libgl1-mesa-glx_7.4.4-1_amd64.deb
  to pool/main/m/mesa/libgl1-mesa-glx_7.4.4-1_amd64.deb
libgl1-mesa-swx11-dbg_7.4.4-1_amd64.deb
  to pool/main/m/mesa/libgl1-mesa-swx11-dbg_7.4.4-1_amd64.deb
libgl1-mesa-swx11-dev_7.4.4-1_amd64.deb
  to pool/main/m/mesa/libgl1-mesa-swx11-dev_7.4.4-1_amd64.deb
libgl1-mesa-swx11_7.4.4-1_amd64.deb
  to pool/main/m/mesa/libgl1-mesa-swx11_7.4.4-1_amd64.deb
libglu1-mesa-dev_7.4.4-1_amd64.deb
  to pool/main/m/mesa/libglu1-mesa-dev_7.4.4-1_amd64.deb
libglu1-mesa_7.4.4-1_amd64.deb
  to pool/main/m/mesa/libglu1-mesa_7.4.4-1_amd64.deb
libglw1-mesa-dev_7.4.4-1_amd64.deb
  to pool/main/m/mesa/libglw1-mesa-dev_7.4.4-1_amd64.deb
libglw1-mesa_7.4.4-1_amd64.deb
  to pool/main/m/mesa/libglw1-mesa_7.4.4-1_amd64.deb
libosmesa6-dev_7.4.4-1_amd64.deb
  to pool/main/m/mesa/libosmesa6-dev_7.4.4-1_amd64.deb
libosmesa6_7.4.4-1_amd64.deb
  to pool/main/m/mesa/libosmesa6_7.4.4-1_amd64.deb
mesa-common-dev_7.4.4-1_amd64.deb
  to pool/main/m/mesa/mesa-common-dev_7.4.4-1_amd64.deb
mesa-utils_7.4.4-1_amd64.deb
  to pool/main/m/mesa/mesa-utils_7.4.4-1_amd64.deb
mesa_7.4.4-1.diff.gz
  to pool/main/m/mesa/mesa_7.4.4-1.diff.gz
mesa_7.4.4-1.dsc
  to pool/main/m/mesa/mesa_7.4.4-1.dsc
mesa_7.4.4.orig.tar.gz
  to pool/main/m/mesa/mesa_7.4.4.orig.tar.gz



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 528708@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Julien Cristau <jcristau@debian.org> (supplier of updated mesa package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmaster@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Sun, 28 Jun 2009 18:58:27 +0200
Source: mesa
Binary: libgl1-mesa-swx11 libgl1-mesa-swx11-dbg libgl1-mesa-swx11-i686 libgl1-mesa-swx11-dev libgl1-mesa-glx libgl1-mesa-glx-dbg libgl1-mesa-dri libgl1-mesa-dri-dbg libgl1-mesa-dev mesa-common-dev libosmesa6 libosmesa6-dev libglu1-mesa libglu1-mesa-dev libglw1-mesa libglw1-mesa-dev mesa-utils
Architecture: source amd64
Version: 7.4.4-1
Distribution: unstable
Urgency: low
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Changed-By: Julien Cristau <jcristau@debian.org>
Description: 
 libgl1-mesa-dev - A free implementation of the OpenGL API -- GLX development files
 libgl1-mesa-dri - A free implementation of the OpenGL API -- DRI modules
 libgl1-mesa-dri-dbg - Debugging symbols for the Mesa DRI modules
 libgl1-mesa-glx - A free implementation of the OpenGL API -- GLX runtime
 libgl1-mesa-glx-dbg - Debugging symbols for the Mesa GLX runtime
 libgl1-mesa-swx11 - A free implementation of the OpenGL API -- runtime
 libgl1-mesa-swx11-dbg - A free implementation of the OpenGL API -- debugging symbols
 libgl1-mesa-swx11-dev - A free implementation of the OpenGL API -- development files
 libgl1-mesa-swx11-i686 - Mesa OpenGL runtime [i686 optimized]
 libglu1-mesa - The OpenGL utility library (GLU)
 libglu1-mesa-dev - The OpenGL utility library -- development files
 libglw1-mesa - A free implementation of the OpenGL API -- runtime
 libglw1-mesa-dev - A free implementation of the OpenGL API -- development files
 libosmesa6 - Mesa Off-screen rendering extension
 libosmesa6-dev - Mesa Off-screen rendering extension -- development files
 mesa-common-dev - Developer documentation for Mesa
 mesa-utils - Miscellaneous Mesa GL utilities
Closes: 527483 528708
Changes: 
 mesa (7.4.4-1) unstable; urgency=low
 .
   [ Julien Cristau ]
   * New upstream release.
     + fixes a crash in swrast glXWaitX (closes: #528708)
   * Don't build hardware dri drivers on s390.
   * Update 04_osmesa_version.diff, refresh 06_kfreebsd-ftbfs.diff.
 .
   [ Brice Goglin ]
   * Enable motif in GLw, closes: #527483.
Checksums-Sha1: 
 af954a919129932a51c2818bc00055fc91d2d6bb 1899 mesa_7.4.4-1.dsc
 52c48390992b6ec9088a5378477b998e45b7ed05 6517228 mesa_7.4.4.orig.tar.gz
 316fa22d5f8e1b3a8af68cf96f1411df264160e2 234636 mesa_7.4.4-1.diff.gz
 944d37f27e8a7ad51b62bdd3f892f51b8224f656 1012972 libgl1-mesa-swx11_7.4.4-1_amd64.deb
 f13fff739dbac377d7056f33e0f7ea2cab656c2f 3962966 libgl1-mesa-swx11-dbg_7.4.4-1_amd64.deb
 42be3bbf59aceaf7ed3a5134205a54eafbbabf80 1188572 libgl1-mesa-swx11-dev_7.4.4-1_amd64.deb
 3968cf313ef40fa96855eb7fd034bb7a8711886a 174718 libgl1-mesa-glx_7.4.4-1_amd64.deb
 159daeb28ee347db79a34ebfa26be9418f9201c4 609210 libgl1-mesa-glx-dbg_7.4.4-1_amd64.deb
 f88e0a4e72255e097d27468461e8f660cc3ecfa3 13714634 libgl1-mesa-dri_7.4.4-1_amd64.deb
 0328be7a9094028e2c5a480a95425e8b0c69c820 60829972 libgl1-mesa-dri-dbg_7.4.4-1_amd64.deb
 bef586c59295b975712e30528328fd77f2b19250 22522 libgl1-mesa-dev_7.4.4-1_amd64.deb
 b10e0615fc12431e53f58a115022338ee9f0bd75 207534 mesa-common-dev_7.4.4-1_amd64.deb
 076824dd82cc945e2c1b6394527e7e11dd1c578b 2654144 libosmesa6_7.4.4-1_amd64.deb
 2cdd601dcf6f168f98b000cff60c9ea5a3985bb9 3160356 libosmesa6-dev_7.4.4-1_amd64.deb
 3157a738f48b735bc5837898827fa3b1601585a1 212184 libglu1-mesa_7.4.4-1_amd64.deb
 3b541a2ae406118725ecd262f680a6eaafc2f089 288430 libglu1-mesa-dev_7.4.4-1_amd64.deb
 06217f5df419a45d03150a631e85687764c3bb1c 30582 libglw1-mesa_7.4.4-1_amd64.deb
 7c1d0f79950ac2218a6296b3afd0e4758f0e66eb 31718 libglw1-mesa-dev_7.4.4-1_amd64.deb
 544999d3875edbd20cce40c4999a81fe8c678fd7 46682 mesa-utils_7.4.4-1_amd64.deb
Checksums-Sha256: 
 a29741a1021b58c34136e0512923a39588ebf405c84c545cf8e223d500618ab3 1899 mesa_7.4.4-1.dsc
 261f5b6872907cab2e72226906fe2da77a2151d7ec35a80b02b2671bcfccc203 6517228 mesa_7.4.4.orig.tar.gz
 29f267b9113b339b135e25a0b1a162b9a96ba67e799abbc5fc93fc66a1979ab7 234636 mesa_7.4.4-1.diff.gz
 c8281773c61ef43b31a5deecc94de678525c2bf4db9381e15d97d634dc6464ed 1012972 libgl1-mesa-swx11_7.4.4-1_amd64.deb
 5ac417187919ece3466e38d9d6855be2433032d79a6710dba63431724413caa5 3962966 libgl1-mesa-swx11-dbg_7.4.4-1_amd64.deb
 bd0b98d4814314bc109f52f9dde6e1631ea062f9e424b96b261254a12f74b0df 1188572 libgl1-mesa-swx11-dev_7.4.4-1_amd64.deb
 2f7fb435b585ace7661b5db0c5fbb0d43f13d12044f8a276ecf725615ce381dc 174718 libgl1-mesa-glx_7.4.4-1_amd64.deb
 e8ca8c865c05adbfd5273bdeb58c84c1a2cfe66d0d2e99df74d81fc9c72a3208 609210 libgl1-mesa-glx-dbg_7.4.4-1_amd64.deb
 a39d369778e482022b9efc0c7e892ebc127cd17f0d4a90d884b39ea3c638036c 13714634 libgl1-mesa-dri_7.4.4-1_amd64.deb
 0721e452f7d586f7e4389f7cd1d51d9a4044c83dc5bd93a805265519cae70322 60829972 libgl1-mesa-dri-dbg_7.4.4-1_amd64.deb
 b0ad94709517796b726028690d8265f7b368eb034f60d2dbd025ad85cb741d02 22522 libgl1-mesa-dev_7.4.4-1_amd64.deb
 7b32346d479951a4896b17f48032e50a1095e85a6320859c0ca3cbddc4c9e00d 207534 mesa-common-dev_7.4.4-1_amd64.deb
 4b5cb9936cd22645399b2970b54aadc2d502e6fb80dc742e4d2052c1fd2ac959 2654144 libosmesa6_7.4.4-1_amd64.deb
 689fdabed7398de3eaa30587f65d5aabe75b5c31c7cc1d5d077a9661d8901dfb 3160356 libosmesa6-dev_7.4.4-1_amd64.deb
 6ca65b2529e2d126d7ea1d4446c260772e559767e9b28cdb7385773f1e625526 212184 libglu1-mesa_7.4.4-1_amd64.deb
 f0e5d71028a6aab3ae7d3c97e4437a25fef8c2cfbe9942d0f0e881eedbe9efed 288430 libglu1-mesa-dev_7.4.4-1_amd64.deb
 975d71f12de7cf26166bfaa56e6bd74c7696e55d29442a1d817f26a96d2781cd 30582 libglw1-mesa_7.4.4-1_amd64.deb
 897c08ca31ad16c1643b46a1e0c17cf042231d702c1ad7c53aeedb6601f64a57 31718 libglw1-mesa-dev_7.4.4-1_amd64.deb
 62522c4f21d4b720cb41f473d32e8921bfca00bae11228908591ae1d92fd67d9 46682 mesa-utils_7.4.4-1_amd64.deb
Files: 
 9a31404601c0551f1d8c474a3dc3b008 1899 graphics optional mesa_7.4.4-1.dsc
 889d85b420fe55fe10b1daeec2f610b8 6517228 graphics optional mesa_7.4.4.orig.tar.gz
 5f04375faa75d3d62c9deb16a2f5e6d8 234636 graphics optional mesa_7.4.4-1.diff.gz
 b26773b89c339729acb8681fe02a4646 1012972 libs extra libgl1-mesa-swx11_7.4.4-1_amd64.deb
 4f1a8e95ed2e0967a2d93e3c0ef087f7 3962966 debug extra libgl1-mesa-swx11-dbg_7.4.4-1_amd64.deb
 3ee6be46d3a55633bfcef2a2e7f83512 1188572 libdevel extra libgl1-mesa-swx11-dev_7.4.4-1_amd64.deb
 7d5d21ab06c777a65947d202d105ccd0 174718 libs optional libgl1-mesa-glx_7.4.4-1_amd64.deb
 ff5abd763470d511dd8e8ab80fbba2b5 609210 debug extra libgl1-mesa-glx-dbg_7.4.4-1_amd64.deb
 a226553b966453d1ca675999f828040b 13714634 libs optional libgl1-mesa-dri_7.4.4-1_amd64.deb
 6758015b662dea90c56900d6d6ad18be 60829972 debug extra libgl1-mesa-dri-dbg_7.4.4-1_amd64.deb
 8fbafbe631504c957995c4adbb4c4967 22522 libdevel optional libgl1-mesa-dev_7.4.4-1_amd64.deb
 4a58879877a68a3cd8c5059c1601a3fd 207534 libdevel optional mesa-common-dev_7.4.4-1_amd64.deb
 88c4cb4def0f76d4b361f59d299d1881 2654144 libs optional libosmesa6_7.4.4-1_amd64.deb
 f50acaa668f96e13a84e27a0c1ae291b 3160356 libdevel optional libosmesa6-dev_7.4.4-1_amd64.deb
 a6bae7f81b9c08e27198023d0eb6739d 212184 libs optional libglu1-mesa_7.4.4-1_amd64.deb
 c521f8a8e510730665510936d64c3fa6 288430 libdevel optional libglu1-mesa-dev_7.4.4-1_amd64.deb
 b4ee00fe7c1c5b0fe8455234837846e1 30582 libs optional libglw1-mesa_7.4.4-1_amd64.deb
 5166a84465e334df4ef02ad49f720863 31718 libdevel optional libglw1-mesa-dev_7.4.4-1_amd64.deb
 506673d68690e34ecd4a1a08cc9e8c21 46682 x11 optional mesa-utils_7.4.4-1_amd64.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEARECAAYFAkpHqtAACgkQmEvTgKxfcAzM+QCgs2sh02GEswkgnUA5FXbprjnh
N6EAoIUOIIiJSQ2SLPTf5dboH/8ms0ie
=nCPs
-----END PGP SIGNATURE-----



--- End Message ---

Reply to: