mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-03-11 07:00:31 +01:00
i965: Drop extra flush when calling intel_miptree_map_raw().
The code that got replaced with map_raw didn't do the flush, but now map_raw() is responsible for it and we don't have to worry about it. Reviewed-by: Kenneth Graunke <kenneth@whitecape.org> Reviewed-by: Paul Berry <stereotype441@gmail.com>
This commit is contained in:
parent
535fbf286c
commit
85aff83f3e
1 changed files with 0 additions and 1 deletions
|
|
@ -1735,7 +1735,6 @@ intel_miptree_map_blit(struct brw_context *brw,
|
|||
goto fail;
|
||||
}
|
||||
|
||||
intel_batchbuffer_flush(brw);
|
||||
map->ptr = intel_miptree_map_raw(brw, map->mt);
|
||||
|
||||
DBG("%s: %d,%d %dx%d from mt %p (%s) %d,%d = %p/%d\n", __FUNCTION__,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue