diff options
-rw-r--r-- | src/mesa/drivers/dri/i965/gen7_sf_state.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mesa/drivers/dri/i965/gen7_sf_state.c b/src/mesa/drivers/dri/i965/gen7_sf_state.c index e36c44aa3fd..0f97cea652d 100644 --- a/src/mesa/drivers/dri/i965/gen7_sf_state.c +++ b/src/mesa/drivers/dri/i965/gen7_sf_state.c @@ -79,6 +79,9 @@ upload_sbe_state(struct brw_context *brw) dw10 |= (1 << input_index); } + if (attr == FRAG_ATTRIB_PNTC) + dw10 |= (1 << input_index); + /* The hardware can only do the overrides on 16 overrides at a * time, and the other up to 16 have to be lined up so that the * input index = the output index. We'll need to do some |