Mesa (master): galahad: remove incorrect comment just added

Luca Barbieri lb at kemper.freedesktop.org
Fri Aug 20 10:07:15 UTC 2010


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

Author: Luca Barbieri <luca at luca-barbieri.com>
Date:   Fri Aug 20 12:06:44 2010 +0200

galahad: remove incorrect comment just added

---

 src/gallium/drivers/galahad/glhd_screen.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/src/gallium/drivers/galahad/glhd_screen.c b/src/gallium/drivers/galahad/glhd_screen.c
index 2d7383a..a4eac11 100644
--- a/src/gallium/drivers/galahad/glhd_screen.c
+++ b/src/gallium/drivers/galahad/glhd_screen.c
@@ -144,7 +144,6 @@ galahad_screen_resource_create(struct pipe_screen *_screen,
          glhd_warn("Requested NPOT (%ux%u) non-rectangle texture without NPOT support", templat->width0, templat->height0);
    }
 
-   /* TODO: allow this for OpenCL flexible sampling */
    if(templat->target == PIPE_TEXTURE_RECT && templat->last_level)
       glhd_warn("Rectangle textures cannot have mipmaps, but last_level = %u", templat->last_level);
 




More information about the mesa-commit mailing list