Re: [Mesa-dev] [PATCH] i965: Don't bail on vertex element processing if we need draw params.

2016-12-20 Thread Jason Ekstrand
Bah... Forgot this: Reviewed-by: Jason Ekstrand On Dec 20, 2016 13:12, "Jason Ekstrand" wrote: > On Dec 19, 2016 13:27, "Kenneth Graunke" wrote: > > BaseVertex, BaseInstance, DrawID, and some edge flag conditions need >

Re: [Mesa-dev] [PATCH] i965: Don't bail on vertex element processing if we need draw params.

2016-12-20 Thread Jason Ekstrand
On Dec 19, 2016 13:27, "Kenneth Graunke" wrote: BaseVertex, BaseInstance, DrawID, and some edge flag conditions need vertex buffer and elements structs. We can't bail early in this case. Gen4-7 already do this properly. Gen8+ did not. Thanks to Ilia Mirkin for helping

[Mesa-dev] [PATCH] i965: Don't bail on vertex element processing if we need draw params.

2016-12-19 Thread Kenneth Graunke
BaseVertex, BaseInstance, DrawID, and some edge flag conditions need vertex buffer and elements structs. We can't bail early in this case. Gen4-7 already do this properly. Gen8+ did not. Thanks to Ilia Mirkin for helping track this down. Cc: mesa-sta...@lists.freedesktop.org Bugzilla: