mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-17 15:40:20 +01:00
rebuild quad pipeline when framebuffer changes too
This commit is contained in:
parent
9110dbd9b2
commit
ef3849ffa0
1 changed files with 1 additions and 0 deletions
|
|
@ -142,6 +142,7 @@ void softpipe_update_derived( struct softpipe_context *softpipe )
|
|||
if (softpipe->dirty & (SP_NEW_BLEND |
|
||||
SP_NEW_DEPTH_TEST |
|
||||
SP_NEW_ALPHA_TEST |
|
||||
SP_NEW_FRAMEBUFFER |
|
||||
SP_NEW_STENCIL |
|
||||
SP_NEW_SETUP |
|
||||
SP_NEW_FS))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue