GLES31 regression with "vrend: get rid of glShaderStorageBlockBinding"
This can be reproduced with linux guest under qemu and dEQP, the dEQP command:
./deqp-gles31 --deqp-caselist-file=$HOME/deqp/bug.txt --deqp-gl-config-name=rgba8888d24s8ms0 --deqp-surface-width=200 --deqp-surface-height=200 --deqp-surface-type=window
The content of bug.txt:
dEQP-GLES31.functional.shaders.builtin_constants.core.max_compute_work_group_size
dEQP-GLES31.functional.shaders.builtin_constants.core.max_program_texel_offset
it's broken by this commit:
http://gitlab.freedesktop.org/virgl/virglrenderer/-/commit/57a4e9498aaaacc9c082d8f0338563f62a93387d
Edited by Lepton Wu