mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-06-14 07:08:26 +02:00
llvmpipe: Fix rebase typo
This commit is contained in:
parent
8b63f9b497
commit
b586774016
1 changed files with 0 additions and 4 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue