Re: [Mesa-dev] [PATCH 1/5] intel/blorp: Explicitly flush all allocated state

2017-02-21 Thread Jason Ekstrand
On Tue, Feb 21, 2017 at 4:05 AM, Lionel Landwerlin < lionel.g.landwer...@intel.com> wrote: > On 20/02/17 19:21, Jason Ekstrand wrote: > >> Found by inspection. However, I expect it fixes real bugs when using >> blorp from Vulkan on little-core platforms. >> >> Cc: "13.0 17.0" >> --- >> src/int

Re: [Mesa-dev] [PATCH 1/5] intel/blorp: Explicitly flush all allocated state

2017-02-21 Thread Lionel Landwerlin
On 20/02/17 19:21, Jason Ekstrand wrote: Found by inspection. However, I expect it fixes real bugs when using blorp from Vulkan on little-core platforms. Cc: "13.0 17.0" --- src/intel/blorp/blorp_genX_exec.h | 17 - src/intel/vulkan/genX_blorp_exec.c | 8

[Mesa-dev] [PATCH 1/5] intel/blorp: Explicitly flush all allocated state

2017-02-20 Thread Jason Ekstrand
Found by inspection. However, I expect it fixes real bugs when using blorp from Vulkan on little-core platforms. Cc: "13.0 17.0" --- src/intel/blorp/blorp_genX_exec.h | 17 - src/intel/vulkan/genX_blorp_exec.c | 8 src/mesa/drivers/dri/i965/genX_blor