mesa
mesa copied to clipboard
Mesa fork for open-source NVIDIA Tegra20/30 GL implementation
This is an attempt to rebase mesa grate branch to mesa 22.2.4 Warning displayed still not fixed: ``` grate_screen_get_shader_param: unsupported fragment-shader parameter: 28 grate_screen_get_shader_param: unsupported fragment-shader parameter: 25 ``` Fixed...
I compiled grate (mesa 21.2.2 branch) for a Apalis T30 based device (which is powered by a Tegra 3) to replace the properitary NVIDIA drivers. While e.g. Xorg runs fine,...
As the title says. What needs to be done and how could I help out on the development side? I have experience in C and GL, but find it hard...
[I got the impression that this project uses GitHub issues as a support channel. If not, please direct me to a more appropriate channel.] I'm running Ubuntu 20.10 on Asus...
I'm trying to update my Toshiba AC100 with the latest grate-driver (kernel 5.7.8, Arch Linux Arm) using the instructions on https://github.com/grate-driver/grate/wiki/Grate-driver: Building natively on the AC100. ``` 1. git clone...
After installing the grate-driver libdrm, opentegra, mesa and libvdpau I noticed that the uvcvideo webcam device on AC100 no longer works. This was functional with stock mesa/libdrm/modesetting on 5.7.8. tested...
Hello, i try to run weston on a T20 but it won't work. Is this not supported yet, is it a bug or I'm doing something wrong? weston log and...
Trying to adapt the https://github.com/grate-driver/grate/wiki/Grate-driver instructions from autogen.sh to meson but grate is not listed under the option gallium-drivers
Trying to remove the mesa drivers as they worked poorly on my computer and messed up the graphics drivers. When I run glxinfo I get: ``` > glxinfo name of...
As commented in the mesa-22.2.4 rebase, there is still a need to discard the llvmpipe driver on software fallback on non-neon capable hardware. This as shown with commit https://github.com/grate-driver/mesa/commit/4621b88ee2e0f2cdbcb76d9f14eda4922c0123f4 Without...