Re: [Mesa-dev] [PATCH v2] anv: set maxResourceSize to the respective value for each generation

2018-02-27 Thread Jason Ekstrand
On Tue, Feb 27, 2018 at 2:43 AM, Samuel Iglesias Gonsálvez < sigles...@igalia.com> wrote: > v2: > - Add the proper values to gen9+ (Jason) > > Signed-off-by: Samuel Iglesias Gonsálvez > --- > src/intel/vulkan/anv_formats.c | 14 +- > 1 file changed, 13 insertions(+), 1 deletion(-) >

[Mesa-dev] [PATCH v2] anv: set maxResourceSize to the respective value for each generation

2018-02-27 Thread Samuel Iglesias Gonsálvez
v2: - Add the proper values to gen9+ (Jason) Signed-off-by: Samuel Iglesias Gonsálvez --- src/intel/vulkan/anv_formats.c | 14 +- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/src/intel/vulkan/anv_formats.c b/src/intel/vulkan/anv_formats.c index 9c52ad5acbd..cbc3d3579