mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-04-23 00:50:36 +02:00
st/nine: util_gen_mipmap doesn't need we reset states.
util_gen_mipmap uses pipe->blit, and thus doesn't need we restore all states after using it. Signed-off-by: Axel Davy <axel.davy@ens.fr>
This commit is contained in:
parent
7a7758c552
commit
24eca6a30d
1 changed files with 0 additions and 2 deletions
|
|
@ -404,8 +404,6 @@ NineBaseTexture9_GenerateMipSubLevels( struct NineBaseTexture9 *This )
|
|||
first_layer, last_layer, filter);
|
||||
|
||||
This->dirty_mip = FALSE;
|
||||
|
||||
NineDevice9_RestoreNonCSOState(This->base.base.device, ~0x3);
|
||||
}
|
||||
|
||||
HRESULT
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue