intel: Move clflush helpers from anv to common/gen_clflush.h.
authorKenneth Graunke <kenneth@whitecape.org>
Sat, 1 Jul 2017 08:59:40 +0000 (01:59 -0700)
committerKenneth Graunke <kenneth@whitecape.org>
Mon, 10 Jul 2017 22:55:19 +0000 (15:55 -0700)
commit3e50607a40541de81ef008ee187c26dd03cd6c9e
tree0fbec121c78b57b7f03590c04e92dda4907a12d6
parentb117f59710e62f4afa5781c554f8113e2b0df9cc
intel: Move clflush helpers from anv to common/gen_clflush.h.

I want to use these in the OpenGL driver as well.

v2: Add to COMMON_FILES in Makefile.sources (caught by Emil)

Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Reviewed-by: Matt Turner <mattst88@gmail.com>
src/intel/Makefile.sources
src/intel/common/gen_clflush.h [new file with mode: 0644]
src/intel/vulkan/anv_batch_chain.c
src/intel/vulkan/anv_device.c
src/intel/vulkan/anv_private.h
src/intel/vulkan/anv_queue.c
src/intel/vulkan/genX_blorp_exec.c