V3DLib icon indicating copy to clipboard operation
V3DLib copied to clipboard

C++ library for programming the VideoCore GPU on all Raspberry Pi's.

Results 9 V3DLib issues
Sort by recently updated
recently updated
newest added

on Raspberry Pi 4B Linux raspberrypi 5.10.103-v8+ #1529 SMP PREEMPT aarch64 GNU/Linux gcc/g++ version 8.3 I get the following: pi@raspberrypi:~/CmdParameter $ make DEBUG=1 test Compiling Tests/testMain.cpp Compiling Tests/testCmdLine.cpp Compiling Tests/testParams.cpp...

Calling `make` directly within your `Makefile` to build Mesa potentially prevents parallel multi-processor builds, at least it does for me. You should use `$(MAKE)` instead. See [warning: jobserver unavailable: using...

When building with `DEBUG=0` I get an error at https://github.com/wimrijnders/V3DLib/blob/6988cce3b00d859fdc59a8a9eed3f62bbc0d3a31/Lib/v3d/KernelDriver.cpp#L735 stating that `checkUniformAtTop` is not defined. In fact the function is defined in the same file above within a preprocessor...

I tried to build V3DLib on my Raspberry Pi4 but I got error message as below. Can you please advise? Thanks. #make QPU=1 DEBUG=1 all ... make: *** No rule...

Hello, I have been using V3DLib for some research to make my program run fasted on Rpi4, I am so grateful for your work in this, but field. It has...

This small PR implements support for Raspberry Pi Compute Module 4. It achieves this by detecting v3d if platform is `Pi Compute Module 4`. Also fixes release build.

I have added support for CM4 with PR #11

Hi guys, for a few days now, I've been trying to drive an epaper display as a second framebuffer copying the main one, but the time it takes to copy...

Hi, I have been doing work on VideoCore VI for a bare metal system. Your repository is one of the few public things besides Mesa/Linux on V3D on the internet....