[Piglit] [PATCH crucible 2/2] Add test for VK_KHR_multiview

2018-09-26 Thread Caio Marcelo de Oliveira Filho
Uses the extension to write to two different layers of an image, then merge those side-by-side in a final image. --- This patch is available in my 'multiview' branch: https://gitlab.freedesktop.org/cmarcelo/crucible/commits/multiview Makefile.am | 2 + data/func.multiview.

[Piglit] [PATCH crucible 1/2] framework: Add context to skip message in t_require_ext

2018-09-26 Thread Caio Marcelo de Oliveira Filho
Include the name of the missing extension as part of the message. --- This patch is available in my 'multiview' branch: https://gitlab.freedesktop.org/cmarcelo/crucible/commits/multiview src/framework/test/t_result.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fr