diff options
author | Lionel Landwerlin <[email protected]> | 2017-08-31 11:28:30 +0100 |
---|---|---|
committer | Lionel Landwerlin <[email protected]> | 2017-11-28 13:34:04 +0000 |
commit | b5f6b9b0eb65a9e095618d00724b74f4f9f1dc62 (patch) | |
tree | 03d70982d982744b7a58fd72fb584d9076f129ac /src/mesa/drivers/dri/i965/Makefile.am | |
parent | 74f41fd781b9b93be1fc0bc05b6d25ce1f2887ce (diff) |
i965: perf: add support for CoffeeLake GT2
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 eccca643c3c..0ebc8e991ac 100644 --- a/src/mesa/drivers/dri/i965/Makefile.am +++ b/src/mesa/drivers/dri/i965/Makefile.am @@ -115,6 +115,7 @@ EXTRA_DIST = \ brw_oa_kblgt2.xml \ brw_oa_kblgt3.xml \ brw_oa_glk.xml \ + brw_oa_cflgt2.xml \ brw_oa.py # Note: we avoid using a multi target rule here and outputting both the |