----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/112883/#review40487 -----------------------------------------------------------
This review has been submitted with commit 402b384ca24395130092c573bcd27e7b5d1f7534 by Boudewijn Rempt to branch master. - Commit Hook On Sept. 22, 2013, 1:18 p.m., Sven Langkamp wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > http://git.reviewboard.kde.org/r/112883/ > ----------------------------------------------------------- > > (Updated Sept. 22, 2013, 1:18 p.m.) > > > Review request for Calligra and Boudewijn Rempt. > > > Description > ------- > > On AMD graphic cards the Krita OpengGL 2 branch shows some flickering. The > problem happens when only a part of the widget is updated e.g. when switching > between menu. > > The patch solves that by dropping paint events that update that have an > update rect smaller than the size of the widget. In that case a new update > with the full size of the widget is trigger. > > It's somewhat of an ugly hack, but it's the best solution that I could find. > Better suggestions appreciated. > > > This addresses bug 322808. > http://bugs.kde.org/show_bug.cgi?id=322808 > > > Diffs > ----- > > krita/ui/opengl/kis_opengl_canvas2.h 5d701d6 > krita/ui/opengl/kis_opengl_canvas2.cpp 2ddd503 > > Diff: http://git.reviewboard.kde.org/r/112883/diff/ > > > Testing > ------- > > Tested on my ATI card. Flickering is gone. > > > Thanks, > > Sven Langkamp > >
_______________________________________________ calligra-devel mailing list [email protected] https://mail.kde.org/mailman/listinfo/calligra-devel
