Mesa3D 17.1.5 和 17.2.0 已发布,Mesa 是一个三维(3D)图形库的开源集合,其主要目标是在 Linux / UNIX 操作系统下实现各种 API(应用程序编程接口)和 OpenGL 规范。 它面向 3D 计算机图形,硬件加速 3D 渲染和图形处理单元(GPGPU)上的通用计算。 此外,该项目还提供了软件渲染的实现。
Mesa3D 17.1.5 的更新主要是 bug 修复,详细如下:
17.1.5 更新
Bug fixes
radeon buffer allocation failure during startup of Factorio
strtod.c:32:10: fatal error: xlocale.h: No such file or directory
bitfieldExtract is marked as a built-in function on OpenGL ES 3.0, but was added in OpenGL ES 3.1
No stencil buffer allocated when requested by GLUT
17.2.0 更新
新功能
Note: some of the new features are only available with certain drivers.
GL_ARB_bindless_texture on radeonsi
GL_ARB_post_depth_coverage on nvc0 (GM200+)
GL_ARB_shader_viewport_layer_array on nvc0 (GM200+)
GL_AMD_vertex_shader_layer on nvc0 (GM200+)
GL_AMD_vertex_shader_viewport_index on nvc0 (GM200+)
Bug 修复
TBD
变更
GL_APPLE_vertex_array_object support removed.
软件详情:https://www.mesa3d.org/
下载地址:https://www.mesa3d.org/download.html
来自:开源中国社区

