[krita] [Bug 363124] Light green brush cursor border hard to see
https://bugs.kde.org/show_bug.cgi?id=363124 --- Comment #8 from 1DrawingPerDay --- @Boudewijn Rempt ATI Mobility Radeon HD 3650 with the legacy AMD Catalyst driver. -- You are receiving this mail because: You are watching all bug changes.
[krita] [Bug 363124] Light green brush cursor border hard to see
https://bugs.kde.org/show_bug.cgi?id=363124 --- Comment #7 from Boudewijn Rempt --- Git commit 7236d4457d5b345dacadc22936e00d1bfac507ae by Boudewijn Rempt. Committed on 25/05/2016 at 12:10. Pushed by rempt into branch 'master'. Add note about gllogicop Though I think that on AMD, it doesn't work even if it's defined, so We still need to figure out another way to draw the cursor. Related: bug 340085 M +2-0libs/ui/opengl/kis_opengl_canvas2.cpp http://commits.kde.org/krita/7236d4457d5b345dacadc22936e00d1bfac507ae -- You are receiving this mail because: You are watching all bug changes.
[krita] [Bug 363124] Light green brush cursor border hard to see
https://bugs.kde.org/show_bug.cgi?id=363124 --- Comment #6 from Boudewijn Rempt --- 1DrawingPerDay: what GPU do you have? -- You are receiving this mail because: You are watching all bug changes.
[krita] [Bug 363124] Light green brush cursor border hard to see
https://bugs.kde.org/show_bug.cgi?id=363124 Boudewijn Rempt changed: What|Removed |Added CC||b...@valdyas.org --- Comment #5 from Boudewijn Rempt --- I suspect this code in kis_opengl_canvas2.cpp: // XXX: glLogicOp not in ES 2.0 -- it would be better to use another method. // It is defined in 3.1 core profile onward. glEnable(GL_COLOR_LOGIC_OP); if (ptr_glLogicOp) { ptr_glLogicOp(GL_XOR); } -- You are receiving this mail because: You are watching all bug changes.
[krita] [Bug 363124] Light green brush cursor border hard to see
https://bugs.kde.org/show_bug.cgi?id=363124 --- Comment #4 from 1DrawingPerDay --- I just sent a couple of screenshots of what the cursor looks like in Krita 3.0 Beta. Also please note the garbled text on the upper left corner of the canvas in the screenshot with OpenGL enabled. Don't know what's that supposed to be it's unreadable and it changes all the time (some kind of coordinates?) No the brush cursor wasn't like that in 2.9.11 -- You are receiving this mail because: You are watching all bug changes.
[krita] [Bug 363124] Light green brush cursor border hard to see
https://bugs.kde.org/show_bug.cgi?id=363124 --- Comment #3 from 1DrawingPerDay --- Created attachment 99016 --> https://bugs.kde.org/attachment.cgi?id=99016&action=edit Open GL Disabled This is what the cursor looks like in Krita 3.0 Beta with OpenGL disabled -- You are receiving this mail because: You are watching all bug changes.
[krita] [Bug 363124] Light green brush cursor border hard to see
https://bugs.kde.org/show_bug.cgi?id=363124 --- Comment #2 from 1DrawingPerDay --- Created attachment 99015 --> https://bugs.kde.org/attachment.cgi?id=99015&action=edit Open GL Enabled This is what the cursor looks in Krita 3.0 Beta with OpenGL enabled -- You are receiving this mail because: You are watching all bug changes.
[krita] [Bug 363124] Light green brush cursor border hard to see
https://bugs.kde.org/show_bug.cgi?id=363124 wolthera changed: What|Removed |Added CC||griffinval...@gmail.com --- Comment #1 from wolthera --- Created attachment 99014 --> https://bugs.kde.org/attachment.cgi?id=99014&action=edit What the cursor is supossed to look like. The thing is that the green cursor is supossed to be mixed in with an exclusion blending mode, like in the screenshot I attached. So there must be an openGL problem here. Did this also happen in 2.9.11? -- You are receiving this mail because: You are watching all bug changes.