mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-02 16:38:09 +02:00
freedreno/a6xx: Use tiling for all resources
We used to restrict this to just PIPE_BIND_SAMPLER_VIEW resources, but most resources benefit from being tiled. Signed-off-by: Kristian H. Kristensen <hoegsberg@chromium.org> Reviewed-by: Rob Clark <robdclark@gmail.com>
This commit is contained in:
parent
357ea7da51
commit
0f7a20e91e
1 changed files with 0 additions and 1 deletions
|
|
@ -914,7 +914,6 @@ fd_resource_create_with_modifiers(struct pipe_screen *pscreen,
|
|||
|
||||
if (screen->tile_mode &&
|
||||
(tmpl->target != PIPE_BUFFER) &&
|
||||
(tmpl->bind & PIPE_BIND_SAMPLER_VIEW) &&
|
||||
!linear) {
|
||||
rsc->tile_mode = screen->tile_mode(tmpl);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue