内容简介: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
更多内容 。
下载地址:
以上就是本文的全部内容,希望本文的内容对大家的学习或者工作能带来一定的帮助,也希望大家多多支持 码农网
猜你喜欢:- Mesa 17.1.0 发布,开源 3D 驱动集合
- Mesa 17.2.6 发布,开源 3D 驱动集合
- Mesa 17.3.9 发布,开源 3D 驱动集合
- Mesa 18.2.2 发布,3D 图形库开源集合
- Mesa 18.2.2 发布,3D 图形库开源集合
- Mesa 18.3.2 发布,3D 图形库开源集合
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
文本上的算法——深入浅出自然语言处理
路彦雄 / 人民邮电出版社 / 2018-3-1 / 69.00元
本书结合作者多年学习和从事自然语言处理相关工作的经验,力图用生动形象的方式深入浅出地介绍自然语言处理的理论、方法和技术。本书抛弃掉繁琐的证明,提取出算法的核心,帮助读者尽快地掌握自然语言处理所必备的知识和技能。本书主要分两大部分。第一部分是理论篇,包含前3章内容,主要介绍一些基础的数学知识、优化理论知识和一些机器学习的相关知识。第二部分是应用篇,包含第4章到第8章,分别针对计算性能、文本处理的术语......一起来看看 《文本上的算法——深入浅出自然语言处理》 这本书的介绍吧!