[Piglit] [PATCH crucible 2/2] Add test for VK_KHR_multiview
Caio Marcelo de Oliveira Filho
caio.oliveira at intel.com
Fri Sep 28 19:09:58 UTC 2018
On Wed, Sep 26, 2018 at 12:01:49PM -0700, Caio Marcelo de Oliveira Filho wrote:
> 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.ref.png | Bin 0 -> 1878 bytes
> src/tests/func/multiview.c | 373 ++++++++++++++++++++++++++++++++++++
> 3 files changed, 375 insertions(+)
> create mode 100644 data/func.multiview.ref.png
> create mode 100644 src/tests/func/multiview.c
Simplified this test to just use a single pipeline and look at the
images of each array, instead of merging into a single image.
And created a merge request in
https://gitlab.freedesktop.org/mesa/crucible/merge_requests/8
Caio
More information about the Piglit
mailing list