Re: [Mesa-dev] [PATCH 2/4] util: add u_thread.h

2017-03-08 Thread Timothy Arceri
On 09/03/17 02:41, Emil Velikov wrote: Hi Timothy, On 8 March 2017 at 04:36, Timothy Arceri wrote: This is a minimal copy of os_thread.h from gallium in order to move u_queue.{c,h} to this directory. I cannot see a patch which drops the equivalent parts in os_thread.h. Can we void having a

Re: [Mesa-dev] [PATCH 2/4] util: add u_thread.h

2017-03-08 Thread Emil Velikov
Hi Timothy, On 8 March 2017 at 04:36, Timothy Arceri wrote: > This is a minimal copy of os_thread.h from gallium in order to move > u_queue.{c,h} to this directory. I cannot see a patch which drops the equivalent parts in os_thread.h. Can we void having a duplicate copy of this, imho, rather pick

[Mesa-dev] [PATCH 2/4] util: add u_thread.h

2017-03-07 Thread Timothy Arceri
This is a minimal copy of os_thread.h from gallium in order to move u_queue.{c,h} to this directory. --- src/util/Makefile.sources | 1 + src/util/u_thread.h | 89 +++ 2 files changed, 90 insertions(+) create mode 100644 src/util/u_thread.h diff