diff options
author | Lionel Landwerlin <[email protected]> | 2017-11-09 16:40:55 +0000 |
---|---|---|
committer | Lionel Landwerlin <[email protected]> | 2017-11-28 13:34:04 +0000 |
commit | addfa4c5e8d8957cb8d3a0bf0f28ba178c87b97e (patch) | |
tree | 9bf2d8150fd320f346736d69291228fbc17cb1d5 /src/mesa/drivers/dri/i965/Makefile.am | |
parent | b5f6b9b0eb65a9e095618d00724b74f4f9f1dc62 (diff) |
i965: perf: add support for CoffeeLake GT3
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 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/drivers/dri/i965/Makefile.am b/src/mesa/drivers/dri/i965/Makefile.am index 0ebc8e991ac..319fdac489d 100644 --- a/src/mesa/drivers/dri/i965/Makefile.am +++ b/src/mesa/drivers/dri/i965/Makefile.am @@ -116,6 +116,7 @@ EXTRA_DIST = \ brw_oa_kblgt3.xml \ brw_oa_glk.xml \ brw_oa_cflgt2.xml \ + brw_oa_cflgt3.xml \ brw_oa.py # Note: we avoid using a multi target rule here and outputting both the |