内容简介: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
更多内容 。
下载地址:
以上就是本文的全部内容,希望本文的内容对大家的学习或者工作能带来一定的帮助,也希望大家多多支持 码农网
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
数据库系统概念
Abraham Silberschatz、Henry F. Korth、S. Sudarshan / 杨冬青、马秀莉、唐世渭 / 机械工业 / 2006-10-01 / 69.50元
本书是数据库系统方面的经典教材之一。国际上许多著名大学包括斯坦福大学、耶鲁大学、得克萨斯大学、康奈尔大学、伊利诺伊大学、印度理工学院等都采用本书作为教科书。我国也有许多所大学采用本书以前版本的中文版作为本科生和研究生的数据库课程的教材和主要教学参考书,收到了良好的效果。 本书调整和新增内容:调整了第4版的讲授顺序。首先介绍SQL及其高级特性,使学生容易接受数据库设计的概念。新增数据库设计的专......一起来看看 《数据库系统概念》 这本书的介绍吧!