galahad: remove incorrect comment just added

This commit is contained in:
Luca Barbieri
2010-08-20 12:06:44 +02:00
parent 09bf09cf92
commit 7344e6d9b5
@@ -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);