Skip to content

aco: Minor optimization in spill_ctx constructor

Albert Astals Cid requested to merge aacid/mesa:spill_ctx_move into master

'register_demand' is passed by value and only copied once; consider moving it to avoid unnecessary copies

Edited by Albert Astals Cid

Merge request reports