[Mesa-dev] [PATCH] draw/llvm: reduce memory usage

Zack Rusin zackr at vmware.com
Wed Apr 23 14:13:01 PDT 2014


>  
> -   tgsi_exec_machine_destroy(draw->vs.tgsi.machine);
> +   if (draw_get_option_use_llvm())
> +      tgsi_exec_machine_destroy(draw->vs.tgsi.machine);

That part should have used !draw_get_option_use_llvm() 


More information about the mesa-dev mailing list