r600g: remove a false comment

This commit is contained in:
Marek Olšák
2012-12-21 19:15:02 +01:00
parent fb45a816eb
commit eccc74f5d3
-1
View File
@@ -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;