diff options
author | Jordan Justen <[email protected]> | 2018-03-28 01:10:06 -0700 |
---|---|---|
committer | Jordan Justen <[email protected]> | 2019-10-28 00:09:13 -0700 |
commit | 0d0290bb3f74ecb794ec5f0d8fa07709ba3e4ad4 (patch) | |
tree | d9cc34c6b121e5450eddfe85a0e0bf2e6cd45c30 /src/intel/Makefile.sources | |
parent | 062022f2e4bc3024553db897e3984d1a16b28239 (diff) |
intel/common: Add surface to aux map translation table support
Reworks:
* Add ISL_FORMAT_B8G8R8X8_UNORM_SRGB to get_format_encoding (Nanley)
* ralloc_free aux_map_buffer entries in gen_aux_map_finish. (Rafael)
* verify_aligned_space => align_and_verify_space (Rafael)
* Add mutex to aux-map code. (Rafael, Nanley)
* Add gen_aux_map_fill_bos (Ken)
* Make gen_aux_map_get_state_num lockless
Signed-off-by: Jordan Justen <[email protected]>
Reviewed-by: Kenneth Graunke <[email protected]>
Diffstat (limited to 'src/intel/Makefile.sources')
-rw-r--r-- | src/intel/Makefile.sources | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/intel/Makefile.sources b/src/intel/Makefile.sources index 3aa261f1ca5..9ce0554c41a 100644 --- a/src/intel/Makefile.sources +++ b/src/intel/Makefile.sources @@ -8,6 +8,8 @@ BLORP_FILES = \ blorp/blorp_priv.h COMMON_FILES = \ + common/gen_aux_map.c \ + common/gen_aux_map.h \ common/gen_buffer_alloc.h \ common/gen_clflush.h \ common/gen_batch_decoder.c \ |