LLVMpipe With Intel’s GLSL2 Compiler

127

Last month we tested out Intel’s new GLSL compiler for Mesa when running the ATI Radeon classic Mesa and Gallium3D drivers to see how this GL Shading Language compiler designed by Intel employee’s for their hardware and open-source driver work for the other open-source drivers, since all of the Mesa drivers will be affected once this “GLSL2” compiler is merged into the Mesa code-base by month’s end. The experience using Intel’s new shader compiler with the ATI Radeon graphics driver worked fine except for Warsow where serious regressions were visible, but in the other games that are capable of running off Mesa, the experience was fine. What we have been curious to test since then with this new OpenGL shader compiler has been the LLVMpipe driver — a Gallium3D driver we have been very excited about as it finally provides a better software rasterizer for Linux by leveraging Gallium3D and the Low-Level Virtual Machine (LLVM) compiler infrastructure for accelerating the Mesa state tracker atop a modern multi-core CPU that supports SSE4 instructions. We have now finished running tests of the Intel’s GLSL2 branch with the most recent LLVMpipe driver code.

Read more at Phoronix