Re: [Mesa-dev] [PATCH v2 53/64] radeonsi: add all resident buffers to the current CS

2017-06-07 Thread Marek Olšák
On Tue, May 30, 2017 at 10:36 PM, Samuel Pitoiset wrote: > Resident buffers have to be added to every new command stream. > Though, this could be slightly improved when current shaders > don't use any bindless textures/images but usually applications > tend to use bindless for almost every draw ca

[Mesa-dev] [PATCH v2 53/64] radeonsi: add all resident buffers to the current CS

2017-05-30 Thread Samuel Pitoiset
Resident buffers have to be added to every new command stream. Though, this could be slightly improved when current shaders don't use any bindless textures/images but usually applications tend to use bindless for almost every draw call, and the winsys thread might help when buffers are added early.