Module: Mesa
Branch: master
Commit: eccc74f5d3d1fe4cd6c41361519345564d93027a
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=eccc74f5d3d1fe4cd6c41361519345564d93027a

Author: Marek Olšák <[email protected]>
Date:   Fri Dec 21 19:15:02 2012 +0100

r600g: remove a false comment

---

 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 111183e..f5ce7c1 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;

_______________________________________________
mesa-commit mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to