Mesa 17.0.5 发布,开源 3D 驱动集合

栏目: 编程工具 · 发布时间: 8年前

内容简介:Mesa 17.0.5 发布,开源 3D 驱动集合

Mesa 17.0.5 发布了。Mesa 是一个类 OpenGL 的开源实现.

Mesa 17.0.5 实现了 OpenGL 4.5 API,但由 glGetString(GL_VERSION)或 glGetIntegerv(GL_MAJOR_VERSION)/ glGetIntegerv(GL_MINOR_VERSION)报告的版本取决于所使用的特定驱动程序。 一些驱动程序不支持 OpenGL 4.5 中所需的所有功能。 OpenGL 4.5 不支持兼容性上下文,仅在上下文创建时要求才可用。

更新内容:

  • cherry-ignore: Add the pci_id into the shader cache UUID

  • cherry-ignore: fix crash if ctx torn down with no rendering

  • cherry-ignore: Fix typos.

  • cherry-ignore: Revert "etnaviv: Cannot render to rb-swapped formats"

  • cherry-ignore: Revert "i965/fs: Don't emit SEL instructions for type-converting MOVs."

  • cherry-ignore: fix typo in a2b10g10r10 fast clear calculation

  • cherry-ignore: remove unused anv_dispatch_table dtable

  • cherry-ignore: remove unused radv_dispatch_table dtable

  • cherry-ignore: make radv_resolve_entrypoint static

  • cherry-ignore: vulkan: add support for libmesa_vulkan_util

  • cherry-ignore: r600: fix libmesa_amd_common dependency

  • cherry-ignore: remove dead brw_new_shader() declaration

  • cherry-ignore: remove i965_symbols_test reference from .gitignore

  • cherry-ignore: automake: ensure that the destination directory is created

  • cherry-ignore: provide required gem stubs for the tests

  • Update version to 17.0.5

更多内容

下载地址:


以上就是本文的全部内容,希望本文的内容对大家的学习或者工作能带来一定的帮助,也希望大家多多支持 码农网

查看所有标签

猜你喜欢:

本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们

深度探索C++对象模型

深度探索C++对象模型

斯坦利•B.李普曼 (Stanley B. Lippman) / 侯捷 / 电子工业出版社 / 2012-1 / 69.00元

作者Lippman参与设计了全世界第一套C++编译程序cfront,这本书就是一位伟大的C++编译程序设计者向你阐述他如何处理各种explicit(明确出现于C++程序代码中)和implicit(隐藏于程序代码背后)的C++语意。 本书专注于C++面向对象程序设计的底层机制,包括结构式语意、临时性对象的生成、封装、继承,以及虚拟——虚拟函数和虚拟继承。这本书让你知道:一旦你能够了解底层实现模......一起来看看 《深度探索C++对象模型》 这本书的介绍吧!

URL 编码/解码
URL 编码/解码

URL 编码/解码

Markdown 在线编辑器
Markdown 在线编辑器

Markdown 在线编辑器

RGB HSV 转换
RGB HSV 转换

RGB HSV 互转工具