Build mesa 7301 completed
Commit 1e0a06000b by Rob Clark on 3/26/2018 10:45 PM:
glsl_types: fix build break with intel/msvc compiler\n\nThe VECN() macro was taking advantage of a GCC specific feature that is\nnot available on lesser compilers, mostly for the purposes of avoiding a\nmacro that encoded a return statement.\n\nBut as suggested by Ian, we could just have the macro produce the entire\nmethod body and avoid the need for this. So let's do that instead.\n\nBugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=105740\nFixes: f407edf3407396379e16b0be74b8d3b85d2ad7f0\nCc: Emil Velikov <[email protected]>\nCc: Timothy Arceri <[email protected]>\nCc: Roland Scheidegger <[email protected]>\nCc: Ian Romanick <[email protected]>\nSigned-off-by: Rob Clark <[email protected]>\nAcked-by: Timothy Arceri <[email protected]>\nReviewed-by: Roland Scheidegger <[email protected]>\nReviewed-by: Ian Romanick <[email protected]>
_______________________________________________ mesa-dev mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-dev
