Written byMichael Larabel inMozilla on 3 March 2020 at 07:24 AM EST.57 Comments
Firefox 75 due to be released next month should finally have its native Wayland support in good order.
Merged yesterday were the Firefox Wayland patches for VA-API video acceleration support in conjunction with FFmpeg.
This FFmpeg VA-API support on Wayland comes following the recent DMA-BUF support inside the web browser . Red Hat's Martin Stránský commented that Firefox on Wayland with VA-API is now in good shape with today's nightly builds of Firefox. His testing has been mostly focused on Intel graphics hardware. The support does require enabling the OpenGL compositor or WebRender within Firefox as well as setting the wayland-dmabuf-vaapi control knobs.
Martin Stránský went on to also write a blog post today outlining that full WebGL support on Wayland will also be in order for Firefox 75 once setting the necessary DMA-BUF WebGL option.
Firefox 75 will be hitting beta next week while the stable Firefox 75.0 debut is expected to happen around 7 April.
以上就是本文的全部内容,希望本文的内容对大家的学习或者工作能带来一定的帮助,也希望大家多多支持 码农网
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
代码阅读方法与实践
斯平内利斯 / 赵学良 / 清华大学出版社 / 2004-03-01 / 45.00元
代码阅读有自身的一套技能,重要的是能够确定什么时候使用哪项技术。本书中,作者使用600多个现实的例子,向读者展示如何区分好的(和坏的)代码,如何阅读,应该注意什么,以及如何使用这些知识改进自己的代码。养成阅读高品质代码的习惯,可以提高编写代码的能力。 阅读代码是程序员的基本技能,同时也是软件开发、维护、演进、审查和重用过程中不可或缺的组成部分。本书首次将阅读代码作为一项独立课题......一起来看看 《代码阅读方法与实践》 这本书的介绍吧!