Re: [Mesa-dev] [PATCH 7/7] intel: Share URB configuration code between GL and Vulkan.

2016-11-17 Thread Pohjolainen, Topi
On Tue, Nov 15, 2016 at 05:54:02PM -0800, Kenneth Graunke wrote: > This code is far too complicated to cut and paste. > > Signed-off-by: Kenneth Graunke > --- > src/intel/Makefile.sources | 1 + > src/intel/common/gen_l3_config.h | 6 ++ > src/intel/common/gen_urb_config.c|

[Mesa-dev] [PATCH 7/7] intel: Share URB configuration code between GL and Vulkan.

2016-11-15 Thread Kenneth Graunke
This code is far too complicated to cut and paste. Signed-off-by: Kenneth Graunke --- src/intel/Makefile.sources | 1 + src/intel/common/gen_l3_config.h | 6 ++ src/intel/common/gen_urb_config.c| 201 +++ src/intel/vulkan/anv_genX.h