Re: [Mesa-dev] [PATCH] anv/query: flush render target before copying results

2018-12-04 Thread Lionel Landwerlin
On 03/12/2018 22:08, Jason Ekstrand wrote: On Mon, Dec 3, 2018 at 11:26 AM Lionel Landwerlin mailto:lionel.g.landwer...@intel.com>> wrote: This change tracks render target writes in the pipeline and applies a render target flush before copying the query results to make sure the pre

Re: [Mesa-dev] [PATCH] anv/query: flush render target before copying results

2018-12-03 Thread Jason Ekstrand
On Mon, Dec 3, 2018 at 11:26 AM Lionel Landwerlin < lionel.g.landwer...@intel.com> wrote: > This change tracks render target writes in the pipeline and applies a > render target flush before copying the query results to make sure the > preceding operations have landed in memory before the command

[Mesa-dev] [PATCH] anv/query: flush render target before copying results

2018-12-03 Thread Lionel Landwerlin
This change tracks render target writes in the pipeline and applies a render target flush before copying the query results to make sure the preceding operations have landed in memory before the command streamer initiates the copy. Signed-off-by: Lionel Landwerlin Bugzilla: https://bugs.freedeskto