Mesa (master): llvmpipe: Fix rebase typo
Jakob Bornecrantz
wallbraker at kemper.freedesktop.org
Mon Mar 15 18:18:16 PDT 2010
Module: Mesa
Branch: master
Commit: b586774016e2f5dd1541cd3b0c93f8ea69fe9e9a
URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=b586774016e2f5dd1541cd3b0c93f8ea69fe9e9a
Author: Jakob Bornecrantz <jakob at vmware.com>
Date: Tue Mar 16 01:17:33 2010 +0000
llvmpipe: Fix rebase typo
---
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 10ede9b..93ad789 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,
More information about the mesa-commit
mailing list