galahad: remove incorrect comment just added
authorLuca Barbieri <luca@luca-barbieri.com>
Fri, 20 Aug 2010 10:06:44 +0000 (12:06 +0200)
committerLuca Barbieri <luca@luca-barbieri.com>
Fri, 20 Aug 2010 10:07:14 +0000 (12:07 +0200)
src/gallium/drivers/galahad/glhd_screen.c

index 2d7383acba2607421ccfb9afe09d2bd18b602b5d..a4eac11ae3451f5e8b85f73dac4cadaf2767b4f1 100644 (file)
@@ -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);