diff options
author | Miguel A. Vico <mvicomoya@nvidia.com> | 2017-08-09 16:01:34 -0700 |
---|---|---|
committer | Miguel A. Vico <mvicomoya@nvidia.com> | 2018-04-10 18:36:30 +0200 |
commit | c87642ad69fb5ce256430b85fd3a0b00bd0355d3 (patch) | |
tree | 2cedebc8b378e70000011a1a9c63cf3dce3077ec | |
parent | 81512adf8d6f1ced68ea55513a8428f323d1185f (diff) |
Add nvidia-release-notes filenvidia_head_rebase-4.0
Signed-off-by: Miguel A Vico Moya <mvicomoya@nvidia.com>
-rw-r--r-- | nvidia-release-notes | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/nvidia-release-notes b/nvidia-release-notes new file mode 100644 index 00000000..5da24838 --- /dev/null +++ b/nvidia-release-notes @@ -0,0 +1,27 @@ +NVIDIA EGLStream-based Weston version 4.0 +----------------------------------------- + +This branch includes NVIDIA EGLStream patches on top of +Weston 4.0. + +* Known issues: + + - Bad interactions with XDG Shell v6 preventing + clients that implement the new interface from + starting + + Fixed if using wl_eglstream_controller from commit: + + a044287897d3646440644555f7ac1d756e39e0d2 compositor: Process stream attach requests with wl_eglstream_controller + + (Needs libnvidia-egl-wayland.so >= 1.0.2 - https://github.com/NVIDIA/egl-wayland) + + Fixed in 'weston-simple-egl' with commit: + + ce015e27839809ed4d602dd8d977f2df770b0921 simple-egl: Do not set EGL up until XDG setup is complete + + +* Contact: + + Miguel A. Vico (mvicomoya AT nvidia.com) + |