Re: [Mesa-dev] [PATCH 2/2] anv/device: Fix max buffer range limits

2016-07-13 Thread Jason Ekstrand
Thanks for fixing this! Both are Reviewed-by: Jason Ekstrand Cc: "12.0" On Wed, Jul 13, 2016 at 5:32 PM, Nanley Chery wrote: > Set limits that are consistent with ISL's assertions in > isl_genX(buffer_fill_state_s)() and Anvil's format-DescriptorType > mapping in anv_isl_format_for_descripto

[Mesa-dev] [PATCH 2/2] anv/device: Fix max buffer range limits

2016-07-13 Thread Nanley Chery
Set limits that are consistent with ISL's assertions in isl_genX(buffer_fill_state_s)() and Anvil's format-DescriptorType mapping in anv_isl_format_for_descriptor_type(). Fixes the following new crucible tests: * stress.limits.buffer-update.range.uniform * stress.limits.buffer-update.range.storage