Skip to content

fbo-pbo-readpixels-small: add check of depth and stencil data

Its purpose is to additionally validate depth and stencil data, that was read from PBO with glReadPixels().

Reading GL_DEPTH_COMPONENT, GL_STENCIL_INDEX, GL_DEPTH_STENCIL from following types: GL_DEPTH_COMPONENT16, GL_DEPTH_COMPONENT24, GL_DEPTH_COMPONENT32F, GL_DEPTH24_STENCIL8, GL_DEPTH32F_STENCIL8, each combination as separate subtest.

Tests: mesa#3775 (closed) Signed-off-by: Yevhenii Kharchenko yevhenii.kharchenko@globallogic.com Reviewed-by: Tapani Pälli tapani.palli@intel.com

Edited by Yevhenii Kharchenko

Merge request reports