blitzloop icon indicating copy to clipboard operation
blitzloop copied to clipboard

Assume GL_OES_texture_npot is supported by the GLES driver

Open linkmauve opened this issue 7 years ago • 2 comments

This alone improves performances during idle screen by about 20%, and simplifies the code quite a bit.

linkmauve avatar Sep 04 '18 19:09 linkmauve

This is fine if it works on the Raspberry Pi, but I want to get to the bottom of the performance issue so I'm going to do some further research before merging (possibly with other changes depending on outcome)

marcan avatar Sep 04 '18 20:09 marcan

So I optimized the matrix code (turns out NumPy is slow...), can you try now and/or fix the merge conflicts and see if the patch is still worth it?

marcan avatar Sep 05 '18 10:09 marcan