diff options
author | Jakob Bornecrantz <jakob@vmware.com> | 2010-03-16 01:17:33 +0000 |
---|---|---|
committer | Jakob Bornecrantz <jakob@vmware.com> | 2010-03-16 01:17:33 +0000 |
commit | b586774016e2f5dd1541cd3b0c93f8ea69fe9e9a (patch) | |
tree | c9cda1e00149b52de1011e61d1d17c02f1f177ee /src/gallium/drivers/llvmpipe/lp_texture.c | |
parent | 8b63f9b497c22cb59678588d921699189f8b712f (diff) |
llvmpipe: Fix rebase typo
Diffstat (limited to 'src/gallium/drivers/llvmpipe/lp_texture.c')
-rw-r--r-- | src/gallium/drivers/llvmpipe/lp_texture.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/gallium/drivers/llvmpipe/lp_texture.c b/src/gallium/drivers/llvmpipe/lp_texture.c index 10ede9bb04..93ad789c35 100644 --- a/src/gallium/drivers/llvmpipe/lp_texture.c +++ b/src/gallium/drivers/llvmpipe/lp_texture.c @@ -265,10 +265,6 @@ llvmpipe_texture_from_handle(struct pipe_screen *screen, pipe_reference_init(&lpt->base.reference, 1); lpt->base.screen = screen; - lpt->pot = (util_is_power_of_two(template->width0) && - util_is_power_of_two(template->height0) && - util_is_power_of_two(template->depth0)); - lpt->dt = winsys->displaytarget_from_handle(winsys, template, whandle, |