Re: [Mesa-dev] [PATCH 1/4] util/radv: move *_get_function_timestamp() to utils

2017-02-21 Thread Nicolai Hähnle
On 21.02.2017 10:16, Timothy Arceri wrote: On 21/02/17 19:54, Nicolai Hähnle wrote: On 20.02.2017 01:15, Timothy Arceri wrote: V2: The functions we are now sharing used different return values update the callers to reflect the new common api. Wasn't there a similar patch on the list recently

Re: [Mesa-dev] [PATCH 1/4] util/radv: move *_get_function_timestamp() to utils

2017-02-21 Thread Timothy Arceri
On 21/02/17 19:54, Nicolai Hähnle wrote: On 20.02.2017 01:15, Timothy Arceri wrote: V2: The functions we are now sharing used different return values update the callers to reflect the new common api. Wasn't there a similar patch on the list recently that also had an anv part? Yes but they

Re: [Mesa-dev] [PATCH 1/4] util/radv: move *_get_function_timestamp() to utils

2017-02-21 Thread Nicolai Hähnle
On 20.02.2017 01:15, Timothy Arceri wrote: V2: The functions we are now sharing used different return values update the callers to reflect the new common api. Wasn't there a similar patch on the list recently that also had an anv part? Cheers, Nicolai --- src/amd/vulkan/radv_device.c | 22 +

[Mesa-dev] [PATCH 1/4] util/radv: move *_get_function_timestamp() to utils

2017-02-19 Thread Timothy Arceri
V2: The functions we are now sharing used different return values update the callers to reflect the new common api. --- src/amd/vulkan/radv_device.c | 22 +++--- src/util/disk_cache.h| 17 + 2 files changed, 20 insertions(+), 19 deletions(-) diff --git a/sr