Re: [Mesa-dev] [PATCH] svga: add new gallium formats to the format conversion table

2019-01-22 Thread Marek Olšák
Reviewed-by: Marek Olšák Sorry for breaking the build. Marek On Tue, Jan 22, 2019 at 2:31 PM Brian Paul wrote: > Fixes a static assertion which broke the build. > > Fixes:3ee240890 "gallium: add SINT formats to have exact counterparts to > SNORM formats" > --- > src/gallium/drivers/svga/svga

Re: [Mesa-dev] [PATCH] svga: add new gallium formats to the format conversion table

2019-01-22 Thread Neha Bhende
Looks good Reviewed-by: Neha Bhende Regards, Neha From: Brian Paul Sent: Tuesday, January 22, 2019 11:31:13 AM To: mesa-dev@lists.freedesktop.org Cc: Jose Fonseca; Neha Bhende; Marek Olšák Subject: [PATCH] svga: add new gallium formats to the format conversio

[Mesa-dev] [PATCH] svga: add new gallium formats to the format conversion table

2019-01-22 Thread Brian Paul
Fixes a static assertion which broke the build. Fixes:3ee240890 "gallium: add SINT formats to have exact counterparts to SNORM formats" --- src/gallium/drivers/svga/svga_format.c | 4 1 file changed, 4 insertions(+) diff --git a/src/gallium/drivers/svga/svga_format.c b/src/gallium/drivers