Hello Fredrik,
Yes the shadow hash feels useless now. I will update the patch in a couple
of days (vacation currently).
Cheers,
Gregory
Le 22 juin 2017 2:24 PM, "Fredrik Höglund" a écrit :
> On Thursday 22 June 2017, Timothy Arceri wrote:
> > From: Gregory Hainaut
> >
> > It would be used in
On Thursday 22 June 2017, Timothy Arceri wrote:
> From: Gregory Hainaut
>
> It would be used in next commit to allow asynchronous PBO transfer.
>
> The tracking saves the buffer name into a hash. Saving pointer
> will be more complex as the buffer is created in BindBuffer due to IsBuffer
> insan
From: Gregory Hainaut
It would be used in next commit to allow asynchronous PBO transfer.
The tracking saves the buffer name into a hash. Saving pointer
will be more complex as the buffer is created in BindBuffer due to IsBuffer
insanity.
Perf wise DeleteBuffers is now synchronous for robustnes