Robert Niederreiter

Results 39 comments of Robert Niederreiter

I recently ran into a similar bug with a custom shader on Adreno GPUs. I think the reason is this -> https://kivy.org/doc/stable/api-kivy.graphics.shader.html#header-inclusion **Kivy will always include default parameters.** After taking...

WorkManager support is already implemented here -> https://github.com/kivy/python-for-android/pull/2464 I need to find some time to polish the PR

Do you have the same problem when using master instead of 0.5.5?

**Update**. Just tried libdrm 2.4.89 and mesa 18.2.3, still flickering :/ Here's the GL related part of kivy startup log [INFO ] [Window ] Provider: sdl2(['window_egl_rpi'] ignored) [INFO ] [GL...

**Update** Just compiled SDL2-2.0.8, SDL2_image-2.0.2, SDL2_mixer-2.0.2, SDL2_ttf-2.0.14 from scratch and recompiled kivy master, still flickering

Actually kivy is always compiling against broadcom drivers. I opened a PR adding an option to build against mesa vc4 here https://github.com/kivy/kivy/pull/6026. We should continue at https://github.com/anholt/mesa/issues/116 for discussing rpi/kivy...

@misl6 @dbnicholson @zworkb Sorry for leaving this PR abandoned for so long. Of course if have no problem if the work done so far gets picked up by someone else....

Actually the value must be one out of `fit`, `width` or `height`. Anyway, I'm also +1 on adding `fit` as default.

This is not an issue about sphinx or restructured text, but the theme used for generating the docs. I'd suggest to pick one from https://sphinx-themes.org/ and make kivy related adoptions...

Actually, sphinx can also be used with markdown -> https://myst-parser.readthedocs.io/en/latest/index.html I already used it and it works pretty well. Using myst has also the advantage that transition can happen step...