Re: [Mesa-dev] [PATCH v2 3/3] anv: Disable constant buffer 0 being relative.

2018-06-15 Thread Jason Ekstrand
Series is Reviewed-by: Jason Ekstrand On Fri, Jun 15, 2018 at 4:54 PM, Rafael Antognolli < rafael.antogno...@intel.com> wrote: > If we are on gen8+ and have context isolation support, just make that > constant buffer address be absolute, so we can use it for push UBOs too. > > v2: Do not duplic

[Mesa-dev] [PATCH v2 3/3] anv: Disable constant buffer 0 being relative.

2018-06-15 Thread Rafael Antognolli
If we are on gen8+ and have context isolation support, just make that constant buffer address be absolute, so we can use it for push UBOs too. v2: Do not duplicate constant_buffer_0_is_relative flag (Jason) --- src/intel/vulkan/anv_device.c | 3 ++- src/intel/vulkan/genX_state.c | 27 +++