Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mesa: Link with libatomic and libm | Khem Raj | 2018-05-13 | 3 | -127/+2 |
| | | | | | | | | | | on x86 it fails to link with this error https://lists.freedesktop.org/archives/mesa-dev/2017-May/155499.html and libm is needed for | /usr/src/debug/mesa/2_18.0.2-r0/build/src/util/../../../mesa-18.0.2/src/util/rounding.h:108: undefined reference to `lrintf' Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||||
* | mesa: Add 64bits atomics patches for clang/x86 | Khem Raj | 2017-08-16 | 3 | -0/+127 |
These patches are taken from mailing list Signed-off-by: Khem Raj <raj.khem@gmail.com> |