Skip to content

turnip: implement legacy API functions separately

Jonathan Marek requested to merge flto/mesa:turnip4 into master

Move legacy API functions to a separate file, and implement them by calling the new API functions, like tu_CreateRenderPass was already doing.

Merge request reports