i965: Change GEN_GEN < 7 to GEN_GEN == 6 in 3DSTATE_VS code.
authorKenneth Graunke <kenneth@whitecape.org>
Wed, 10 May 2017 19:41:38 +0000 (12:41 -0700)
committerKenneth Graunke <kenneth@whitecape.org>
Thu, 11 May 2017 23:34:04 +0000 (16:34 -0700)
commit4933c3d16e8b652c388d04e498b4f9016507fbf3
tree109aa3f722a881e62e7dd5c35328c6090acaf1e2
parentd65e19f5c64f788d1d2e8477dc16d05b9fa2dbce
i965: Change GEN_GEN < 7 to GEN_GEN == 6 in 3DSTATE_VS code.

This whole code is surrounded in #if GEN_GEN >= 6, and this code only
applies on Sandybridge.  So, use GEN_GEN == 6 to reduce the delta in
the next patch, when we add Gen4-5 support.

Reviewed-by: Rafael Antognolli <rafael.antognolli@intel.com>
src/mesa/drivers/dri/i965/genX_state_upload.c