diff options
author | Robert Bragg <[email protected]> | 2015-11-25 16:41:04 +0000 |
---|---|---|
committer | Lionel Landwerlin <[email protected]> | 2017-06-27 14:10:29 +0300 |
commit | 243909d41efd266f2c4817bbe968c9ad558df160 (patch) | |
tree | def27e4babbd036410c37c3a32e5a01bfad03969 /src/mesa/drivers/dri/i965/Makefile.sources | |
parent | e74972a3a6515f6e8610b68e23c58ac2bc824d98 (diff) |
i965: Add XML OA metric sets for Gen8+
Also updates Makefile.am to generate corresponding normalization code.
Signed-off-by: Robert Bragg <[email protected]>
Acked-by: Lionel Landwerlin <[email protected]>
Reviewed-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 | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/i965/Makefile.sources b/src/mesa/drivers/dri/i965/Makefile.sources index 405d67f87d7..2905a392133 100644 --- a/src/mesa/drivers/dri/i965/Makefile.sources +++ b/src/mesa/drivers/dri/i965/Makefile.sources @@ -160,4 +160,16 @@ i965_gen10_FILES = \ i965_oa_GENERATED_FILES = \ brw_oa_hsw.h \ - brw_oa_hsw.c + brw_oa_hsw.c \ + brw_oa_bdw.h \ + brw_oa_bdw.c \ + brw_oa_chv.h \ + brw_oa_chv.c \ + brw_oa_sklgt2.h \ + brw_oa_sklgt2.c \ + brw_oa_sklgt3.h \ + brw_oa_sklgt3.c \ + brw_oa_sklgt4.h \ + brw_oa_sklgt4.c \ + brw_oa_bxt.h \ + brw_oa_bxt.c |