Re: [Mesa-dev] [PATCH] radv: fix rendering to b10g11r11_ufloat_pack32

2016-12-23 Thread Bas Nieuwenhuizen
Reviewed-by: Bas Nieuwenhuizen On Fri, Dec 23, 2016 at 7:43 AM, Dave Airlie wrote: > From: Dave Airlie > > doom was causing a printf about an illegal color, it was due the > non-void returning -1, and the other function checking for 4, > align these. > > Signed-off-by: Dave Airlie > --- > src

Re: [Mesa-dev] [PATCH] radv: fix rendering to b10g11r11_ufloat_pack32

2016-12-22 Thread Edward O'Callaghan
Reviewed-by: Edward O'Callaghan On 12/23/2016 05:43 PM, Dave Airlie wrote: > From: Dave Airlie > > doom was causing a printf about an illegal color, it was due the > non-void returning -1, and the other function checking for 4, > align these. > > Signed-off-by: Dave Airlie > --- > src/amd/vu

[Mesa-dev] [PATCH] radv: fix rendering to b10g11r11_ufloat_pack32

2016-12-22 Thread Dave Airlie
From: Dave Airlie doom was causing a printf about an illegal color, it was due the non-void returning -1, and the other function checking for 4, align these. Signed-off-by: Dave Airlie --- src/amd/vulkan/radv_formats.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/amd