Build mesa 2840 completed
Commit 662b9c24d0 by Marek Olšák on 11/28/2016 12:37 AM:
radeonsi: don't fetch 8 dwords for samplerBuffer and imageBuffer\n\nThe compiler doesn't shrink s_load_dwordx8, so we always wasted 4 SGPRs.\nAlso, the extraction of the descriptor created some really ugly asm code\nwith lots of VALU bitwise ops and v_readfirstlane.\n\nTotals from *affected* shaders:\nSGPRS: 13880 -> 13253 (-4.52 %)\nVGPRS: 15200 -> 15088 (-0.74 %)\nCode Size: 499864 -> 459816 (-8.01 %) bytes\nMax Waves: 1554 -> 1564 (0.64 %)\n\nReviewed-by: Nicolai Hähnle <[email protected]>
_______________________________________________ mesa-dev mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-dev
