Files
mesa/src/util
Lionel Landwerlin 5833f43305 util/timespec: use unsigned 64 bit integers for nsec values
We added this utility for vulkan where all timeouts are given as
uint64_t values. We can switch from signed to unsigned as this is the
only user and if we ever deal with signed integers somewhere else
we'll have to be careful to use the corresponding
timespec_(add|sub)_msec and always pass absolute values.

v2: Forgot to drop the test calling add_nsec() with a negative number

Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Reported-by: Juan A. Suarez Romero <jasuarez@igalia.com>
Fixes: d2d70c3bb5 ("util: add a timespec helper")
Acked-by: Daniel Stone <daniels@collabora.com>
2019-08-22 09:35:57 +02:00
..
2019-08-08 22:02:54 +01:00
2019-08-21 18:36:57 +00:00
2019-03-11 13:13:52 -07:00
2019-03-11 13:13:52 -07:00
2019-08-15 20:23:44 +02:00
2019-08-02 18:38:52 +01:00
2019-06-12 17:27:44 +01:00
2019-06-12 15:57:16 -07:00
2019-05-30 22:11:26 +00:00
2019-06-28 23:37:49 +01:00
2019-06-28 23:37:49 +01:00
2019-05-31 19:14:30 +02:00
2019-03-14 22:41:08 +00:00
2019-08-21 18:36:57 +00:00
2019-08-07 08:42:42 +01:00
2019-07-23 14:59:07 +00:00
2019-06-27 17:42:25 +00:00