[Mesa-dev] [PATCH 1/7] intel: Move clflush helpers from anv to common/gen_clflush.h.
Rob Herring
robh at kernel.org
Fri Jul 14 17:09:10 UTC 2017
On Wed, Jul 5, 2017 at 3:56 PM, Kenneth Graunke <kenneth at whitecape.org> 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 Ekstrand <jason at jlekstrand.net>
> ---
> 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 | 32 ++--------------------
> src/intel/vulkan/anv_queue.c | 2 +-
> src/intel/vulkan/genX_blorp_exec.c | 2 +-
> 6 files changed, 62 insertions(+), 34 deletions(-)
> create mode 100644 src/intel/common/gen_clflush.h
More information about the mesa-dev
mailing list