Bug 363350 - Window sometimes not getting redrawn with EGL compositing enabled
Summary: Window sometimes not getting redrawn with EGL compositing enabled
Status: RESOLVED DUPLICATE of bug 338150
Alias: None
Product: kwin
Classification: Plasma
Component: egl (show other bugs)
Version: 5.6.4
Platform: openSUSE Linux
: NOR minor
Target Milestone: ---
Assignee: KWin default assignee
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-05-20 22:23 UTC by Linus Kardell
Modified: 2016-05-21 07:37 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Linus Kardell 2016-05-20 22:23:40 UTC
Windows sometimes do not seem to be redrawn properly when EGL composititing is used. For example in Firefox if you highlight some text and then click somewhere it unhighlights the text. However the the text still looks highlighted. If you scroll afterwords it seems to force it to redraw. It happens elsewhere as well. It's most noticeable when editing text as your edits do not appear on the screen immediately. It does not seem to happen with GLX compositing.

Reproducible: Always

Steps to Reproduce:
1. Enable EGL compsiting
2. Highlight text in Firefox
3. Click somewhere on the page
4. Scroll

Actual Results:  
The highlight does not seem to disappear until you scroll.

Expected Results:  
The highlight should immediately disappear when you click.

openSUSE Leap 42.1
KDE from KDE:frameworks5 BuildService repo
Intel Core-i5 3230M with Intel HD Graphics 4000
Mesa 11.0.8
Comment 1 Thomas Lübking 2016-05-21 07:37:46 UTC
Bug in EGL/DRI2
Try DRI3 or simply use GLX, EGL is not GLES and and doesn't provide (you) systematic advantages.

*** This bug has been marked as a duplicate of bug 338150 ***