i915: add missing 0 defines
authorEric Engestrom <eric.engestrom@imgtec.com>
Mon, 4 Dec 2017 14:30:13 +0000 (14:30 +0000)
committerEric Engestrom <eric.engestrom@imgtec.com>
Tue, 12 Dec 2017 13:59:46 +0000 (13:59 +0000)
commitec0a4fcec03cacfc3e075cf9e5e6584b672e4c82
tree9017867ff79881230a8fac97a44436fec733d12a
parentaccb7d439094ce284b139a5e87930b489702f8eb
i915: add missing 0 defines

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 <eric.engestrom@imgtec.com>
Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
src/mesa/drivers/dri/i915/intel_render.c