https://bugs.kde.org/show_bug.cgi?id=363124
Boudewijn Rempt <b...@valdyas.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |b...@valdyas.org --- Comment #5 from Boudewijn Rempt <b...@valdyas.org> --- 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.