diff options
author | Lionel Landwerlin <[email protected]> | 2017-04-23 18:38:36 -0700 |
---|---|---|
committer | Lionel Landwerlin <[email protected]> | 2017-06-27 14:10:30 +0300 |
commit | 9a50fc7cfcc0b084f3644ce79bb5c16505cfb404 (patch) | |
tree | a0b71d7ece61cdd3881f3e2d1770cc1ec8d2434a /src/mesa/drivers/dri/i965/Makefile.am | |
parent | 8ff086fa68a5dc2115ffb5133b6e1a00ffb9940c (diff) |
i965: perf: add support for Kabylake
Signed-off-by: Lionel Landwerlin <[email protected]>
Acked-by: Kenneth Graunke <[email protected]>
Diffstat (limited to 'src/mesa/drivers/dri/i965/Makefile.am')
-rw-r--r-- | src/mesa/drivers/dri/i965/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mesa/drivers/dri/i965/Makefile.am b/src/mesa/drivers/dri/i965/Makefile.am index 3e09fef2d21..62c8fb162ef 100644 --- a/src/mesa/drivers/dri/i965/Makefile.am +++ b/src/mesa/drivers/dri/i965/Makefile.am @@ -110,6 +110,8 @@ EXTRA_DIST = \ brw_oa_sklgt3.xml \ brw_oa_sklgt4.xml \ brw_oa_bxt.xml \ + brw_oa_kblgt2.xml \ + brw_oa_kblgt3.xml \ brw_oa.py # Note: we avoid using a multi target rule here and outputting both the |