diff options
author | Kenneth Graunke <kenneth@whitecape.org> | 2016-11-15 11:43:07 -0800 |
---|---|---|
committer | Kenneth Graunke <kenneth@whitecape.org> | 2016-11-19 11:40:01 -0800 |
commit | 9ef2b9277d3bead6dbfa47e95794ca61e8be4e84 (patch) | |
tree | 4882c85a4cd35d4fad1c4b58423d3a80a7714c0b /src/intel/Makefile.sources | |
parent | 6d416bcd846a49414f210cd761789156c37a7b3e (diff) |
intel: Share URB configuration code between GL and Vulkan.
This code is far too complicated to cut and paste.
v2: Update the newly added genX_gpu_memcpy.c; const a few things.
Signed-off-by: Kenneth Graunke <kenneth@whitecape.org>
Reviewed-by: Topi Pohjolainen <topi.pohjolainen@intel.com>
Diffstat (limited to 'src/intel/Makefile.sources')
-rw-r--r-- | src/intel/Makefile.sources | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/intel/Makefile.sources b/src/intel/Makefile.sources index c1740fe3b5..be6bdef7b6 100644 --- a/src/intel/Makefile.sources +++ b/src/intel/Makefile.sources @@ -11,6 +11,7 @@ COMMON_FILES = \ common/gen_device_info.h \ common/gen_l3_config.c \ common/gen_l3_config.h \ + common/gen_urb_config.c \ common/gen_sample_positions.h GENXML_GENERATED_FILES = \ |