[Mesa-dev] [PATCH v2 0/7] intel: Use non-recursive make for vulkan
Jason Ekstrand
jason at jlekstrand.net
Thu Mar 2 20:30:31 UTC 2017
This series applies on top of a patch that move the i965 back-end compiler
to src/intel/compiler. I don't expect to actually push this for a while
but at least we now have the patches. This gives Emil and others a chance
to provide review feedback.
The v2 contains various fixes from Emil.
Jason Ekstrand (7):
intel/tools: Use a makefile included from intel/Makefile.am
anv/wsi: Don't include wayland-drm-client-protocol.h
vulkan/wsi: Generate wayland protocol headers separately from EGL
vulkan: Build common Vulkan code earlier
intel/isl: Stop linking libi965_compiler.la into tests
anv: Stop including brw_context.h
intel/vulkan: Get rid of recursive make
src/Makefile.am | 19 +-
src/amd/vulkan/Makefile.am | 3 -
src/intel/Makefile.am | 10 +
src/intel/Makefile.isl.am | 1 -
src/intel/Makefile.sources | 65 +++++++
src/intel/{tools/Makefile.am => Makefile.tools.am} | 56 ++----
src/intel/Makefile.vulkan.am | 211 ++++++++++++++++++++
src/intel/vulkan/Makefile.am | 213 ---------------------
src/intel/vulkan/anv_private.h | 2 +-
src/intel/vulkan/anv_wsi_wayland.c | 1 -
src/vulkan/Makefile.am | 21 +-
src/vulkan/Makefile.sources | 4 +
src/vulkan/wsi/.gitignore | 2 +
src/vulkan/wsi/wsi_common_wayland.c | 2 +-
14 files changed, 333 insertions(+), 277 deletions(-)
rename src/intel/{tools/Makefile.am => Makefile.tools.am} (56%)
create mode 100644 src/intel/Makefile.vulkan.am
delete mode 100644 src/intel/vulkan/Makefile.am
create mode 100644 src/vulkan/wsi/.gitignore
--
2.5.0.400.gff86faf
More information about the mesa-dev
mailing list