On 5/26/21 11:34 AM, Henri Verbeet wrote:
On Wed, 26 May 2021 at 07:23, Zebediah Figura z.figura12@gmail.com wrote:
Avoid storing pointers to the CS data inside individual ops.
Why would we want to do that? My guess would be "so we can reallocate deferred context data", but then, that's just a guess.
To reallocate it, and to blit it in wined3d_deferred_context_record_command_list(), yes. I'll improve the patch message.