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.sources | |
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.sources')
-rw-r--r-- | src/mesa/drivers/dri/i965/Makefile.sources | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/i965/Makefile.sources b/src/mesa/drivers/dri/i965/Makefile.sources index ec679937cc9..f185b1f5e2f 100644 --- a/src/mesa/drivers/dri/i965/Makefile.sources +++ b/src/mesa/drivers/dri/i965/Makefile.sources @@ -170,4 +170,6 @@ i965_oa_GENERATED_FILES = \ brw_oa_glk.h \ brw_oa_glk.c \ brw_oa_cflgt2.h \ - brw_oa_cflgt2.c + brw_oa_cflgt2.c \ + brw_oa_cflgt3.h \ + brw_oa_cflgt3.c |