mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-22 17:28:09 +02:00
r600: fix whitespace in recent 1d texture commit.
trivial fix.
This commit is contained in:
parent
6f00bf519d
commit
8369fdee8b
1 changed files with 1 additions and 1 deletions
|
|
@ -1056,7 +1056,7 @@ r600_choose_tiling(struct r600_common_screen *rscreen,
|
|||
/* 1D textures should be linear - fixes image operations on 1d */
|
||||
if (templ->target == PIPE_TEXTURE_1D ||
|
||||
templ->target == PIPE_TEXTURE_1D_ARRAY)
|
||||
return RADEON_SURF_MODE_LINEAR_ALIGNED;
|
||||
return RADEON_SURF_MODE_LINEAR_ALIGNED;
|
||||
|
||||
/* Textures likely to be mapped often. */
|
||||
if (templ->usage == PIPE_USAGE_STAGING ||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue