diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/gallium/drivers/r600/r600_texture.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/drivers/r600/r600_texture.c b/src/gallium/drivers/r600/r600_texture.c index 111183eb0a0..f5ce7c113ab 100644 --- a/src/gallium/drivers/r600/r600_texture.c +++ b/src/gallium/drivers/r600/r600_texture.c @@ -324,7 +324,6 @@ static void r600_texture_allocate_fmask(struct r600_screen *rscreen, r600_texture_get_fmask_info(rscreen, rtex, rtex->resource.b.b.nr_samples, &fmask); - /* Reserve space for FMASK while converting bits back to bytes. */ rtex->fmask_bank_height = fmask.bank_height; rtex->fmask_offset = align(rtex->size, fmask.alignment); rtex->fmask_size = fmask.size; |