Mesa 18.2.2 发布下载了,它修复了很多已知的BUG,Mesa 18.2.2 实现了 OpenGL 4.5 API,但 glGetString(GL_VERSION)或 glGetIntegerv(GL_MAJOR_VERSION)/ glGetIntegerv(GL_MINOR_VERSION)报告的版本取决于所使用的特定驱动程序。某些驱动程序不支持 OpenGL 4.5 中所需的所有功能。只有在创建上下文时请求,OpenGL 4.5 才可用。兼容性上下文可能会报告较低的版本,具体取决于每个驱动器。
Mesa简介 Mesa 是一个三维(3D)图形库的开源集合,其主要目标是在 Linux/UNIX 操作系统下实现各种 API(应用程序编程接口)和 OpenGL 规范。它面向 3D 计算机图形,硬件加速 3D 渲染和图形处理单元(GPGPU)上的通用计算。此外,该项目还提供了软件渲染的实现。
Mesa 18.2.2更新内容 1.Bug fixes [apitrace] Graphical artifacts in Civilization VI on RX Vega swrast: Mesa 17.3.3 produces: HW cursor for format 875713089 not supported radv: OpBitfieldUExtract returns incorrect result when count is zero [DXVK] MSAA reflections are broken in GTA V [Debian Stretch]Fail to build because "xcb_randr_lease_t" 2.Changes Alex Deucher (1): pci_ids: add new polaris pci id Andres Rodriguez (1): radv: only emit ZPASS_DONE for timestamp queries on gfx queues Axel Davy (3): st/nine: Clamp RCP when 0*inf!=0 st/nine: Avoid redundant SetCursorPos calls st/nine: Increase maximum number of temp registers Dylan Baker (1): meson: Don't compile pipe loader with dri support when not using dri Eric Anholt (1): vc4: Fix sin(0.0) and cos(0.0) accuracy to fix SDL rendering rotation. Eric Engestrom (1): vulkan/wsi/display: check if wsi_swapchain_init() succeeded Jason Ekstrand (1): anv,radv: Implement vkAcquireNextImage2 Juan A. Suarez Romero (2): docs: add sha256 checksums for 18.2.1 Update version to 18.2.2 Leo Liu (1): radeon/uvd: use bitstream coded number for symbols of Huffman tables Marek Olšák (2): glsl_to_tgsi: invert gl_SamplePosition.y for the default framebuffer radeonsi: NaN should pass kill_if Maxime (1): vulkan: Disable randr lease for libxcb < 1.13 Michal Srb (1): st/dri: don't set queryDmaBufFormats/queryDmaBufModifiers if the driver does not implement it Rhys Perry (2): nvc0: Update counter reading shaders to new NVC0_CB_AUX_MP_INFO nvc0: fix bindless multisampled images on Maxwell+ Samuel Iglesias Gonsálvez (1): anv: Add support for protected memory properties on anv_GetPhysicalDeviceProperties2() Samuel Pitoiset (1): radv: use the resolve compute path if dest uses multiple layers Stuart Young (1): docs: Update FAQ with respect to s3tc support Timothy Arceri (1): radeonsi: add a workaround for bitfield_extract when count is 0
相关链接
解压说明 提供的 Mesa 18.2.2 安装包有 mesa-18.2.2.tar.gz 及 mesa-18.2.2.tar.xz,解压使用 tar xf mesa-18.2.2.tar.gz 或 tar xf mesa-18.2.2.tar.xz。
相关主题 |