Discussion:
[Arm-netbook] libre-riscv.org 3d gpu project
Luke Kenneth Casson Leighton
2018-09-27 08:46:50 UTC
Permalink
long story, there's a new project underway which is to create a 3D GPU
(and associated complete processor) entirely as a libre project, using
RISC-V as the basis. there's a lot to get done: the roadmap is quite
straightforward: http://libre-riscv.org/3d_gpu/roadmap/

it'll be a vulkan3d *software* driver written in rust and using llvm.
where and if absolutely strictly necessary intrinsic inline assembler
will be placed into the rust code: for the rest it will be straight to
llvm, and from there using a hardware-level parallelism API called
"SimpleV" which will take care of, at the hardware level, a
variable-length "vectorisation" aka variable-size SIMD (which is a
really *really* misleading way to describe it but SIMD and
vectorisation is what most people know).

for the most part this is a *software* project not a hardware one so
if anyone has software engineering skills, documentation skills or
anything else, do get in touch.

mailing lists: http://lists.libre-riscv.org

l.

_______________________________________________
arm-netbook mailing list arm-***@lists.phcomp.co.uk
http://lists.phcomp.co.uk/mailman/listinfo/arm-netbook
Send large attachments to arm-***@files.p
Wean Irdeh
2018-09-27 13:38:02 UTC
Permalink
http://libre-riscv.org/3d_gpu/roadmap/
^ the link does not work for me, it says 404 not found
http://lists.libre-riscv.org
^ this one says 403 forbidden
_______________________________________________
arm-netbook mailing list arm-***@lists.phcomp.co.uk
http://lists.phcomp.co.uk/mailman/listinfo/arm-netbook
Send large attachments to arm-
Luke Kenneth Casson Leighton
2018-09-27 13:54:43 UTC
Permalink
Post by Luke Kenneth Casson Leighton
http://libre-riscv.org/3d_gpu/roadmap/
^ the link does not work for me, it says 404 not found
works fine here - annoyingly redirects to https, but works. when
using lynx however... it really *really* weirdly redirects to
lists.libre-riscv.org which of course is a totally different host. ok
so that's because of a "listen" directive in the nginx config.
Post by Luke Kenneth Casson Leighton
http://lists.libre-riscv.org
^ this one says 403 forbidden
also works fine here on chrome: firefox not so, had an nginx location missing.

_______________________________________________
arm-netbook mailing list arm-***@lists.phcomp.co.uk
http://lists.phcomp.co.uk/mailman/listinfo/arm-netbook
Wean Irdeh
2018-09-27 16:00:11 UTC
Permalink
Thanks all issues I mentioned now fixed
_______________________________________________
arm-netbook mailing list arm-***@lists.phcomp.co.uk
http://lists.phcomp.co.uk/mailman/listinfo/arm-netbook
Send large attachments to arm
Luke Kenneth Casson Leighton
2018-09-27 16:08:59 UTC
Permalink
Post by Wean Irdeh
Thanks all issues I mentioned now fixed
appreciated the heads-up otherwise i look like a bit of a muppet :)

_______________________________________________
arm-netbook mailing list arm-***@lists.phcomp.co.uk
http://lists.phcomp.co.uk/mailman/listinfo/arm-netbook
Send large attachments to arm-***@files.phcomp.c

Loading...