Cristi Mitrana

Results 236 comments of Cristi Mitrana

Yes, with `rend.DumpTextures = yes` the artifacts are not longer present, thank you. Re-tested using the standalone version (latest commit) and indeed the issue is present there also - I...

Thanks for the pointer. Looks similar to https://github.com/flyinghead/flycast/issues/117 indeed. I tried declaring `palette_index` as `highp` and, going further, changing the return type of `palettePixel` to `highp vec4`, but there's no...

If your system is a Pi4 (which looks like it, based on the `total_mem` reported), then `display_rotate` is not supported for it - see [this forum post](https://www.raspberrypi.org/forums/viewtopic.php?t=247619) for alternatives.

> Are there plans to detangle this, when even possible, i.e. to support firmware HDMI with full KMS in the future? Looking at https://github.com/raspberrypi/linux/issues/4651 and https://github.com/raspberrypi/linux/pull/4652, I wouldn't think this...

Disabling the OpenGL driver - on a PI4 - is basically disabling any GL capabilities for the system. The old/legacy GL drivers are not supported anymore on the PI4 -...

On the PI4, the (new) Mesa OpenGL/OpenGLES driver is enabled by default on all variants of Raspbian (Lite or Desktop). It has to be explicitly disabled in order to get...

> Thank you. I do hope this isn't the end of the line for Allegro on RPi; they're a great combination :( But Allegro works on the Pi - you...

> Thanks for the info, but I want to run it on Buster lite (not desktop), which as far as I understand is without X11 Yes, that's correct. You can't...

> That's great news :) I think you mis-understood my previous reply > You **can't** run it right now **without an X11 env - on the Pi4 model**. As @SiegeLord...

> Is that safe? Why aren't these accessible by default if it is? Is there a way to limit it to just that process? Seems a bit like ripping the...