Page 4 of 6

Re: Compiling Pioneer for Raspberry Pi (ARM)

Posted: Mon Nov 16, 2015 9:38 pm
by impaktor
Regarding the comming Linux 4.4 release candidate:
- There's a Raspberry Pi KMS driver that's finally landed after the extensive work done by Eric Anholt at Broadcom. Unfortunately for Linux 4.4, this Raspberry Pi kernel graphics driver is just for kernel mode-setting and doesn't yet handle 3D hardware acceleration or power management. Eric is still working on that acceleration code as well as the accompanying VC4 Gallium3D driver.
http://www.phoronix.com/scan.php?page=a ... ures&num=1

Re: Compiling Pioneer for Raspberry Pi (ARM)

Posted: Sun May 22, 2016 6:19 am
by impaktor
@Fluffyfreak: FYI: I'll be buying a Raspberry Pi 2 soonish, so if you need any one to test stuff, I can give stuff a go. (My thinking is that I don't need a 3, and a Pi 2 costs almost half as much second hand)

Re: Compiling Pioneer for Raspberry Pi (ARM)

Posted: Thu May 26, 2016 6:59 pm
by FluffyFreak
It needs a renderer writing, or we need to switch to using a multiplatform renderer like BGFX as previously discussed, otherwise I think it builds and the modelcompiler runs.
Though I haven't tried it in a long time.

Re: Compiling Pioneer for Raspberry Pi (ARM)

Posted: Wed Apr 24, 2019 11:37 am
by impaktor
"Why don't we have Wayland yet?!
Or: The state of Linux Graphics with Raspberry Pi and Rust"
https://joshondesign.com/2018/03/26/lin ... hics_state

Re: Compiling Pioneer for Raspberry Pi (ARM)

Posted: Mon Jun 24, 2019 8:45 am
by impaktor
New Raspberry out:
https://www.raspberrypi.org/blog/raspbe ... w-from-35/

One notable step forward is that for Raspberry Pi 4, we are retiring the legacy graphics driver stack used on previous models. Instead, we’re using the Mesa “V3D” driver developed by Eric Anholt at Broadcom over the last five years. This offers many benefits, including OpenGL-accelerated web browsing and desktop composition, and the ability to run 3D applications in a window under X. It also eliminates roughly half of the lines of closed-source code in the platform.

Re: Compiling Pioneer for Raspberry Pi (ARM)

Posted: Mon Jun 24, 2019 8:51 am
by FluffyFreak
Interesting, wonder what version of OpenGL

Re: Compiling Pioneer for Raspberry Pi (ARM)

Posted: Mon Jun 24, 2019 8:53 am
by FluffyFreak
Of course the 4GB version has sold out already :)

Re: Compiling Pioneer for Raspberry Pi (ARM)

Posted: Tue Jun 25, 2019 7:51 am
by impaktor
I went through some videos last night on the Pi4, I think this had some interesting benchmarks (second half):
https://www.youtube.com/watch?v=eDnLIBhWxYI

Re: Compiling Pioneer for Raspberry Pi (ARM)

Posted: Sun Jun 30, 2019 9:54 am
by impaktor

Re: Compiling Pioneer for Raspberry Pi (ARM)

Posted: Sun Jun 30, 2019 7:36 pm
by FluffyFreak
Performance is certainly an issue, but the main problem is finding out what verison of desktop OpenGL it supports.
OpenGL ES (3.0) is not the same thing, that's been pretty much thr only thing stopping us supporting the Pi.