projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8b63f9b
)
llvmpipe: Fix rebase typo
author
Jakob Bornecrantz
<jakob@vmware.com>
Tue, 16 Mar 2010 01:17:33 +0000
(
01:17
+0000)
committer
Jakob Bornecrantz
<jakob@vmware.com>
Tue, 16 Mar 2010 01:17:33 +0000
(
01:17
+0000)
src/gallium/drivers/llvmpipe/lp_texture.c
patch
|
blob
|
history
diff --git
a/src/gallium/drivers/llvmpipe/lp_texture.c
b/src/gallium/drivers/llvmpipe/lp_texture.c
index 10ede9bb0459fff828b7a1986c8c917fada824c4..93ad789c35d216ccb8cb54cc85c8eabcda9310ca 100644
(file)
--- 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,