[Libreoffice-bugs] [Bug 95581] OGL: Sheared text in charts slow

2016-06-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95581 Commit Notification changed: What|Removed |Added Whiteboard|target:5.3.0 target:5.2.0.1 |target:5.3.0 target:5.2.0.1

[Libreoffice-bugs] [Bug 95581] OGL: Sheared text in charts slow

2016-06-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95581 --- Comment #19 from Commit Notification --- Tor Lillqvist committed a patch related to this issue. It has been pushed to "libreoffice-5-1": http://cgit.freedesktop.org/libreoffice/core/commit/?id=6bac502897585a32c9ad9256c344499d73f7d5ba

[Libreoffice-bugs] [Bug 95581] OGL: Sheared text in charts slow

2016-06-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95581 Commit Notification changed: What|Removed |Added Whiteboard|target:5.3.0|target:5.3.0 target:5.2.0.1

[Libreoffice-bugs] [Bug 95581] OGL: Sheared text in charts slow

2016-06-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95581 --- Comment #18 from Commit Notification --- Tor Lillqvist committed a patch related to this issue. It has been pushed to "libreoffice-5-2": http://cgit.freedesktop.org/libreoffice/core/commit/?id=3bbdd817042a665d8f02a2bd4ee668840791bc7f

[Libreoffice-bugs] [Bug 95581] OGL: Sheared text in charts slow

2016-06-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95581 Commit Notification changed: What|Removed |Added Whiteboard||target:5.3.0 -- You are re

[Libreoffice-bugs] [Bug 95581] OGL: Sheared text in charts slow

2016-06-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95581 --- Comment #17 from Commit Notification --- Tor Lillqvist committed a patch related to this issue. It has been pushed to "master": http://cgit.freedesktop.org/libreoffice/core/commit/?id=14469e86d30615618401c5984e05f5609edb1e12 tdf#955

[Libreoffice-bugs] [Bug 95581] OGL: Sheared text in charts slow

2016-03-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95581 --- Comment #16 from Tomaz Vajngerl --- Line rendering speedups only helps lines - by avoiding all the decomposition into trapezoids. -- You are receiving this mail because: You are the assignee for the bug. _

[Libreoffice-bugs] [Bug 95581] OGL: Sheared text in charts slow

2016-03-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95581 Michael Meeks changed: What|Removed |Added CC||qui...@gmail.com --- Comment #15

[Libreoffice-bugs] [Bug 95581] OGL: Sheared text in charts slow

2016-01-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95581 --- Comment #14 from Tor Lillqvist --- Still, it remains to be investigated why the code is taking this slow path in the case of OpenGL, but not otherwise. Plus, the extreme irony of course is that OpenGL naturally allows all kinds of tran

[Libreoffice-bugs] [Bug 95581] OGL: Sheared text in charts slow

2016-01-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95581 --- Comment #13 from Tor Lillqvist --- Anyway, an obvious "fix" for the slowness here would be to change the basegfx::fTools::equalZero(fShearX) test to for instance fabs(fShearX) < 0.05 . But I would really like to investigate more where

[Libreoffice-bugs] [Bug 95581] OGL: Sheared text in charts slow

2016-01-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95581 --- Comment #12 from Tor Lillqvist --- The shear seems to be something like 0.03. I wonder if that might be the result of some rounding error? Or really intentional? -- You are receiving this mail because: You are the assignee for the bu

[Libreoffice-bugs] [Bug 95581] OGL: Sheared text in charts slow

2016-01-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95581 Tor Lillqvist changed: What|Removed |Added Summary|OGL: rotated text in charts |OGL: Sheared text in charts