Re: [Mesa-dev] [PATCH 1/7] intel: Move clflush helpers from anv to common/gen_clflush.h.

2017-07-15 Thread Kenneth Graunke
On Friday, July 14, 2017 10:09:10 AM PDT Rob Herring wrote: > On Wed, Jul 5, 2017 at 3:56 PM, Kenneth Graunke wrote: > > I want to use these in the OpenGL driver as well. > > FYI, this breaks building the i965 driver on non-x86 builds. Maybe my > Android CI job should just

Re: [Mesa-dev] [PATCH 1/7] intel: Move clflush helpers from anv to common/gen_clflush.h.

2017-07-14 Thread Rob Herring
On Wed, Jul 5, 2017 at 3:56 PM, Kenneth Graunke wrote: > I want to use these in the OpenGL driver as well. FYI, this breaks building the i965 driver on non-x86 builds. Maybe my Android CI job should just stop doing that, but it did work before this. Rob > > Cc: Jason

Re: [Mesa-dev] [PATCH 1/7] intel: Move clflush helpers from anv to common/gen_clflush.h.

2017-07-07 Thread Emil Velikov
On 5 July 2017 at 21:56, Kenneth Graunke wrote: > I want to use these in the OpenGL driver as well. > > Cc: Jason Ekstrand > --- > src/intel/common/gen_clflush.h | 56 > ++ > src/intel/vulkan/anv_batch_chain.c

Re: [Mesa-dev] [PATCH 1/7] intel: Move clflush helpers from anv to common/gen_clflush.h.

2017-07-07 Thread Daniel Vetter
On Wed, Jul 05, 2017 at 01:56:48PM -0700, Kenneth Graunke wrote: > I want to use these in the OpenGL driver as well. > > Cc: Jason Ekstrand Reviewed-by: Daniel Vetter > --- > src/intel/common/gen_clflush.h | 56 >

[Mesa-dev] [PATCH 1/7] intel: Move clflush helpers from anv to common/gen_clflush.h.

2017-07-05 Thread Kenneth Graunke
I want to use these in the OpenGL driver as well. Cc: Jason Ekstrand --- src/intel/common/gen_clflush.h | 56 ++ src/intel/vulkan/anv_batch_chain.c | 2 +- src/intel/vulkan/anv_device.c | 2 +- src/intel/vulkan/anv_private.h