https://bugs.kde.org/show_bug.cgi?id=445179
amyspark <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|* Unknown |OpenGL Canvas --- Comment #7 from amyspark <[email protected]> --- Thanks Anna! I now know what the problem is; you're running an ES3 device, for which GL_EXT_texture_storage is indeed not required (as it's provided for by the standard). Previously, it didn't crash because the ES3 case was covered by the desktop OpenGL clauses in initializeRGBA16FTextures; however, it would've crashed later if your device didn't have EXT_color_buffer_float. I'll send the corrections to Sharaf's patch as soon as I have tested them here. -- You are receiving this mail because: You are watching all bug changes.
