mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-25 00:00:11 +01:00
softpipe: check for SP_NEW_STIPPLE when building quad pipeline
Fixes polygon stipple if both DO_PSTIPPLE_IN_DRAW_MODULE and DO_PSTIPPLE_IN_HELPER_MODULE are zero/off. Reviewed-by: Charmaine Lee <charmainel@vmware.com>
This commit is contained in:
parent
b9e41b587f
commit
2b9e63823f
1 changed files with 1 additions and 0 deletions
|
|
@ -402,6 +402,7 @@ softpipe_update_derived(struct softpipe_context *softpipe, unsigned prim)
|
|||
if (softpipe->dirty & (SP_NEW_BLEND |
|
||||
SP_NEW_DEPTH_STENCIL_ALPHA |
|
||||
SP_NEW_FRAMEBUFFER |
|
||||
SP_NEW_STIPPLE |
|
||||
SP_NEW_FS))
|
||||
sp_build_quad_pipeline(softpipe);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue