mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-25 08:40:11 +01:00
965: hardwire correct behaviour for vp-tri setup (for now...)
This commit is contained in:
parent
ded6ce2bd5
commit
86ddaa9d0e
1 changed files with 1 additions and 1 deletions
|
|
@ -148,7 +148,7 @@ static boolean calculate_masks( struct brw_sf_compile *c,
|
|||
|
||||
/* Maybe only processs one attribute on the final round:
|
||||
*/
|
||||
if (reg*2+1 < c->nr_setup_attrs) {
|
||||
if (1 || reg*2+1 < c->nr_setup_attrs) {
|
||||
*pc |= 0xf0;
|
||||
|
||||
// if (persp_mask & (1 << c->idx_to_attr[reg*2+1]))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue