1) In mesa-10.3, new package name mesa-libgbm will take the place of libgbm to be consistent with all the mesa sub packages.
Solution: So, if you build package in local repo, you should delete mesa-libgbm. If no, there will be a conflict for libgbm.so.1 which provided by libgbm and mesa-libgbm. Or you can add prefer mesa-libgbm in your build.conf file. 2) When you test the new mesa in you environment, you may come across such error: - there is a new RPM (mesa-libgbm) which conflicts with an existing one (libgbm) ; - Weston can not start, and issues the following warning/error : EGL_CANNOT_INITIALIZE Solution: Please delete original libgbm. I have changed it into mesa-libgbm to be consistent with others package. Command will be: rpm -e libgbm -nodeps rpm -ivh -force mesa-libgbm Regards Quanxian Wang From: Wang, Quanxian Sent: Wednesday, September 24, 2014 4:30 PM To: [email protected] Cc: Wang, Quanxian Subject: Tizen mesa has been updated to 10.3 Tizen Mesa have been updated to 10.3. New features Note: some of the new features are only available with certain drivers. * GL_ARB_ES3_compatibility on nv50, nvc0, r600, radeonsi, softpipe, llvmpipe * GL_ARB_clear_texture on i965 * GL_ARB_compressed_texture_pixel_storage on all drivers * GL_ARB_conditional_render_inverted on i965, nvc0, softpipe, llvmpipe * GL_ARB_derivative_control on i965, nv50, nvc0, r600 * GL_ARB_draw_indirect on nvc0, radeonsi * GL_ARB_explicit_uniform_location (all drivers that support GLSL) * GL_ARB_fragment_layer_viewport on nv50, nvc0, llvmpipe, r600 * GL_ARB_gpu_shader5 on i965/gen7, nvc0 * GL_ARB_multi_draw_indirect on nvc0, radeonsi * GL_ARB_sample_shading on radeonsi * GL_ARB_seamless_cubemap_per_texture on i965, llvmpipe, nvc0, r600, radeonsi, softpipe * GL_ARB_stencil_texturing on nv50, nvc0, r600, and radeonsi * GL_ARB_texture_barrier on nv50, nvc0, r300, r600, radeonsi * GL_ARB_texture_compression_bptc on i965/gen7+, nvc0, r600/evergreen+, radeonsi * GL_ARB_texture_cube_map_array on radeonsi * GL_ARB_texture_gather on r600, radeonsi * GL_ARB_texture_query_levels on nv50, nvc0, llvmpipe, r600, radeonsi, softpipe * GL_ARB_texture_query_lod on r600, radeonsi * GL_ARB_viewport_array on nvc0 * GL_AMD_vertex_shader_viewport_index on i965/gen7+, r600 * GL_OES_compressed_ETC1_RGB8_texture on nv30, nv50, nvc0, r300, r600, radeonsi, softpipe, llvmpipe * GLX_MESA_query_renderer on nv30, nv50, nvc0, r300, r600, radeonsi, softpipe, llvmpipe * A new software rasterizer driver (kms_swrast_dri.so) that works with DRM drivers that don't have a full-fledged GEM (such as qxl or simpledrm) * Distribute the Khronos GL/glcorearb.h header file. Others please refer to release notes: http://www.mesa3d.org/relnotes/10.3.html Thanks Regards Quanxian Wang
_______________________________________________ IVI mailing list [email protected] https://lists.tizen.org/listinfo/ivi
