llvmpipe: add LP_NEW_GS flag for updating vertex info
authorRoland Scheidegger <sroland@vmware.com>
Sat, 27 May 2017 02:34:14 +0000 (04:34 +0200)
committerRoland Scheidegger <sroland@vmware.com>
Sat, 27 May 2017 13:49:21 +0000 (15:49 +0200)
commitd2724fe5bddb1ca9cb61c79ddfe78a09b92eebc5
treeb5bc630af015d95a443ed151fce4f2e058f9c86c
parent31ff7bff5af2db13581d2e313f29d4be08f98e3a
llvmpipe: add LP_NEW_GS flag for updating vertex info

The vertex information we compute here is really dependent on the last
stage before FS. It just happened to work most of the time because new
GS tend to come with new VS and/or FS...
(The LP_NEW_GS flag was previously set but never used.)

Reviewed-by: Brian Paul <brianp@vmware.com>
Reviewed-by: Jose Fonseca <jfonseca@vmware.com>
src/gallium/drivers/llvmpipe/lp_state_derived.c