Changeset View
Changeset View
Standalone View
Standalone View
source/blender/draw/intern/draw_cache_impl_mesh.c
| Show First 20 Lines • Show All 1,543 Lines • ▼ Show 20 Lines | mesh_buffer_cache_create_requested(task_graph, | ||||
| ob->obmat, | ob->obmat, | ||||
| true, | true, | ||||
| false, | false, | ||||
| use_subsurf_fdots, | use_subsurf_fdots, | ||||
| &cache->cd_used, | &cache->cd_used, | ||||
| scene, | scene, | ||||
| ts, | ts, | ||||
| use_hide); | use_hide); | ||||
| /* TODO(jbakker): Work-around for threading issues in 2.90. See T79533, T79038. Needs to be | |||||
| * solved or made permanent in 2.91. Underlying issue still needs to be researched. */ | |||||
| BLI_task_graph_work_and_wait(task_graph); | |||||
| #ifdef DEBUG | #ifdef DEBUG | ||||
| drw_mesh_batch_cache_check_available(task_graph, me); | drw_mesh_batch_cache_check_available(task_graph, me); | ||||
| #endif | #endif | ||||
| } | } | ||||
| /** \} */ | /** \} */ | ||||