1OpenSWR 2======= 3 4The Gallium OpenSWR driver is a high performance, highly scalable 5software renderer targeted towards visualization workloads. For such 6geometry heavy workloads there is a considerable speedup over llvmpipe, 7which is to be expected as the geometry frontend of llvmpipe is single 8threaded. 9 10This rasterizer is x86 specific and requires AVX or above. The driver 11fits into the gallium framework, and reuses gallivm for doing the TGSI 12to vectorized llvm-IR conversion of the shader kernels. 13 14You can read more about OpenSWR on the `project website 15<https://www.openswr.org/>`__. 16 17.. toctree:: 18 :glob: 19 20 openswr/usage 21 openswr/faq 22 openswr/profiling 23 openswr/knobs 24 25