i965/vec4: Set VERT_BIT_EDGEFLAG based on the VUE map
authorJason Ekstrand <jason.ekstrand@intel.com>
Tue, 9 May 2017 19:34:10 +0000 (12:34 -0700)
committerJason Ekstrand <jason.ekstrand@intel.com>
Tue, 9 May 2017 22:07:47 +0000 (15:07 -0700)
commitd2fe804d1890774828a5481f5873743d71d37c2a
tree5c1e42ca4a774d7e96bb5d9a6b424f3adbd42eb4
parentca4d1928023755d099578b7354bf763b8fa4a0f8
i965/vec4: Set VERT_BIT_EDGEFLAG based on the VUE map

We also add a nice little comment to make it more clear exactly what
happens with the edge flag copy.

Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
src/intel/compiler/brw_vec4.cpp
src/mesa/drivers/dri/i965/brw_vs.c