Explorar el Código

brw: fix function name

gallium-buffer-usage-cleanup
Keith Whitwell hace 15 años
padre
commit
087fb54492
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      src/gallium/drivers/i965/brw_resource.c

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

@@ -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);
}



Cargando…
Cancelar
Guardar