Summary: | New video compositor compute shader render glitches mpv | ||
---|---|---|---|
Product: | Mesa | Reporter: | bmilreu |
Component: | Mesa core | Assignee: | mesa-dev |
Status: | RESOLVED FIXED | QA Contact: | mesa-dev |
Severity: | normal | ||
Priority: | medium | CC: | jamesz |
Version: | git | ||
Hardware: | x86-64 (AMD64) | ||
OS: | Linux (All) | ||
Whiteboard: | |||
i915 platform: | i915 features: | ||
Attachments: |
patch for blur issue fix
patch for blank issue fix |
Description
bmilreu
2019-02-15 19:30:10 UTC
Thanks for the testing. We'll have a look. bmilreu@gmail.com: Problem 1,4: the blend implementation seems incomplete with compute shader. Problem 3: could you provide the clip and the screen capture? I want to check on my bench. Problem 2: So far I didn't see on my bench. I will try to reproduce here. (In reply to jamesz@amd.com from comment #2) > bmilreu@gmail.com: > Problem 1,4: the blend implementation seems incomplete with compute shader. > Problem 3: could you provide the clip and the screen capture? I want to > check on my bench. > Problem 2: So far I didn't see on my bench. I will try to reproduce here. Also found an extra problem with this test case. Both vaapi and vdpau are dropping lots of frames on it. Could you try: mpv --vo=vaapi --hwdec=vaapi https://www.youtube.com/watch?v=LXb3EKWsInQ mpv --vo=vdpau --hwdec=vdpau https://www.youtube.com/watch?v=LXb3EKWsInQ Then resize down the window. This reproduces the jagginess and also introduces constant stuttering. Let me know if you can reproduce, I'm at work now but I can provide captures and logs when I come home if needed. Ok, some updates: 1. The stutter/framedrop was related to the codec, not your patches. Switching to dav1d improved it. 2. The last patch you posted fixed the black UI issues. 3. Got a comparison shot of how the jagginess looks between mesa before and after your implementation: https://i.imgur.com/A6ko6ap.png Thanks so much! By the way, can you provide me the source to reproduce the jagginess issue at my side? James Sorry, https://www.youtube.com/watch?v=LXb3EKWsInQ is the clip. James Created attachment 143809 [details] [review] patch for blur issue fix Created attachment 143810 [details] [review] patch for blank issue fix Hi Bruno, Please help verify the two new patches to address the issues that you found during Chromium hardware acceleration enabled playback. Thanks! James Zhu (In reply to jamesz@amd.com from comment #9) > Hi Bruno, > > Please help verify the two new patches to address the issues that you found > during Chromium hardware acceleration enabled playback. > > Thanks! > James Zhu Done, those two issues are fixed with the patch. I'll close this as resolved and open another ticket if I find more issues but the two main va-api applications I use are working fine (mpv and chrome/ium). |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.