Re: [Mesa-dev] [PATCH 22/28] util: promote u_memory to src/util

2018-11-09 Thread Rob Clark
On Fri, Nov 9, 2018 at 7:28 PM Dylan Baker wrote: > > Quoting Rob Clark (2018-11-09 14:27:35) > > On Fri, Nov 9, 2018 at 1:41 PM Dylan Baker wrote: > > > > > > as well as os_memory* > > > > Thanks, I think this will be useful for me to extract freedreno/ir3 > > out to src/compiler :-) > > Shouldn

Re: [Mesa-dev] [PATCH 22/28] util: promote u_memory to src/util

2018-11-09 Thread Dylan Baker
Quoting Rob Clark (2018-11-09 14:27:35) > On Fri, Nov 9, 2018 at 1:41 PM Dylan Baker wrote: > > > > as well as os_memory* > > Thanks, I think this will be useful for me to extract freedreno/ir3 > out to src/compiler :-) Shouldn't that be src/qualcomm? :) > > Reviewed-by: Rob Clark Thanks! >

Re: [Mesa-dev] [PATCH 22/28] util: promote u_memory to src/util

2018-11-09 Thread Rob Clark
On Fri, Nov 9, 2018 at 1:41 PM Dylan Baker wrote: > > as well as os_memory* Thanks, I think this will be useful for me to extract freedreno/ir3 out to src/compiler :-) Reviewed-by: Rob Clark > --- > src/gallium/auxiliary/Makefile.sources | 5 - > src/gallium/auxiliary/meso

[Mesa-dev] [PATCH 22/28] util: promote u_memory to src/util

2018-11-09 Thread Dylan Baker
as well as os_memory* --- src/gallium/auxiliary/Makefile.sources | 5 - src/gallium/auxiliary/meson.build | 5 - src/gallium/auxiliary/util/u_debug_memory.c| 4 ++-- src/gallium/auxiliary/util/u_format.c | 2 +- src/gallium/