steamos_mesa
steamos_mesa copied to clipboard
Patched branches of Mesa used in SteamOS
I notice a workaround for llvm.12833: https://github.com/ValveSoftware/steamos_mesa/blob/4d8013e2b0914bfb0472778ebf15e27faa0d39fb/src/gallium/auxiliary/gallivm/lp_bld_misc.cpp ``` /* * Workaround http://llvm.org/bugs/show_bug.cgi?id=12833 */ StringRef MArch = ""; StringRef MCPU = ""; Triple TT(unwrap(M)->getTargetTriple()); JIT = builder.create(builder.selectTarget(TT, MArch, MCPU, MAttrs)); ```...
Team Fortress is crashing on linux-grsec. In the past, the only flag I had enabled for hl2_linux was "m" (disabled mprotect), but now I have to do "em" otherwise TF2...
Early prototype of LunarGlass front-end for Mesa Intel driver.
This branch incorporates the recent 10.1.4 changes from freedesktop as well as the same additional patches to support deferred & threaded compiles and SteamOS specific fixes.
This branch includes everything released in the 10.1.3 stable branch release as well as Olv's deferred & threaded compiler changes, a performance improvement for The Witcher 2 title and the...