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
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
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