Re: [Mesa-dev] [PATCH] llvmpipe: add LP_NEW_GS flag for updating vertex info

2017-05-26 Thread Jose Fonseca
On 27/05/17 03:35, srol...@vmware.com wrote: From: Roland Scheidegger 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

Re: [Mesa-dev] [PATCH] llvmpipe: add LP_NEW_GS flag for updating vertex info

2017-05-26 Thread Brian Paul
On 05/26/2017 08:35 PM, srol...@vmware.com wrote: From: Roland Scheidegger 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 se

[Mesa-dev] [PATCH] llvmpipe: add LP_NEW_GS flag for updating vertex info

2017-05-26 Thread sroland
From: Roland Scheidegger 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.) --- src/gallium/drivers/llvmpipe