Re: [Mesa-dev] [PATCH mesa] i915: add missing 0 defines

2017-12-11 Thread Ian Romanick
Reviewed-by: Ian Romanick On 12/04/2017 06:52 AM, Eric Engestrom wrote: > Thanks to Emil's -Wundef, t_dd_dmatmp.h now complains that intel_render.c > is missing a couple `#define`s. > > Assigning them to 0 keeps the existing behaviour; I'll let someone else > turn them on if this is the behaviou

[Mesa-dev] [PATCH mesa] i915: add missing 0 defines

2017-12-04 Thread Eric Engestrom
Thanks to Emil's -Wundef, t_dd_dmatmp.h now complains that intel_render.c is missing a couple `#define`s. Assigning them to 0 keeps the existing behaviour; I'll let someone else turn them on if this is the behaviour that was intended. Signed-off-by: Eric Engestrom --- src/mesa/drivers/dri/i915/