Skip to content

arb_direct_state_access: fix stencil usage in gettextureimage-formats

Mike Blumenkrantz requested to merge zmike/piglit:stencil into main

STENCIL_INDEX8 and RGBA are not compatible formats, and the former also isn't compatible with GL_FLOAT, so add special casing here

fixes mesa#5174

Merge request reports