Hi, This a pretty minor update that splits the build system changes into 2 parts (i915 & i965/anv) following Emil's comments. I left people's Ack-by/Reviewed-by given there isn't any functionnal change. Unless I get any complaint within the next day, it'll pushed.
Thanks! Lionel Landwerlin (3): aubinator: import intel_aub.h from libdrm i915: use different CFLAGS/LIBS variables than i965/anv anv/i965: drop libdrm_intel dependency completely configure.ac | 6 +- src/gallium/drivers/i915/Automake.inc | 2 +- src/gallium/targets/pipe-loader/Makefile.am | 2 +- src/gallium/winsys/i915/drm/Makefile.am | 2 +- src/intel/Makefile.drm.am | 22 + src/intel/Makefile.sources | 6 + src/intel/Makefile.tools.am | 3 +- src/intel/Makefile.vulkan.am | 4 +- src/intel/drm/README | 17 + src/intel/drm/drm.h | 925 +++++++++++++++++ src/intel/drm/drm_fourcc.h | 358 +++++++ src/intel/drm/drm_mode.h | 739 ++++++++++++++ src/intel/drm/i915_drm.h | 1459 +++++++++++++++++++++++++++ src/intel/tools/intel_aub.h | 153 +++ src/mesa/drivers/dri/i915/Makefile.am | 4 +- src/mesa/drivers/dri/i965/Makefile.am | 2 +- 16 files changed, 3690 insertions(+), 14 deletions(-) create mode 100644 src/intel/Makefile.drm.am create mode 100644 src/intel/drm/README create mode 100644 src/intel/drm/drm.h create mode 100644 src/intel/drm/drm_fourcc.h create mode 100644 src/intel/drm/drm_mode.h create mode 100644 src/intel/drm/i915_drm.h create mode 100644 src/intel/tools/intel_aub.h -- 2.11.0 _______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/mesa-dev