[Piglit] [PATCH] ext_image_dma_buf: Add tests for R8 and GR88 formats (v2)

2015-07-09 Thread Chad Versace
Add test that transcodes NV12 to RGBA8 by importing the Y plane as DRM_FORMAT_R8 and importing the UV plane as DRM_FORMAT_GR88. v2: Delete commented-out code. CC: Peter Frühberger peter.fruehber...@gmail.com Cc: Rainer Hochecker rainer.hochec...@onlinehome.de --- This test requires a patch

[Piglit] [PATCH] ext_image_dma_buf: Add tests for R8 and GR88 formats

2015-07-09 Thread Chad Versace
Add test that transcodes NV12 to RGBA8 by importing the Y plane as DRM_FORMAT_R8 and importing the UV plans as DRM_FORMAT_GR88. CC: Peter Frühberger peter.fruehber...@gmail.com Cc: Rainer Hochecker rainer.hochec...@onlinehome.de --- This patch lives on my branch: