nv50: make sure to mark first scissor dirty after blit
Signed-off-by: Ilia Mirkin <imirkin@alum.mit.edu> Cc: "10.2" <mesa-stable@lists.freedesktop.org>
This commit is contained in:
@@ -1106,6 +1106,7 @@ nv50_blitctx_post_blit(struct nv50_blitctx *blit)
|
||||
NV50_NEW_RASTERIZER | NV50_NEW_ZSA | NV50_NEW_BLEND |
|
||||
NV50_NEW_TEXTURES | NV50_NEW_SAMPLERS |
|
||||
NV50_NEW_VERTPROG | NV50_NEW_GMTYPROG | NV50_NEW_FRAGPROG);
|
||||
nv50->scissors_dirty |= 1;
|
||||
|
||||
nv50->base.pipe.set_min_samples(&nv50->base.pipe, blit->saved.min_samples);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user