diff options
author | Luca Barbieri <[email protected]> | 2010-08-20 12:06:44 +0200 |
---|---|---|
committer | Luca Barbieri <[email protected]> | 2010-08-20 12:07:14 +0200 |
commit | 7344e6d9b50e39960713503681d6b37299ce2ccf (patch) | |
tree | 9c58c1fd62f610ea3cf89527add66d0172df5908 | |
parent | 09bf09cf92c3958c3b8268f38387804084ca30e2 (diff) |
galahad: remove incorrect comment just added
-rw-r--r-- | 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 2d7383acba2..a4eac11ae34 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); |