Fix tests in dEQP-EGL.functional.robustness*
authorJames Glanville <james.glanville@imgtec.com>
Wed, 22 Mar 2017 14:02:48 +0000 (14:02 +0000)
committerAlexander Galazin <Alexander.Galazin@arm.com>
Thu, 23 Mar 2017 14:02:02 +0000 (10:02 -0400)
commita7a065346ffe38a895c461b638f2c6377cbd7bcf
tree251f564d0c139d1430b3942912fb7e1f5a30b77b
parentc4b72c08d4264ad0b5d203d473856a2e113a09f1
Fix tests in dEQP-EGL.functional.robustness*

The shader storage buffer used for compute was not
correctly bound. This caused glDispatchCompute()
to return an error instead of submitting work, so
the context would never reset.

Affects:
dEQP-EGL.functional.robustness*compute
Components: AOSP

Change-Id: I4fb807b49ab806c7de968b54b8e5fd5abfd87fcd
modules/egl/teglRobustnessTests.cpp