We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It renders as black/red flicker on vulkan renderer.
Running on Raspberry Pi 4B 8GB, and the official debian-based OS (Raspberry OS).
Custom mesa built with:
CFLAGS="-mcpu=cortex-a72" CXXFLAGS="-mcpu=cortex-a72" meson --prefix /usr -Dplatforms=x11 -Dvulkan-drivers=broadcom -Ddri-drivers= -Dgallium-drivers=kmsro,v3d,vc4 -Dbuildtype=release build-system/
vkQuake3 built with:
CFLAGS="-O2 -march=armv8-a+crc+simd -mtune=cortex-a72 -DSDL_DISABLE_IMMINTRIN_H" CXXFLAGS="-O2 -march=armv8-a+crc+simd -mtune=cortex-a72 -DSDL_DISABLE_IMMINTRIN_H" make -j4
The text was updated successfully, but these errors were encountered:
No branches or pull requests
It renders as black/red flicker on vulkan renderer.
Running on Raspberry Pi 4B 8GB, and the official debian-based OS (Raspberry OS).
Custom mesa built with:
vkQuake3 built with:
The text was updated successfully, but these errors were encountered: