Re: [Mesa-dev] [PATCH 6/6] i965: Simplify handling of VUE map changes.

2015-09-26 Thread Chris Forbes
For the v2 series: Reviewed-by: Chris Forbes On Sat, Sep 12, 2015 at 6:58 PM, Kenneth Graunke wrote: > The old code was disasterously complex - spread across multiple atoms > which may not even run, inspecting the dirty bits to try and decide > whether

[Mesa-dev] [PATCH 6/6] i965: Simplify handling of VUE map changes.

2015-09-12 Thread Kenneth Graunke
The old code was disasterously complex - spread across multiple atoms which may not even run, inspecting the dirty bits to try and decide whether it was necessary to do checks...storing VS information in brw_context...extra flagging... This code tripped me and Carl up very badly when working on