Re: [Mesa-dev] [PATCH 5/6] i965: Pass NULL for gl_program when compiling TES.

2017-01-07 Thread Timothy Arceri
Patches 3-5 are: Reviewed-by: Timothy Arceri ___ mesa-dev mailing list mesa-dev@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/mesa-dev

[Mesa-dev] [PATCH 5/6] i965: Pass NULL for gl_program when compiling TES.

2017-01-07 Thread Kenneth Graunke
This isn't needed, and Vulkan doesn't have one. Signed-off-by: Kenneth Graunke --- src/mesa/drivers/dri/i965/brw_shader.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mesa/drivers/dri/i965/brw_shader.cpp b/src/mesa/drivers/dri/i965/brw_shader.cpp index 821d093d4da..