1b8e80941SmrgOpenSWR 2b8e80941Smrg======= 3b8e80941Smrg 4b8e80941SmrgThe Gallium OpenSWR driver is a high performance, highly scalable 5b8e80941Smrgsoftware renderer targeted towards visualization workloads. For such 6b8e80941Smrggeometry heavy workloads there is a considerable speedup over llvmpipe, 7b8e80941Smrgwhich is to be expected as the geometry frontend of llvmpipe is single 8b8e80941Smrgthreaded. 9b8e80941Smrg 10b8e80941SmrgThis rasterizer is x86 specific and requires AVX or above. The driver 11b8e80941Smrgfits into the gallium framework, and reuses gallivm for doing the TGSI 12b8e80941Smrgto vectorized llvm-IR conversion of the shader kernels. 13b8e80941Smrg 14b8e80941Smrg.. toctree:: 15b8e80941Smrg :glob: 16b8e80941Smrg 17b8e80941Smrg openswr/usage 18b8e80941Smrg openswr/faq 19b8e80941Smrg openswr/profiling 20b8e80941Smrg openswr/knobs 21b8e80941Smrg 22