fune/ipc
Jed Davis 501b8ffcd7 Bug 1780312 - Turn off the Linux nvidia driver's shader cache in the RDD process. r=gcp
We were already turning off Mesa's shader cache in the RDD process,
because it's not useful given that we're only using video codec
acceleration and moving images around, and it does a few things related
to trying to access the cache that the sandbox would have to accomodate.

This patch does the equivalent thing for the nvidia proprietary driver;
we don't support it for media codec acceleration, but it can still be
loaded in that process (e.g., on multi-GPU systems) and it's trying to
call `statfs` on startup which may be related.

Differential Revision: https://phabricator.services.mozilla.com/D152932
2022-07-28 19:07:30 +00:00
..
app Bug 1775263 - Block cyinjct.dll from being injected in Utility r=haik,handyman 2022-07-22 13:47:58 +00:00
chromium Bug 1776347 - ipc/chromium: Replace some DISALLOW_COPY_AND_ASSIGN macros with explicitly deleted constructors to fix C++20 build errors. r=ipc-reviewers,nika 2022-06-28 04:17:30 +00:00
contentproc
docs no bug - Fix indentation of bullet list in ipdl document DONTBUILD 2022-06-22 09:52:06 +00:00
glue Bug 1780312 - Turn off the Linux nvidia driver's shader cache in the RDD process. r=gcp 2022-07-28 19:07:30 +00:00
gtest Bug 1681359 - Part 2: Basic tests for BigBuffer, r=jld 2022-07-26 20:51:25 +00:00
ipdl Bug 1780788 - Use abstract strings as in-arguments for ipdl. r=nika,necko-reviewers,media-playback-reviewers,alwu,dragana 2022-07-25 20:19:48 +00:00
mscom Bug 1766561 - Use proper formatting directives in various places. r=gfx-reviewers,nika,necko-reviewers,mhowell,rkraesig,bytesized,kershaw 2022-05-03 20:49:09 +00:00
testshell Bug 1780788 - Use abstract strings as in-arguments for ipdl. r=nika,necko-reviewers,media-playback-reviewers,alwu,dragana 2022-07-25 20:19:48 +00:00
moz.build Bug 1696382: Add IPC in-tree docs r=nika,gerard-majax,ipc-reviewers 2022-01-13 00:10:20 +00:00
pull-chromium.py