From: Marcus M. <mae...@gm...> - 2010-03-15 15:45:26
|
Hello, Mesa3d users, Thanks for high-quality software, yesterday I've succeeded with building the latest git snap of Mesa/Gallium Cell Driver. Everything is OK with building, except two small issues: missing ";" after cell_velems_state struct definition in cell_context.h and missing libidentity.a target, that solved simply by performing make in src/gallium/driver/identity folder. With glxinfo it describes itself as OpenGL renderer string: Gallium 0.4 on Cell OpenGL version string: 1.5 Mesa 7.9-devel However, experimenting with driver on PS3 appears to be one big issue for me. First, running OpenGL apps returns "PPU: Multiple rendering contexts not yet supported on Cell.", then I was not able to connnect x11vnc server to E16 desktop session running on gallium drivers. And finally, none of progs/demos are working returning "unknown Opcode 0x00" for all 6 spus. So, what could be wrong with it, is current git main branch broken?? Does it work for you, what versions have you tested? Thanks, M. |
From: Brian P. <br...@vm...> - 2010-03-16 22:47:01
|
Marcus Mae wrote: > Hello, Mesa3d users, > > Thanks for high-quality software, yesterday I've succeeded with > building the latest git snap of Mesa/Gallium Cell Driver. Everything > is OK with building, except two small issues: missing ";" after > cell_velems_state struct definition in cell_context.h I'll fix that. > and missing > libidentity.a target, that solved simply by performing make in > src/gallium/driver/identity folder. I'll add that to the linux-cell config file. > With glxinfo it describes itself as > > OpenGL renderer string: Gallium 0.4 on Cell > OpenGL version string: 1.5 Mesa 7.9-devel > > However, experimenting with driver on PS3 appears to be one big issue > for me. First, running OpenGL apps returns "PPU: Multiple rendering > contexts not yet supported on Cell.", Yeah, that's a known short-coming of the driver. > then I was not able to connnect > x11vnc server to E16 desktop session running on gallium drivers. I've never tried the Cell driver with VNC. > And > finally, none of progs/demos are working returning "unknown Opcode > 0x00" for all 6 spus. So, what could be wrong with it, is current git > main branch broken?? Does it work for you, what versions have you > tested? The Cell driver was broken a few weeks ago because of some new gallium architectural changes. I haven't had time to update the driver. I'd suggest using the Mesa "7.8" branch in the mean time. The Cell driver on that branch should be fine. -Brian |
From: Dmitry N. M. <mae...@gm...> - 2010-03-17 11:20:22
|
Hello, Brian, Thanks for suggestion, Last night I've tried out 7.8 RC1 source tar ball from ftp://ftp.freedesktop.org/pub/mesa/7.8/RC/ Results are pretty same on PS3, I wonder what could be wrong with it: [root@host192-168-0-104 Mesa-7.8-rc1]# cd progs/xdemos/ [root@host192-168-0-104 xdemos]# ./glxgears SPU 2: bad opcode: 0x0 SPU 0: bad opcode: 0x0 spu_command.c:714: cmd_batch(): assertion 0 failed. SPU 3: bad opcode: 0x0 SPU 1: bad opcode: 0x0 spu_command.c:714: cmd_batch(): assertion 0 failed. spu_command.c:714: cmd_batch(): assertion 0 failed. spu_command.c:714: cmd_batch(): assertion 0 failed. SPU 4: bad opcode: 0x0 spu_command.c:714: cmd_batch(): assertion 0 failed. SPU 5: bad opcode: 0x0 spu_command.c:714: cmd_batch(): assertion 0 failed. ^C [root@host192-168-0-104 xdemos]# cd ../.. [root@host192-168-0-104 Mesa-7.8-rc1]# ./glxinfo.sh /home/marcusmae/Programming/mesa-versions/Mesa-7.8-rc1/lib/gallium:/home/marcusmae/Programming/mesa-versions/Mesa-7.8-rc1/lib/ name of display: :0.0 display: :0 screen: 0 direct rendering: Yes server glx vendor string: Brian Paul server glx version string: 1.4 Mesa 7.8-rc1 server glx extensions: GLX_MESA_copy_sub_buffer, GLX_MESA_pixmap_colormap, GLX_MESA_release_buffers, GLX_ARB_get_proc_address, GLX_EXT_texture_from_pixmap, GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_SGIX_fbconfig, GLX_SGIX_pbuffer client glx vendor string: Brian Paul client glx version string: 1.4 Mesa 7.8-rc1 client glx extensions: GLX_MESA_copy_sub_buffer, GLX_MESA_pixmap_colormap, GLX_MESA_release_buffers, GLX_ARB_get_proc_address, GLX_EXT_texture_from_pixmap, GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_SGIX_fbconfig, GLX_SGIX_pbuffer GLX version: 1.4 GLX extensions: GLX_MESA_copy_sub_buffer, GLX_MESA_pixmap_colormap, GLX_MESA_release_buffers, GLX_ARB_get_proc_address, GLX_EXT_texture_from_pixmap, GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_SGIX_fbconfig, GLX_SGIX_pbuffer OpenGL vendor string: VMware, Inc. OpenGL renderer string: Gallium 0.4 on Cell OpenGL version string: 1.5 Mesa 7.8-rc1 OpenGL extensions: GL_ARB_copy_buffer, GL_ARB_depth_texture, GL_ARB_draw_buffers, GL_ARB_fragment_coord_conventions, GL_ARB_fragment_program, GL_ARB_fragment_shader, GL_ARB_framebuffer_object, GL_ARB_map_buffer_range, 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_provoking_vertex, GL_ARB_shader_objects, GL_ARB_shading_language_100, GL_ARB_shading_language_120, GL_ARB_shadow, 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_array_bgra, GL_ARB_vertex_array_object, 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_func_separate, GL_EXT_blend_logic_op, GL_EXT_blend_minmax, GL_EXT_blend_subtract, GL_EXT_compiled_vertex_array, GL_EXT_copy_texture, GL_EXT_draw_range_elements, GL_EXT_framebuffer_blit, GL_EXT_framebuffer_multisample, GL_EXT_framebuffer_object, GL_EXT_fog_coord, GL_EXT_multi_draw_arrays, GL_EXT_packed_depth_stencil, GL_EXT_packed_pixels, GL_EXT_pixel_buffer_object, GL_EXT_point_parameters, GL_EXT_polygon_offset, GL_EXT_provoking_vertex, GL_EXT_rescale_normal, GL_EXT_secondary_color, GL_EXT_separate_specular_color, GL_EXT_shadow_funcs, GL_EXT_stencil_two_side, GL_EXT_stencil_wrap, GL_EXT_subtexture, GL_EXT_texture, GL_EXT_texture3D, GL_EXT_texture_cube_map, 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_object, GL_EXT_texture_rectangle, GL_EXT_texture_sRGB, GL_EXT_vertex_array, GL_EXT_vertex_array_bgra, GL_APPLE_packed_pixels, GL_APPLE_vertex_array_object, 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_ycbcr_texture, GL_MESA_window_pos, GL_NV_blend_square, GL_NV_light_max_exponent, GL_NV_packed_depth_stencil, GL_NV_texture_env_combine4, GL_NV_texture_rectangle, GL_NV_texgen_reflection, GL_OES_read_format, GL_SGI_color_matrix, GL_SGIS_generate_mipmap, GL_SGIS_texture_border_clamp, GL_SGIS_texture_edge_clamp, GL_SGIS_texture_lod, 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 24 0 r y . 8 8 8 8 0 24 8 16 16 16 16 0 0 None 0xc2 24 tc 0 24 0 r y . 8 8 8 8 0 24 8 16 16 16 16 0 0 None 0xc3 24 tc 0 24 0 r y . 8 8 8 8 0 24 8 16 16 16 16 0 0 None 0xc4 24 tc 0 24 0 r y . 8 8 8 8 0 24 8 16 16 16 16 0 0 None 0xc5 24 tc 0 24 0 r y . 8 8 8 8 0 24 8 16 16 16 16 0 0 None 0xc6 24 tc 0 24 0 r y . 8 8 8 8 0 24 8 16 16 16 16 0 0 None 0xc7 24 tc 0 24 0 r y . 8 8 8 8 0 24 8 16 16 16 16 0 0 None 0xc8 24 tc 0 24 0 r y . 8 8 8 8 0 24 8 16 16 16 16 0 0 None 0xc9 24 tc 0 24 0 r y . 8 8 8 8 0 24 8 16 16 16 16 0 0 None 0xca 24 tc 0 24 0 r y . 8 8 8 8 0 24 8 16 16 16 16 0 0 None 0xcb 24 tc 0 24 0 r y . 8 8 8 8 0 24 8 16 16 16 16 0 0 None 0xcc 24 tc 0 24 0 r y . 8 8 8 8 0 24 8 16 16 16 16 0 0 None 0xcd 24 tc 0 24 0 r y . 8 8 8 8 0 24 8 16 16 16 16 0 0 None 0xce 24 tc 0 24 0 r y . 8 8 8 8 0 24 8 16 16 16 16 0 0 None 0xcf 24 tc 0 24 0 r y . 8 8 8 8 0 24 8 16 16 16 16 0 0 None 0xd0 24 tc 0 24 0 r y . 8 8 8 8 0 24 8 16 16 16 16 0 0 None 0xd1 24 tc 0 24 0 r y . 8 8 8 8 0 24 8 16 16 16 16 0 0 None 0xd2 24 tc 0 24 0 r y . 8 8 8 8 0 24 8 16 16 16 16 0 0 None 0xd3 24 tc 0 24 0 r y . 8 8 8 8 0 24 8 16 16 16 16 0 0 None 0xd4 24 tc 0 24 0 r y . 8 8 8 8 0 24 8 16 16 16 16 0 0 None 0xd5 24 tc 0 24 0 r y . 8 8 8 8 0 24 8 16 16 16 16 0 0 None 0xd6 24 tc 0 24 0 r y . 8 8 8 8 0 24 8 16 16 16 16 0 0 None 0xd7 24 tc 0 24 0 r y . 8 8 8 8 0 24 8 16 16 16 16 0 0 None 0xd8 24 tc 0 24 0 r y . 8 8 8 8 0 24 8 16 16 16 16 0 0 None 0xd9 24 tc 0 24 0 r y . 8 8 8 8 0 24 8 16 16 16 16 0 0 None 0xda 24 tc 0 24 0 r y . 8 8 8 8 0 24 8 16 16 16 16 0 0 None 0xdb 24 tc 0 24 0 r y . 8 8 8 8 0 24 8 16 16 16 16 0 0 None 0xdc 24 tc 0 24 0 r y . 8 8 8 8 0 24 8 16 16 16 16 0 0 None 0xdd 24 tc 0 24 0 r y . 8 8 8 8 0 24 8 16 16 16 16 0 0 None 0xde 24 tc 0 24 0 r y . 8 8 8 8 0 24 8 16 16 16 16 0 0 None 0xdf 24 tc 0 24 0 r y . 8 8 8 8 0 24 8 16 16 16 16 0 0 None 0xe0 24 dc 0 24 0 r y . 8 8 8 8 0 24 8 16 16 16 16 0 0 None 0xe1 24 dc 0 24 0 r y . 8 8 8 8 0 24 8 16 16 16 16 0 0 None 0xe2 24 dc 0 24 0 r y . 8 8 8 8 0 24 8 16 16 16 16 0 0 None 0xe3 24 dc 0 24 0 r y . 8 8 8 8 0 24 8 16 16 16 16 0 0 None 0xe4 24 dc 0 24 0 r y . 8 8 8 8 0 24 8 16 16 16 16 0 0 None 0xe5 24 dc 0 24 0 r y . 8 8 8 8 0 24 8 16 16 16 16 0 0 None 0xe6 24 dc 0 24 0 r y . 8 8 8 8 0 24 8 16 16 16 16 0 0 None 0xe7 24 dc 0 24 0 r y . 8 8 8 8 0 24 8 16 16 16 16 0 0 None 0xe8 24 dc 0 24 0 r y . 8 8 8 8 0 24 8 16 16 16 16 0 0 None 0xe9 24 dc 0 24 0 r y . 8 8 8 8 0 24 8 16 16 16 16 0 0 None 0xea 24 dc 0 24 0 r y . 8 8 8 8 0 24 8 16 16 16 16 0 0 None 0xeb 24 dc 0 24 0 r y . 8 8 8 8 0 24 8 16 16 16 16 0 0 None 0xec 24 dc 0 24 0 r y . 8 8 8 8 0 24 8 16 16 16 16 0 0 None 0xed 24 dc 0 24 0 r y . 8 8 8 8 0 24 8 16 16 16 16 0 0 None 0xee 24 dc 0 24 0 r y . 8 8 8 8 0 24 8 16 16 16 16 0 0 None 0xef 24 dc 0 24 0 r y . 8 8 8 8 0 24 8 16 16 16 16 0 0 None 0xf0 24 dc 0 24 0 r y . 8 8 8 8 0 24 8 16 16 16 16 0 0 None 0xf1 24 dc 0 24 0 r y . 8 8 8 8 0 24 8 16 16 16 16 0 0 None 0xf2 24 dc 0 24 0 r y . 8 8 8 8 0 24 8 16 16 16 16 0 0 None 0xf3 24 dc 0 24 0 r y . 8 8 8 8 0 24 8 16 16 16 16 0 0 None 0xf4 24 dc 0 24 0 r y . 8 8 8 8 0 24 8 16 16 16 16 0 0 None 0xf5 24 dc 0 24 0 r y . 8 8 8 8 0 24 8 16 16 16 16 0 0 None 0xf6 24 dc 0 24 0 r y . 8 8 8 8 0 24 8 16 16 16 16 0 0 None 0xf7 24 dc 0 24 0 r y . 8 8 8 8 0 24 8 16 16 16 16 0 0 None 0xf8 24 dc 0 24 0 r y . 8 8 8 8 0 24 8 16 16 16 16 0 0 None 0xf9 24 dc 0 24 0 r y . 8 8 8 8 0 24 8 16 16 16 16 0 0 None 0xfa 24 dc 0 24 0 r y . 8 8 8 8 0 24 8 16 16 16 16 0 0 None 0xfb 24 dc 0 24 0 r y . 8 8 8 8 0 24 8 16 16 16 16 0 0 None 0xfc 24 dc 0 24 0 r y . 8 8 8 8 0 24 8 16 16 16 16 0 0 None 0xfd 24 dc 0 24 0 r y . 8 8 8 8 0 24 8 16 16 16 16 0 0 None 0xfe 24 dc 0 24 0 r y . 8 8 8 8 0 24 8 16 16 16 16 0 0 None 0xff 24 dc 0 24 0 r y . 8 8 8 8 0 24 8 16 16 16 16 0 0 None 0x41 32 tc 0 32 0 r y . 8 8 8 8 0 24 8 16 16 16 0 0 0 None 64 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 ---------------------------------------------------------------------- 0x21 0 tc 0 24 0 r y . 8 8 8 8 0 24 8 16 16 16 16 0 0 None 0xc2 0 tc 0 24 0 r y . 8 8 8 8 0 24 8 16 16 16 16 0 0 None 0xc3 0 tc 0 24 0 r y . 8 8 8 8 0 24 8 16 16 16 16 0 0 None 0xc4 0 tc 0 24 0 r y . 8 8 8 8 0 24 8 16 16 16 16 0 0 None 0xc5 0 tc 0 24 0 r y . 8 8 8 8 0 24 8 16 16 16 16 0 0 None 0xc6 0 tc 0 24 0 r y . 8 8 8 8 0 24 8 16 16 16 16 0 0 None 0xc7 0 tc 0 24 0 r y . 8 8 8 8 0 24 8 16 16 16 16 0 0 None 0xc8 0 tc 0 24 0 r y . 8 8 8 8 0 24 8 16 16 16 16 0 0 None 0xc9 0 tc 0 24 0 r y . 8 8 8 8 0 24 8 16 16 16 16 0 0 None 0xca 0 tc 0 24 0 r y . 8 8 8 8 0 24 8 16 16 16 16 0 0 None 0xcb 0 tc 0 24 0 r y . 8 8 8 8 0 24 8 16 16 16 16 0 0 None 0xcc 0 tc 0 24 0 r y . 8 8 8 8 0 24 8 16 16 16 16 0 0 None 0xcd 0 tc 0 24 0 r y . 8 8 8 8 0 24 8 16 16 16 16 0 0 None 0xce 0 tc 0 24 0 r y . 8 8 8 8 0 24 8 16 16 16 16 0 0 None 0xcf 0 tc 0 24 0 r y . 8 8 8 8 0 24 8 16 16 16 16 0 0 None 0xd0 0 tc 0 24 0 r y . 8 8 8 8 0 24 8 16 16 16 16 0 0 None 0xd1 0 tc 0 24 0 r y . 8 8 8 8 0 24 8 16 16 16 16 0 0 None 0xd2 0 tc 0 24 0 r y . 8 8 8 8 0 24 8 16 16 16 16 0 0 None 0xd3 0 tc 0 24 0 r y . 8 8 8 8 0 24 8 16 16 16 16 0 0 None 0xd4 0 tc 0 24 0 r y . 8 8 8 8 0 24 8 16 16 16 16 0 0 None 0xd5 0 tc 0 24 0 r y . 8 8 8 8 0 24 8 16 16 16 16 0 0 None 0xd6 0 tc 0 24 0 r y . 8 8 8 8 0 24 8 16 16 16 16 0 0 None 0xd7 0 tc 0 24 0 r y . 8 8 8 8 0 24 8 16 16 16 16 0 0 None 0xd8 0 tc 0 24 0 r y . 8 8 8 8 0 24 8 16 16 16 16 0 0 None 0xd9 0 tc 0 24 0 r y . 8 8 8 8 0 24 8 16 16 16 16 0 0 None 0xda 0 tc 0 24 0 r y . 8 8 8 8 0 24 8 16 16 16 16 0 0 None 0xdb 0 tc 0 24 0 r y . 8 8 8 8 0 24 8 16 16 16 16 0 0 None 0xdc 0 tc 0 24 0 r y . 8 8 8 8 0 24 8 16 16 16 16 0 0 None 0xdd 0 tc 0 24 0 r y . 8 8 8 8 0 24 8 16 16 16 16 0 0 None 0xde 0 tc 0 24 0 r y . 8 8 8 8 0 24 8 16 16 16 16 0 0 None 0xdf 0 tc 0 24 0 r y . 8 8 8 8 0 24 8 16 16 16 16 0 0 None 0xe0 0 dc 0 24 0 r y . 8 8 8 8 0 24 8 16 16 16 16 0 0 None 0xe1 0 dc 0 24 0 r y . 8 8 8 8 0 24 8 16 16 16 16 0 0 None 0xe2 0 dc 0 24 0 r y . 8 8 8 8 0 24 8 16 16 16 16 0 0 None 0xe3 0 dc 0 24 0 r y . 8 8 8 8 0 24 8 16 16 16 16 0 0 None 0xe4 0 dc 0 24 0 r y . 8 8 8 8 0 24 8 16 16 16 16 0 0 None 0xe5 0 dc 0 24 0 r y . 8 8 8 8 0 24 8 16 16 16 16 0 0 None 0xe6 0 dc 0 24 0 r y . 8 8 8 8 0 24 8 16 16 16 16 0 0 None 0xe7 0 dc 0 24 0 r y . 8 8 8 8 0 24 8 16 16 16 16 0 0 None 0xe8 0 dc 0 24 0 r y . 8 8 8 8 0 24 8 16 16 16 16 0 0 None 0xe9 0 dc 0 24 0 r y . 8 8 8 8 0 24 8 16 16 16 16 0 0 None 0xea 0 dc 0 24 0 r y . 8 8 8 8 0 24 8 16 16 16 16 0 0 None 0xeb 0 dc 0 24 0 r y . 8 8 8 8 0 24 8 16 16 16 16 0 0 None 0xec 0 dc 0 24 0 r y . 8 8 8 8 0 24 8 16 16 16 16 0 0 None 0xed 0 dc 0 24 0 r y . 8 8 8 8 0 24 8 16 16 16 16 0 0 None 0xee 0 dc 0 24 0 r y . 8 8 8 8 0 24 8 16 16 16 16 0 0 None 0xef 0 dc 0 24 0 r y . 8 8 8 8 0 24 8 16 16 16 16 0 0 None 0xf0 0 dc 0 24 0 r y . 8 8 8 8 0 24 8 16 16 16 16 0 0 None 0xf1 0 dc 0 24 0 r y . 8 8 8 8 0 24 8 16 16 16 16 0 0 None 0xf2 0 dc 0 24 0 r y . 8 8 8 8 0 24 8 16 16 16 16 0 0 None 0xf3 0 dc 0 24 0 r y . 8 8 8 8 0 24 8 16 16 16 16 0 0 None 0xf4 0 dc 0 24 0 r y . 8 8 8 8 0 24 8 16 16 16 16 0 0 None 0xf5 0 dc 0 24 0 r y . 8 8 8 8 0 24 8 16 16 16 16 0 0 None 0xf6 0 dc 0 24 0 r y . 8 8 8 8 0 24 8 16 16 16 16 0 0 None 0xf7 0 dc 0 24 0 r y . 8 8 8 8 0 24 8 16 16 16 16 0 0 None 0xf8 0 dc 0 24 0 r y . 8 8 8 8 0 24 8 16 16 16 16 0 0 None 0xf9 0 dc 0 24 0 r y . 8 8 8 8 0 24 8 16 16 16 16 0 0 None 0xfa 0 dc 0 24 0 r y . 8 8 8 8 0 24 8 16 16 16 16 0 0 None 0xfb 0 dc 0 24 0 r y . 8 8 8 8 0 24 8 16 16 16 16 0 0 None 0xfc 0 dc 0 24 0 r y . 8 8 8 8 0 24 8 16 16 16 16 0 0 None 0xfd 0 dc 0 24 0 r y . 8 8 8 8 0 24 8 16 16 16 16 0 0 None 0xfe 0 dc 0 24 0 r y . 8 8 8 8 0 24 8 16 16 16 16 0 0 None 0xff 0 dc 0 24 0 r y . 8 8 8 8 0 24 8 16 16 16 16 0 0 None 0x41 0 tc 0 32 0 r y . 8 8 8 8 0 24 8 16 16 16 16 0 0 None 2010/3/17 Brian Paul <br...@vm...>: > Marcus Mae wrote: >> >> Hello, Mesa3d users, >> >> Thanks for high-quality software, yesterday I've succeeded with >> building the latest git snap of Mesa/Gallium Cell Driver. Everything >> is OK with building, except two small issues: missing ";" after >> cell_velems_state struct definition in cell_context.h > > I'll fix that. > >> and missing >> libidentity.a target, that solved simply by performing make in >> src/gallium/driver/identity folder. > > I'll add that to the linux-cell config file. > > >> With glxinfo it describes itself as >> >> OpenGL renderer string: Gallium 0.4 on Cell >> OpenGL version string: 1.5 Mesa 7.9-devel >> >> However, experimenting with driver on PS3 appears to be one big issue >> for me. First, running OpenGL apps returns "PPU: Multiple rendering >> contexts not yet supported on Cell.", > > Yeah, that's a known short-coming of the driver. > > >> then I was not able to connnect >> x11vnc server to E16 desktop session running on gallium drivers. > > I've never tried the Cell driver with VNC. > > >> And >> finally, none of progs/demos are working returning "unknown Opcode >> 0x00" for all 6 spus. So, what could be wrong with it, is current git >> main branch broken?? Does it work for you, what versions have you >> tested? > > The Cell driver was broken a few weeks ago because of some new gallium > architectural changes. I haven't had time to update the driver. > > I'd suggest using the Mesa "7.8" branch in the mean time. The Cell driver > on that branch should be fine. > > -Brian > > |
From: Brian P. <br...@vm...> - 2010-03-17 22:56:57
|
Those may be run of the mill bugs in the driver. The cell driver is incomplete and some things don't work properly. The docs/cell.html has some status info. -Brian Dmitry N. Mikushin wrote: > Brian, > > I'm afraid with 0.3 I also have issues. Not that hard that with 0.4, > but still. I tried to run Bullet physics visual demo and received > screen with black slices. I verified that this behavior is encountered > with mesa/gallium 7.7/0.3 turned on via LD_LIBRARY_PATH environment > variable, and everything is OK, when it is turned off. Including two > screenshots. > > D > > 2010/3/17 Brian Paul <br...@vm...>: >> Dmitry N. Mikushin wrote: >>> The most recent version I've found, that does not have opcode error >>> for me is gallium 0.3 in mesa 7.7, the previous one. >> In between other things I'm doing a bisect on the 7.8 branch to find where >> things broke. I'll try to fix it. >> >> >>> The following >>> question might by quiet stupid, but how can I see the performance >>> difference between cell-gallium and general mesa? Running glxgears >>> Enlightenment on PS3 shows around 105 FPS for both, so I really wonder >>> what can benefit from spu acceleration, and how to see that. I'm >>> mostly interested in boosting OpenGL. >> First, be sure you're using the driver you expect with glxinfo (see the >> "renderer" value). >> >> Be aware that SwapBuffers() is pretty slow with Cell so you'll never get >> super high frame rates. >> >> Where the Cell driver shines is in non-trivial shaders. If you compare the >> speed of some of the demos in progs/glsl/ the Cell driver should be much >> faster that than the other software drivers. >> >> -Brian >> >> >> >> ------------------------------------------------------------------------ >> >> >> ------------------------------------------------------------------------ >> |
From: Dmitry N. M. <mae...@gm...> - 2010-03-17 23:11:03
|
Thank you for your kind help, Brian! 2010/3/18 Brian Paul <br...@vm...>: > Those may be run of the mill bugs in the driver. The cell driver is > incomplete and some things don't work properly. The docs/cell.html has some > status info. > > -Brian > > Dmitry N. Mikushin wrote: >> >> Brian, >> >> I'm afraid with 0.3 I also have issues. Not that hard that with 0.4, >> but still. I tried to run Bullet physics visual demo and received >> screen with black slices. I verified that this behavior is encountered >> with mesa/gallium 7.7/0.3 turned on via LD_LIBRARY_PATH environment >> variable, and everything is OK, when it is turned off. Including two >> screenshots. >> >> D >> >> 2010/3/17 Brian Paul <br...@vm...>: >>> >>> Dmitry N. Mikushin wrote: >>>> >>>> The most recent version I've found, that does not have opcode error >>>> for me is gallium 0.3 in mesa 7.7, the previous one. >>> >>> In between other things I'm doing a bisect on the 7.8 branch to find >>> where >>> things broke. I'll try to fix it. >>> >>> >>>> The following >>>> question might by quiet stupid, but how can I see the performance >>>> difference between cell-gallium and general mesa? Running glxgears >>>> Enlightenment on PS3 shows around 105 FPS for both, so I really wonder >>>> what can benefit from spu acceleration, and how to see that. I'm >>>> mostly interested in boosting OpenGL. >>> >>> First, be sure you're using the driver you expect with glxinfo (see the >>> "renderer" value). >>> >>> Be aware that SwapBuffers() is pretty slow with Cell so you'll never get >>> super high frame rates. >>> >>> Where the Cell driver shines is in non-trivial shaders. If you compare >>> the >>> speed of some of the demos in progs/glsl/ the Cell driver should be much >>> faster that than the other software drivers. >>> >>> -Brian >>> >>> >>> >>> ------------------------------------------------------------------------ >>> >>> >>> ------------------------------------------------------------------------ >>> > > |