mesa/src/gallium/tests
Alyssa Rosenzweig c0d5c06fed gallium/tests: Fix warning calculating absdiff
With clang building tests:

../src/gallium/tests/trivial/compute.c:1215:29: warning: taking the absolute value of unsigned type 'unsigned int' has no effect [-Wabsolute-value]
                        if (abs(((uint32_t *)x)[j] -
                            ^
../src/gallium/tests/trivial/compute.c:1215:29: note: remove the call to 'abs' since unsigned values cannot be negative
                        if (abs(((uint32_t *)x)[j] -

Signed-off-by: Alyssa Rosenzweig <alyssa@collabora.com>
Reviewed-by: Marek Olšák <marek.olsak@amd.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/12087>
2021-07-28 16:19:26 +00:00
..
graw gallium: split transfer_(un)map into buffer_(un)map and texture_(un)map 2021-05-21 17:38:04 +00:00
python/tests/regress/fragment-shader
trivial gallium/tests: Fix warning calculating absdiff 2021-07-28 16:19:26 +00:00
unit util: Add accessor for util_cpu_caps 2021-02-26 18:31:19 +00:00
meson.build meson: disable graw tests on mingw 2019-10-10 16:33:04 -07:00