HanetakaChou / PatriotEngine

PatriotEngine aims to be a state-of-the-art real-time image synthesis engine.
https://hanetakachou.github.io/PatriotEngine
GNU Lesser General Public License v3.0
23 stars 4 forks source link

Develop a parallel alternative for the slob allocator #67

Open HanetakaChou opened 2 years ago

HanetakaChou commented 2 years ago

Now the "gfx_connection_create_texture" consist of two stages. The first stage is serial due to the limit of the slob allocator. If we develop a parallel alternative, the streaming would be more efficient.