Re: [Mesa-dev] [PATCH 08/14] util: env_var_as_unsigned() helper

2018-11-15 Thread Eric Engestrom
On Monday, 2018-11-12 10:50:52 -0500, Rob Clark wrote: > So I can drop env2u() helper from freedreno_util.h and get rid of one > small ir3 dependency on gallium/freedreno > > Signed-off-by: Rob Clark > --- > src/util/debug.c | 12 > src/util/debug.h | 2 ++ > 2 files changed, 14 in

[Mesa-dev] [PATCH 08/14] util: env_var_as_unsigned() helper

2018-11-12 Thread Rob Clark
So I can drop env2u() helper from freedreno_util.h and get rid of one small ir3 dependency on gallium/freedreno Signed-off-by: Rob Clark --- src/util/debug.c | 12 src/util/debug.h | 2 ++ 2 files changed, 14 insertions(+) diff --git a/src/util/debug.c b/src/util/debug.c index 98b