Files
mesa/src
Marijn Suijten a0c5089935 mesa/math: Fix address of array always returning true
external/mesa3d/src/mesa/math/m_matrix.c:1403:13: error: address of array 'mat->inv' will always evaluate to 'true' [-Werror,-Wpointer-bool-conversion]
       if (mat->inv && (mat->flags & MAT_DIRTY_INVERSE)) {
           ~~~~~^~~ ~~

Fixes: 3175b63a0d ("mesa: don't allocate matrices with malloc")
Reviewed-by: Rob Clark <robclark@freedesktop.org>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/7861>
2020-12-07 23:27:03 +01:00
..
2020-04-20 11:57:11 +00:00
2020-03-30 13:38:01 +00:00
2020-12-05 11:42:15 +00:00
2020-12-01 16:51:01 +00:00
2020-08-21 18:38:44 +00:00
2020-12-07 15:25:17 +00:00