mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 02:28:10 +02:00
r600g: remove some more FIXME comments
This commit is contained in:
parent
5815d06ac5
commit
929b3d8233
2 changed files with 0 additions and 2 deletions
|
|
@ -402,7 +402,6 @@ static struct pipe_sampler_view *evergreen_create_sampler_view(struct pipe_conte
|
|||
array_mode = tmp->array_mode[0];
|
||||
tile_type = tmp->tile_type;
|
||||
|
||||
/* FIXME properly handle first level != 0 */
|
||||
r600_pipe_state_add_reg(rstate, R_030000_RESOURCE0_WORD0,
|
||||
S_030000_DIM(r600_tex_dim(texture->target)) |
|
||||
S_030000_PITCH((pitch / 8) - 1) |
|
||||
|
|
|
|||
|
|
@ -464,7 +464,6 @@ static struct pipe_sampler_view *r600_create_sampler_view(struct pipe_context *c
|
|||
depth = texture->array_size;
|
||||
}
|
||||
|
||||
/* FIXME properly handle first level != 0 */
|
||||
r600_pipe_state_add_reg(rstate, R_038000_RESOURCE0_WORD0,
|
||||
S_038000_DIM(r600_tex_dim(texture->target)) |
|
||||
S_038000_TILE_MODE(array_mode) |
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue