intel: fix compiler build
authorIago Toral Quiroga <itoral@igalia.com>
Mon, 13 Mar 2017 11:58:44 +0000 (12:58 +0100)
committerIago Toral Quiroga <itoral@igalia.com>
Mon, 13 Mar 2017 12:09:24 +0000 (13:09 +0100)
commite8eeb759b78ecf33d1d01e8a8beb45455251f678
tree383a4a58cbe6c90e10e55282361501a18d891ff8
parent8dee325752daf1850a1f497c82b30d0574a5b612
intel: fix compiler build

compiler/brw_vec4_gs_visitor.cpp:744:39: error:
‘GEN7_MAX_GS_OUTPUT_VERTEX_SIZE_BYTES’ was not declared in this scope
           output_vertex_size_bytes <= GEN7_MAX_GS_OUTPUT_VERTEX_SIZE_BYTES);

Fixes: d0d4a5f43b4 ("i965: split EU defines to brw_eu_defines.h")
Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
src/intel/compiler/brw_eu_defines.h
src/mesa/drivers/dri/i965/brw_defines.h