Re: [Mesa-dev] [PATCH 05/24] i965: Move assign_common_binding_table_offsets to brw_program

2017-03-01 Thread Anuj Phogat
On Tue, Feb 28, 2017 at 9:03 PM, Jason Ekstrand wrote: > This isn't used by Vulkan and is specific to the way the GL driver > works. There's no reason to have it in common compiler code. Also, it > relies on BRW_MAX_* defines which are defined in brw_context.h > --- >

[Mesa-dev] [PATCH 05/24] i965: Move assign_common_binding_table_offsets to brw_program

2017-02-28 Thread Jason Ekstrand
This isn't used by Vulkan and is specific to the way the GL driver works. There's no reason to have it in common compiler code. Also, it relies on BRW_MAX_* defines which are defined in brw_context.h --- src/mesa/drivers/dri/i965/brw_program.c | 87