Ver código fonte

brw: fix function name

gallium-buffer-usage-cleanup
Keith Whitwell 15 anos atrás
pai
commit
087fb54492
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1
    1
      src/gallium/drivers/i965/brw_resource.c

+ 1
- 1
src/gallium/drivers/i965/brw_resource.c Ver arquivo

@@ -24,7 +24,7 @@ brw_resource_from_handle(struct pipe_screen * screen,
if (template->target == PIPE_BUFFER)
return NULL;
else
return brw_resource_from_handle(screen, template, whandle);
return brw_texture_from_handle(screen, template, whandle);
}



Carregando…
Cancelar
Salvar