mesa/src/intel
Lionel Landwerlin 7dd20bc3ee anv/i965: drop libdrm_intel dependency completely
With Ken's work to drop the library dependency on libdrm_intel, we now
only depend on libdrm for the kernel uapi headers it provides. It
seems like we're better off just embeddeding those headers ourselves,
making the lives of people developping news features tightly
integrated with the kernel a tiny bit easier.

This change also makes it a bit more obvious what cflags/libs are
required by the i915 drivers vs i965, by renaming INTEL_CFLAGS/LIBS
into I915_CFLAGS/LIBS.

Headers were generated from drm-tip on the following commit :

   commit 6d61e70ccc21606ffb8a0a03bd3aba24f659502b
   Merge: 338ffbf7cb5e c0bc126f97fb
   Author: Dave Airlie <airlied@redhat.com>
   Date:   Tue Jun 27 07:24:49 2017 +1000

       Backmerge tag 'v4.12-rc7' into drm-next

v2: Use installed files from the kernel (Daniel Vetter)

v3: Use headers from drm-next rather than drm-tip (Dave/Daniel)

Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Acked-by: Jason Ekstrand <jason@jlekstrand.net>
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
2017-06-27 14:10:29 +03:00
..
blorp blorp: Use normalized coordinates on Gen6 2017-06-26 13:41:11 -07:00
common i965/CFL: Add PCI Ids for Coffee Lake. 2017-06-22 14:28:43 -07:00
compiler intel: compiler/i965: fix is_broxton checks 2017-06-20 23:26:42 +01:00
drm anv/i965: drop libdrm_intel dependency completely 2017-06-27 14:10:29 +03:00
genxml genxml: fix gen5 sampler border color state. 2017-06-22 16:38:44 -07:00
isl intel/isl: Only create a CCS buffer if the image supports rendering 2017-06-26 11:09:12 -07:00
tools aubinator: import intel_aub.h from libdrm 2017-06-27 14:10:28 +03:00
vulkan intel/anv: Add missing break in anv_CreateDevice() 2017-06-27 10:19:55 +03:00
Android.blorp.mk intel: android: remove libdrm_intel requirement 2017-03-30 19:07:23 +01:00
Android.common.mk
Android.compiler.mk intel: android: remove libdrm_intel requirement 2017-03-30 19:07:23 +01:00
Android.genxml.mk i965/cnl: Wire up android Mesa build files for gen10 2017-06-09 16:02:58 -07:00
Android.isl.mk i965/cnl: Wire up android Mesa build files for gen10 2017-06-09 16:02:58 -07:00
Android.mk intel/vulkan: Get rid of recursive make 2017-03-13 11:16:35 +00:00
Android.vulkan.mk i965/cnl: Wire up android Mesa build files for gen10 2017-06-09 16:02:58 -07:00
Makefile.am intel: automake: move INTEL_CFLAGS as applicable 2017-03-30 19:07:28 +01:00
Makefile.blorp.am blorp: automake: add TODO to the tarball 2017-02-24 17:37:00 +00:00
Makefile.common.am intel: automake: move INTEL_CFLAGS as applicable 2017-03-30 19:07:28 +01:00
Makefile.compiler.am intel/compiler: link all tests again gtest, even test_eu_compact" 2017-03-13 11:16:35 +00:00
Makefile.drm.am anv/i965: drop libdrm_intel dependency completely 2017-06-27 14:10:29 +03:00
Makefile.genxml.am intel: genxml: automake: include gen_bits_header.py in the tarball 2017-04-05 13:16:28 +01:00
Makefile.isl.am i965/cnl: Wire up Mesa build files for gen10 2017-06-09 16:02:58 -07:00
Makefile.sources anv/i965: drop libdrm_intel dependency completely 2017-06-27 14:10:29 +03:00
Makefile.tools.am anv/i965: drop libdrm_intel dependency completely 2017-06-27 14:10:29 +03:00
Makefile.vulkan.am anv/i965: drop libdrm_intel dependency completely 2017-06-27 14:10:29 +03:00