Re: [Mesa-dev] [PATCH] i965: Print VS output VUE map in Vulkan too.

2017-01-05 Thread Timothy Arceri
I really need to land my patches. Reviewed-by: Timothy Arceri On Wed, 2017-01-04 at 17:52 -0800, Kenneth Graunke wrote: > We need to move this to the shared layer. > > Signed-off-by: Kenneth Graunke > --- >  src/mesa/drivers/dri/i965/brw_vec4.cpp | 5 + >  src/mesa/drivers/dri/i965/brw_vs.c

[Mesa-dev] [PATCH] i965: Print VS output VUE map in Vulkan too.

2017-01-04 Thread Kenneth Graunke
We need to move this to the shared layer. Signed-off-by: Kenneth Graunke --- src/mesa/drivers/dri/i965/brw_vec4.cpp | 5 + src/mesa/drivers/dri/i965/brw_vs.c | 3 --- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/src/mesa/drivers/dri/i965/brw_vec4.cpp b/src/mesa/drivers