mesa/src
Timothy Arceri 1663bb1f77 radv: add a secure_compile_open_fifo_fds() helper
This will be used to create a communication pipe between the user
facing device and a freshly forked (per pipeline compile) slim copy
of that device.

We can't use pipe() here because the fork will not be a direct fork
of the user facing process. Instead we use a previously forked
copy of the process that was forked at device creation in order to
reduce the resources required for the fork and avoid performance
issues.

Fixes: cff53da374 ("radv: enable secure compile support")
2019-11-25 10:10:14 +11:00
..
amd radv: add a secure_compile_open_fifo_fds() helper 2019-11-25 10:10:14 +11:00
broadcom v3d: adds an extra MOV for any sig.ld* 2019-11-20 11:21:16 +01:00
compiler nir: no-op C99 _Pragma() with MSVC 2019-11-23 10:34:24 -07:00
drm-shim drm-shim: fix EOF case 2019-11-13 12:39:14 +00:00
egl Revert "egl: handle EGL_IMAGE_EXTERNAL_FLUSH_EXT" 2019-11-14 07:46:14 +02:00
etnaviv etnaviv: add drm-shim 2019-11-21 22:56:04 +00:00
freedreno turnip: implement UBWC 2019-11-21 22:21:57 +00:00
gallium Revert "draw: revert using correct order for prim decomposition." 2019-11-22 20:37:42 +01:00
gbm meson: move the generic symbols check arguments to a common variable 2019-11-05 20:30:47 +00:00
getopt
glx
gtest meson: gtest needs pthreads 2019-11-07 06:11:19 -08:00
hgl
imgui
intel intel/fs: Disable conditional discard optimization on Gen4 and Gen5 2019-11-21 16:40:50 -08:00
loader loader: replace xmlpool_options_h with idep_xmlconfig_headers 2019-10-31 15:29:06 +00:00
mapi mesa/glthread: Implement ARB_multi_bind. 2019-11-22 15:29:07 -05:00
mesa Revert "st/mesa: keep serialized NIR instead of nir_shader in st_program" 2019-11-20 15:22:32 -08:00
panfrost pan/midgard: Use lower_tex_without_implicit_lod 2019-11-22 08:38:57 -05:00
util disk_cache_get_function_timestamp: check for dladdr 2019-11-23 12:01:11 +01:00
vulkan vk_util: drop duplicate formats in vk_format_map[] 2019-11-21 22:52:40 +00:00
meson.build meson: revert glvnd workaround 2019-10-31 17:09:59 +00:00
SConscript